#include <tmop.hpp>
Definition at line 1404 of file tmop.hpp.
◆ AdaptivityEvaluator()
mfem::AdaptivityEvaluator::AdaptivityEvaluator |
( |
| ) |
|
|
inline |
◆ ~AdaptivityEvaluator()
mfem::AdaptivityEvaluator::~AdaptivityEvaluator |
( |
| ) |
|
|
virtual |
◆ ClearGeometricFactors()
void mfem::AdaptivityEvaluator::ClearGeometricFactors |
( |
| ) |
|
◆ ComputeAtGivenPositions()
virtual void mfem::AdaptivityEvaluator::ComputeAtGivenPositions |
( |
const Vector & | positions, |
|
|
Vector & | values, |
|
|
int | p_ordering = Ordering::byNODES ) |
|
pure virtual |
◆ ComputeAtNewPosition()
virtual void mfem::AdaptivityEvaluator::ComputeAtNewPosition |
( |
const Vector & | new_mesh_nodes, |
|
|
Vector & | new_field, |
|
|
int | nodes_ordering = Ordering::byNODES ) |
|
pure virtual |
Perform field transfer between the original and a new mesh. The source mesh and field are given by SetInitialField().
- Parameters
-
[in] | new_mesh_nodes | Mesh node positions of the new mesh (ldofs). It is assumed that this is the field's mesh. |
[out] | new_field | Result of the transfer (ldofs). |
[in] | nodes_ordering | Ordering of new_mesh_nodes.
|
Implemented in mfem::AdvectorCG, and mfem::InterpolatorFP.
◆ SetInitialField()
virtual void mfem::AdaptivityEvaluator::SetInitialField |
( |
const Vector & | init_nodes, |
|
|
const Vector & | init_field ) |
|
pure virtual |
◆ SetNewFieldFESpace()
virtual void mfem::AdaptivityEvaluator::SetNewFieldFESpace |
( |
const FiniteElementSpace & | fes | ) |
|
|
pure virtual |
◆ SetParMetaInfo()
Parallel version of SetSerialMetaInfo.
Definition at line 3452 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 3441 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: