Home
last modified time | relevance | path

Searched defs:evaluate_scalar_field (Results 1 – 6 of 6) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Ddata_postprocessor.cc26 DataPostprocessor<dim>::evaluate_scalar_field( in evaluate_scalar_field() function in DataPostprocessor
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/mbcoupler/
H A DElemUtil.cpp82 double LinearHexMap::evaluate_scalar_field( const CartVect& xi, const double *f_vals ) const in evaluate_scalar_field() function in moab::ElemUtil::LinearHexMap
564 …double LinearTri::evaluate_scalar_field(const CartVect& xi, const double *field_vertex_value) cons… in evaluate_scalar_field() function in moab::Element::LinearTri
677 …double LinearEdge::evaluate_scalar_field(const CartVect& xi, const double *field_vertex_value) con… in evaluate_scalar_field() function in moab::Element::LinearEdge
769 …double LinearHex::evaluate_scalar_field(const CartVect& xi, const double *field_vertex_value) cons… in evaluate_scalar_field() function in moab::Element::LinearHex
912 …double QuadraticHex::evaluate_scalar_field(const CartVect& xi, const double *field_vertex_values… in evaluate_scalar_field() function in moab::Element::QuadraticHex
955 …double LinearTet::evaluate_scalar_field(const CartVect& xi, const double *field_vertex_value) cons… in evaluate_scalar_field() function in moab::Element::LinearTet
1119 double SpectralHex::evaluate_scalar_field(const CartVect& xi, const double *field) const in evaluate_scalar_field() function in moab::Element::SpectralHex
1242 …double LinearQuad::evaluate_scalar_field(const CartVect& xi, const double *field_vertex_value) con… in evaluate_scalar_field() function in moab::Element::LinearQuad
1397 double SpectralQuad::evaluate_scalar_field(const CartVect& xi, const double *field) const in evaluate_scalar_field() function in moab::Element::SpectralQuad
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/point_locater/element_maps/
H A Dlinear_tet_map.hpp45 double evaluate_scalar_field( const Point & p , in evaluate_scalar_field() function in moab::element_utility::Linear_tet_map
H A Dquadratic_hex_map.hpp180 double evaluate_scalar_field( const Point & p, in evaluate_scalar_field() function in moab::element_utility::Quadratic_hex_map
H A Dspectral_hex_map.hpp151 double evaluate_scalar_field(const Point & p, const Field & field) const { in evaluate_scalar_field() function in moab::element_utility::Spectral_hex_map
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-19/
H A Dstep-19.cc890 virtual void evaluate_scalar_field( in evaluate_scalar_field() function in Step19::ElectricFieldPostprocessor