MFEM  v4.6.0
Finite element discretization library
Public Member Functions | List of all members
mfem::OctetTrussTopology Class Reference

#include <material_metrics.hpp>

Inheritance diagram for mfem::OctetTrussTopology:
[legend]
Collaboration diagram for mfem::OctetTrussTopology:
[legend]

Public Member Functions

 OctetTrussTopology ()
 
double ComputeMetric (const Vector &x) final
 Compute the metric rho describing the material topology. More...
 
- Public Member Functions inherited from mfem::MaterialTopology
virtual ~MaterialTopology ()=default
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ OctetTrussTopology()

mfem::OctetTrussTopology::OctetTrussTopology ( )
inline

Definition at line 87 of file material_metrics.hpp.

Member Function Documentation

◆ ComputeMetric()

double mfem::OctetTrussTopology::ComputeMetric ( const Vector x)
finalvirtual

Compute the metric rho describing the material topology.

Implements mfem::MaterialTopology.

Definition at line 84 of file material_metrics.cpp.


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