BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::mesh::Layer Struct Reference

this is a supporting data type for the tape generation the mesh entities are passed over to the mesh and will be deleted by the mesh during destruction More...

#include <st_Mesh_Layer.hpp>

Collaboration diagram for belfem::mesh::Layer:
[legend]

Public Attributes

Cell< Node * > Nodes
Cell< Edge * > Edges
Cell< Face * > Faces
Cell< Element * > Elements

Detailed Description

this is a supporting data type for the tape generation the mesh entities are passed over to the mesh and will be deleted by the mesh during destruction

Member Data Documentation

◆ Edges

Cell< Edge * > belfem::mesh::Layer::Edges

◆ Elements

Cell< Element * > belfem::mesh::Layer::Elements

◆ Faces

Cell< Face * > belfem::mesh::Layer::Faces

◆ Nodes

Cell< Node * > belfem::mesh::Layer::Nodes

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