MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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 ()
 
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
 
virtual real_t ComputeMetric (const Vector &x)=0
 Compute the metric rho describing the material topology.
 

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()

real_t 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: