#include <tmop.hpp>
Definition at line 1112 of file tmop.hpp.
mfem::AdaptivityEvaluator::AdaptivityEvaluator |
( |
| ) |
|
|
inline |
mfem::AdaptivityEvaluator::~AdaptivityEvaluator |
( |
| ) |
|
|
virtual |
void mfem::AdaptivityEvaluator::ClearGeometricFactors |
( |
| ) |
|
virtual void mfem::AdaptivityEvaluator::ComputeAtNewPosition |
( |
const Vector & |
new_nodes, |
|
|
Vector & |
new_field, |
|
|
int |
new_nodes_ordering = Ordering::byNODES |
|
) |
| |
|
pure virtual |
virtual void mfem::AdaptivityEvaluator::SetInitialField |
( |
const Vector & |
init_nodes, |
|
|
const Vector & |
init_field |
|
) |
| |
|
pure virtual |
Parallel version of SetSerialMetaInfo.
Definition at line 2634 of file tmop.cpp.
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 2623 of file tmop.cpp.
Mesh* mfem::AdaptivityEvaluator::mesh |
|
protected |
ParMesh* mfem::AdaptivityEvaluator::pmesh |
|
protected |
The documentation for this class was generated from the following files: