Home
last modified time | relevance | path

Searched defs:itpt (Results 1 – 10 of 10) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/triangle/
H A DRaviartThomasTriangle.cpp225 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
H A DNedelecTriangle.cpp304 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
533 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
H A DLagrangeTriangle.cpp182 std::vector<real_t>::const_iterator itpt=(*itd)->coords(); in computeShapeFunctions() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/computation/
H A DIESPMatrixComputation.hpp64 …std::vector<Point>::const_iterator itpt = phyPts.begin(); //quadrature point in physical… in computeSPfunByQuadrature() local
174 …std::vector<Point>::const_iterator itpt = phyPts.begin(); //quadrature point in physical sp… in computeSPintByQuadrature() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/tetrahedron/
H A DNedelecFaceTetrahedron.cpp128 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
H A DNedelecEdgeTetrahedron.cpp143 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/quadrangle/
H A DNedelecEdgeQuadrangle.cpp108 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/segment/
H A DLagrangeSegment.cpp401 std::vector<real_t>::const_iterator itpt=(*itd)->coords(); in computeShapeFunctions() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/hexahedron/
H A DNedelecEdgeHexahedron.cpp148 std::vector<real_t>::const_iterator itpt, itw; //for quadrature rule in computeShapeFunctions() local
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/utils/
H A DPoint.cpp75 std::vector<real_t>::const_iterator itpt = pt.begin(); in Point() local