BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
st_Mesh_Layer.hpp
Go to the documentation of this file.
1
/*
2
* BELFEM -- The Berkeley Lab Finite Element Framework
3
* Copyright (c) 2026, The Regents of the University of California,
4
* through Lawrence Berkeley National Laboratory (subject to receipt of any required
5
* approvals from the U.S. Dept. of Energy). All rights reserved.
6
*
7
* Developers: Christian Messe, Gregory Giard
8
*
9
* See the top-level LICENSE file for the complete license and disclaimer.
10
*/
11
12
#ifndef BELFEM_ST_LAYER_HPP
13
#define BELFEM_ST_LAYER_HPP
14
15
namespace
belfem
16
{
17
namespace
mesh
18
{
24
struct
Layer
25
{
26
// cell with cloned nodes
27
Cell< Node * >
Nodes
;
28
Cell< Edge * >
Edges
;
29
Cell< Face * >
Faces
;
30
Cell< Element * >
Elements
;
31
};
32
}
33
34
}
35
36
37
38
#endif
//BELFEM_ST_LAYER_HPP
belfem::Cell
Cell is a wrapper around the standard vector.
Definition
cl_Cell.hpp:42
belfem::mesh
Definition
cl_EF_EdgeFunction.hpp:17
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::mesh::Layer
this is a supporting data type for the tape generation the mesh entities are passed over to the mesh ...
Definition
st_Mesh_Layer.hpp:25
belfem::mesh::Layer::Edges
Cell< Edge * > Edges
Definition
st_Mesh_Layer.hpp:28
belfem::mesh::Layer::Faces
Cell< Face * > Faces
Definition
st_Mesh_Layer.hpp:29
belfem::mesh::Layer::Nodes
Cell< Node * > Nodes
Definition
st_Mesh_Layer.hpp:27
belfem::mesh::Layer::Elements
Cell< Element * > Elements
Definition
st_Mesh_Layer.hpp:30
src
mesh
st_Mesh_Layer.hpp
Generated by
1.18.0