MFEM  v4.6.0
Finite element discretization library
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 double ComputeMetric (const Vector &x)=0
 Compute the metric rho describing the material topology. More...
 

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 double mfem::MaterialTopology::ComputeMetric ( const Vector x)
pure virtual

Compute the metric rho describing the material topology.

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


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