#include "src/interfaces/FieldEvaluator.hpp"
◆ SetIntegrationPtsMethodData() [1/2]
| MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::SetIntegrationPtsMethodData |
( |
| ) |
|
|
delete |
◆ SetIntegrationPtsMethodData() [2/2]
Set the Gauss Pts data.
- Parameters
-
| fe_method_ptr | pointer to finite element instance |
| eval_points | pointer to array with evaluation points |
| nb_eval_points | number of evaluated points |
| eps | tolerance used to find if point is in the element |
| verb | |
Definition at line 539 of file FieldEvaluator.cpp.
548}
MatrixDouble shapeFunctions
boost::weak_ptr< MoFEM::ForcesAndSourcesCore > feMethodPtr
const double * evalPoints
◆ setEvalPoints()
| void MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::setEvalPoints |
( |
const double * |
ptr, |
|
|
const int |
nb_eval_points |
|
) |
| |
◆ SetIntegrationPtsMethod
◆ eps
| double MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::eps |
|
protected |
◆ evalPointEntityHandle
| std::vector<EntityHandle> MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::evalPointEntityHandle |
|
protected |
◆ evalPoints
| const double* MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::evalPoints |
|
protected |
◆ feMethodPtr
◆ FieldEvaluatorInterface
| friend MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::FieldEvaluatorInterface |
|
protected |
◆ localCoords
| MatrixDouble MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::localCoords |
|
protected |
◆ nbEvalPoints
| int MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::nbEvalPoints |
|
protected |
◆ rooTreeSet
| EntityHandle MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::rooTreeSet |
◆ shapeFunctions
| MatrixDouble MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::shapeFunctions |
|
protected |
◆ treePtr
| boost::scoped_ptr<AdaptiveKDTree> MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::treePtr |
◆ verb
| VERBOSITY_LEVELS MoFEM::FieldEvaluatorInterface::SetIntegrationPtsMethodData::verb |
|
protected |
The documentation for this struct was generated from the following files: