#include <tmop.hpp>
Definition at line 1279 of file tmop.hpp.
◆ AdaptivityEvaluator()
mfem::AdaptivityEvaluator::AdaptivityEvaluator |
( |
| ) |
|
|
inline |
◆ ~AdaptivityEvaluator()
mfem::AdaptivityEvaluator::~AdaptivityEvaluator |
( |
| ) |
|
|
virtual |
◆ ClearGeometricFactors()
void mfem::AdaptivityEvaluator::ClearGeometricFactors |
( |
| ) |
|
◆ ComputeAtNewPosition()
virtual void mfem::AdaptivityEvaluator::ComputeAtNewPosition |
( |
const Vector & | new_nodes, |
|
|
Vector & | new_field, |
|
|
int | new_nodes_ordering = Ordering::byNODES ) |
|
pure virtual |
◆ SetInitialField()
virtual void mfem::AdaptivityEvaluator::SetInitialField |
( |
const Vector & | init_nodes, |
|
|
const Vector & | init_field ) |
|
pure virtual |
◆ SetParMetaInfo()
Parallel version of SetSerialMetaInfo.
Definition at line 2824 of file tmop.cpp.
◆ SetSerialMetaInfo()
Specifies the Mesh and FiniteElementSpace of the solution that will be evaluated. The given mesh will be copied into the internal object.
Definition at line 2813 of file tmop.cpp.
◆ fes
◆ mesh
Mesh* mfem::AdaptivityEvaluator::mesh |
|
protected |
◆ pfes
◆ pmesh
ParMesh* mfem::AdaptivityEvaluator::pmesh |
|
protected |
The documentation for this class was generated from the following files: