Home
last modified time | relevance | path

Searched defs:withDerivative (Results 1 – 3 of 3) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/finiteElements/
H A DRefElement.hpp294 …virtual void rotateDofs(const std::vector<number_t>&, ShapeValues& shv, bool withDerivative=false)… in rotateDofs()
307 …virtual void print(PrintStream& os, bool withDerivative=false) const //! print… in print()
309 …virtual void print(CoutStream& os, bool withDerivative=false) const //! print … in print()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/
H A DExtension.cpp130 …st Extension* ext, GeomElement* gelt, std::vector<real_t>::const_iterator itx, bool withDerivative) in compute()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/space/
H A DElement.cpp317 ShapeValues Element::computeShapeValues(const Point& p, bool withDerivative, Vector<real_t>* sign_p… in computeShapeValues()