BELFEM 0.9.0
Berkeley Lab Finite Element Framework
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
15namespace belfem
16{
17 namespace mesh
18 {
32 }
33
34}
35
36
37
38#endif //BELFEM_ST_LAYER_HPP
Cell is a wrapper around the standard vector.
Definition cl_Cell.hpp:42
Definition cl_EF_EdgeFunction.hpp:17
USER GUIDES:
Definition cl_Capacitor.cpp:16
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
Cell< Edge * > Edges
Definition st_Mesh_Layer.hpp:28
Cell< Face * > Faces
Definition st_Mesh_Layer.hpp:29
Cell< Node * > Nodes
Definition st_Mesh_Layer.hpp:27
Cell< Element * > Elements
Definition st_Mesh_Layer.hpp:30