MFEM v4.7.0
Finite element discretization library
|
#include <material_metrics.hpp>
Public Member Functions | |
OctetTrussTopology () | |
real_t | ComputeMetric (const Vector &x) final |
Compute the metric rho describing the material topology. | |
Public Member Functions inherited from mfem::MaterialTopology | |
virtual | ~MaterialTopology ()=default |
Class for the topology of a an octet truss. This class assumes the domain is a cube [0,1]^3.
Definition at line 84 of file material_metrics.hpp.
|
inline |
Definition at line 87 of file material_metrics.hpp.
Compute the metric rho describing the material topology.
Implements mfem::MaterialTopology.
Definition at line 84 of file material_metrics.cpp.