|
template<typename TDomain > |
bool | CloseVertexExists (const MathVector< TDomain::dim > &globPos, TDomain *dom, const char *subsets, SmartPtr< typename TDomain::subset_handler_type > sh, number maxDist) |
|
template<typename TGridFunction > |
number | EvaluateAtClosestVertex (const MathVector< TGridFunction::dim > &pos, SmartPtr< TGridFunction > spGridFct, const char *cmp, const char *subsets, SmartPtr< typename TGridFunction::domain_type::subset_handler_type > sh) |
|
template<typename TGridFunction > |
number | EvaluateAtClosestVertexAllProcs (const MathVector< TGridFunction::dim > &pos, SmartPtr< TGridFunction > spGridFct, const char *cmp, const char *subsets, SmartPtr< typename TGridFunction::domain_type::subset_handler_type > sh) |
|
template<typename TGridFunction > |
number | EvaluateAtVertex (const MathVector< TGridFunction::dim > &globPos, SmartPtr< TGridFunction > spGridFct, size_t fct, const SubsetGroup &ssGrp, typename TGridFunction::domain_type::subset_handler_type *sh, bool minimizeOverAllProcs=false) |
|