This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Variables | |
const unsigned int | DIM1D = 1 |
Define common topological constants. | |
const unsigned int | DIM2D = 2 |
const unsigned int | DIM3D = 3 |
const unsigned int | NCORNERTET = 4 |
const unsigned int | NCORNEREDGE = 2 |
const unsigned int | NCORNERTRIANGLE = 3 |
const unsigned int | NEDGETRIANGLE = 3 |
const unsigned int | NEDGETET = 6 |
const unsigned int | NTRIANGLETET = 4 |
const unsigned int | NREALCOORD3D = 3 |
const unsigned int DIM1D = 1 |
Define common topological constants.
rights - Benedikt Oswald, Paul Scherrer Institute file name - topology.h file type - header file objective - define topological constants author - Benedikt Oswald modified - 2006 jan 19, benedikt oswald, creation modified - 2006 features - defines topological constants
Definition at line 17 of file fmxxtopology.h.
const unsigned int DIM2D = 2 |
Definition at line 18 of file fmxxtopology.h.
Referenced by h5_cartesian_sampling_write_hdf5(), h5_write_eigenfield_write_hdf5e(), h5_write_eigenfield_write_hdf5h(), h5_write_eigenfield_writehdf5sloc(), h5_write_eigenmesh(), h5_write_eigenpoint(), and h5_write_eigenvalue().
const unsigned int DIM3D = 3 |
const unsigned int NCORNEREDGE = 2 |
number of corners for defining tetrahedral geometry
Definition at line 22 of file fmxxtopology.h.
const unsigned int NCORNERTET = 4 |
Definition at line 21 of file fmxxtopology.h.
Referenced by mesh::Tet::get_center_of_gravity(), h5_read_tetvertid(), h5_write_eigenmesh(), h5_write_eigenpoint(), vtk_write_field(), and vtk_write_mesh().
const unsigned int NCORNERTRIANGLE = 3 |
number of corners for defining an edge
Definition at line 23 of file fmxxtopology.h.
Referenced by h5_write_eigenfeield_retrieve_DoF_efficient().
const unsigned int NEDGETET = 6 |
number of edges defining a triangle
Definition at line 25 of file fmxxtopology.h.
const unsigned int NEDGETRIANGLE = 3 |
number of corners for defining a triangle
Definition at line 24 of file fmxxtopology.h.
const unsigned int NREALCOORD3D = 3 |
number of triangles that form the surface of a tet
Definition at line 27 of file fmxxtopology.h.
Referenced by h5_cartesian_sampling_write_hdf5(), h5_read_point(), h5_read_sloc(), h5_write_eigenfield(), h5_write_eigenfield_write_hdf5e(), h5_write_eigenfield_write_hdf5h(), h5_write_eigenfield_writehdf5sloc(), h5_write_eigenpoint(), scf_write_efield(), scf_write_hfield(), vtk_write_field(), and vtk_write_mesh().
const unsigned int NTRIANGLETET = 4 |
number of edges defining a tetrahedron
Definition at line 26 of file fmxxtopology.h.