MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mfem::MaterialTopology Class Referenceabstract

Virtual class to define the interface for defining the material topology. More...

#include <material_metrics.hpp>

Inheritance diagram for mfem::MaterialTopology:
[legend]

Public Member Functions

virtual ~MaterialTopology ()=default
 
virtual real_t ComputeMetric (const Vector &x)=0
 Compute the metric rho describing the material topology.
 

Detailed Description

Virtual class to define the interface for defining the material topology.

Definition at line 37 of file material_metrics.hpp.

Constructor & Destructor Documentation

◆ ~MaterialTopology()

virtual mfem::MaterialTopology::~MaterialTopology ( )
virtualdefault

Member Function Documentation

◆ ComputeMetric()

virtual real_t mfem::MaterialTopology::ComputeMetric ( const Vector x)
pure virtual

Compute the metric rho describing the material topology.

Implemented in mfem::ParticleTopology, and mfem::OctetTrussTopology.


The documentation for this class was generated from the following file: