Home
last modified time | relevance | path

Searched refs:withDeriv (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/triangle/
H A DRaviartThomasTriangle.hpp78 …es(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const;
100 …es(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const;
117 …ues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const in computeShapeValues() argument
H A DNedelecTriangle.hpp79 …es(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const;
103 … const bool withDeriv = true) const; //!< compute shape values at a point
128 … const bool withDeriv = true) const; //!< compute shape values at a point
H A DLagrangeTriangle.hpp123 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
141 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const //… in computeShapeValues() argument
142 {computeShapeValuesFromShapeFunctions(it_pt, shv, withDeriv);} in computeShapeValues()
H A DCrouzeixRaviartTriangle.cpp138 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
146 if ( withDeriv ) in computeShapeValues()
H A DRaviartThomasTriangle.cpp107 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
120 if ( withDeriv ) in computeShapeValues()
333 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
335 computeShapeValuesFromShapeFunctions(it_pt,shv,withDeriv); in computeShapeValues()
H A DNedelecTriangle.cpp188 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
203 if(withDeriv) in computeShapeValues()
442 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
444 computeShapeValuesFromShapeFunctions(it_pt, shv, withDeriv); in computeShapeValues()
662 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
664 computeShapeValuesFromShapeFunctions(it_pt, shv, withDeriv); in computeShapeValues()
H A DLagrangeTriangle.cpp670 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
675 if (withDeriv) in computeShapeValues()
704 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
719 if (withDeriv) in computeShapeValues()
750 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
768 if (withDeriv) in computeShapeValues()
812 if (withDeriv) in computeShapeValues()
861 if (withDeriv) in computeShapeValues()
935 if (withDeriv) in computeShapeValues()
1078 if (withDeriv) in computeShapeValues()
[all …]
H A DCrouzeixRaviartTriangle.hpp76 …es(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const;
H A DHermiteTriangle.hpp81 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/
H A DRefElement.hpp287 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const = …
288 …void computeShapeValues(std::vector<real_t>::const_iterator it_pt, const bool withDeriv = true) co… in computeShapeValues() argument
289 {computeShapeValues(it_pt,shapeValues,withDeriv);} in computeShapeValues()
290 …s> getShapeValues(const std::vector< std::vector<real_t> >& xs, const bool withDeriv = true) const;
291 …Functions(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const;
292 …hapeValuesFromShapeFunctions(std::vector<real_t>::const_iterator it_pt, const bool withDeriv) const in computeShapeValuesFromShapeFunctions()
293 {computeShapeValuesFromShapeFunctions(it_pt,shapeValues,withDeriv);} in computeShapeValuesFromShapeFunctions()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/point/
H A DRefPoint.hpp60 …s(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const { in computeShapeValues() argument
62 if (withDeriv) { shv.dw[0][0] = 0.; } in computeShapeValues()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/segment/
H A DLagrangeSegment.hpp93 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
113 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
H A DLagrangeSegment.cpp277 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
290 if (withDeriv) {*it_dwi = 0.;} in computeShapeValues()
295 if (withDeriv) in computeShapeValues()
305 if (withDeriv) in computeShapeValues()
335 if (withDeriv) in computeShapeValues()
479 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
510 if (withDeriv) in computeShapeValues()
H A DHermiteSegment.cpp109 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
118 if (withDeriv) in computeShapeValues()
H A DHermiteSegment.hpp89 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/tetrahedron/
H A DLagrangeTetrahedron.hpp114 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
136 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
H A DCrouzeixRaviartTetrahedron.cpp132 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
141 if ( withDeriv ) in computeShapeValues()
H A DLagrangeTetrahedron.cpp491 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
495 if (withDeriv) in computeShapeValues()
506 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
514 if (withDeriv) in computeShapeValues()
534 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
550 if (withDeriv) in computeShapeValues()
568 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
594 if (withDeriv) in computeShapeValues()
839 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
845 if (withDeriv) in computeShapeValues()
H A DCrouzeixRaviartTetrahedron.hpp77 …std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv = true) const; /…
H A DNedelecFaceTetrahedron.hpp86 … const bool withDeriv = true) const; //!< compute shape values at a point
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/quadrangle/
H A DLagrangeQuadrangle.cpp710 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
725 if(withDeriv) { *it_dwdx1i = 0.; *it_dwdx2i = 0.; } in computeShapeValues()
736 if(withDeriv) in computeShapeValues()
751 if(withDeriv) in computeShapeValues()
769 sideRefElems_[0]->computeShapeValues(it_pt++, withDeriv); in computeShapeValues()
772 sideRefElems_[0]->computeShapeValues(it_pt, withDeriv); in computeShapeValues()
787 if(withDeriv) in computeShapeValues()
H A DNedelecEdgeQuadrangle.hpp87 … const bool withDeriv = true) const; //!< compute shape values at a point
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/prism/
H A DLagrangePrism.cpp541 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
545 if(withDeriv) in computeShapeValues()
554 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
564 if(withDeriv) in computeShapeValues()
579 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
581 computeShapeValuesFromShapeFunctions(it_pt,shv,withDeriv); in computeShapeValues()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/pyramid/
H A DLagrangePyramid.cpp498 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
503 if ( withDeriv ) in computeShapeValues()
512 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
528 if ( withDeriv ) in computeShapeValues()
543 …hapeValues(std::vector<real_t>::const_iterator it_pt, ShapeValues& shv, const bool withDeriv) const in computeShapeValues()
576 if ( withDeriv ) in computeShapeValues()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/common/
H A Dgapi_video_tests_common.hpp85 bool withDeriv, int pBorder, int dBorder, in BuildOpticalFlowPyramidTestParams()
89 withDerivatives(withDeriv), pyrBorder(pBorder), in BuildOpticalFlowPyramidTestParams()
285 bool withDeriv, in runOCVnGAPIOptFlowLKForPyr() argument
297 winSize, params.maxLevel, withDeriv); in runOCVnGAPIOptFlowLKForPyr()
299 winSize, params.maxLevel, withDeriv); in runOCVnGAPIOptFlowLKForPyr()

12