MFEM v4.7.0
Finite element discretization library
|
Virtual class to define the interface for defining the material topology. More...
#include <material_metrics.hpp>
Public Member Functions | |
virtual | ~MaterialTopology ()=default |
virtual real_t | ComputeMetric (const Vector &x)=0 |
Compute the metric rho describing the material topology. | |
Virtual class to define the interface for defining the material topology.
Definition at line 37 of file material_metrics.hpp.
|
virtualdefault |
Compute the metric rho describing the material topology.
Implemented in mfem::OctetTrussTopology, and mfem::ParticleTopology.