Searched refs:VertToVert (Results 1 – 3 of 3) sorted by relevance
/dports/math/mfem/mfem-4.3/fem/ |
H A D | geom.hpp | 157 struct VertToVert struct 183 struct VertToVert struct 207 struct VertToVert struct 229 struct VertToVert struct 247 struct VertToVert struct
|
H A D | geom.cpp | 770 Constants<Geometry::TRIANGLE>::VertToVert::I[3] = {0, 2, 3}; 772 Constants<Geometry::TRIANGLE>::VertToVert::J[3][2] = {{1, 0}, {2, -3}, {2, 1}}; 787 Constants<Geometry::SQUARE>::VertToVert::I[4] = {0, 2, 3, 4}; 789 Constants<Geometry::SQUARE>::VertToVert::J[4][2] = 815 Constants<Geometry::TETRAHEDRON>::VertToVert::I[4] = {0, 3, 5, 6}; 817 Constants<Geometry::TETRAHEDRON>::VertToVert::J[6][2] = 863 Constants<Geometry::CUBE>::VertToVert::I[8] = {0, 3, 5, 7, 8, 10, 11, 12}; 865 Constants<Geometry::CUBE>::VertToVert::J[12][2] = 889 Constants<Geometry::PRISM>::VertToVert::I[6] = {0, 3, 5, 6, 8, 9}; 891 Constants<Geometry::PRISM>::VertToVert::J[9][2] =
|
H A D | fe_coll.cpp | 374 for (int j = g_consts::VertToVert::I[v0]; true; j++) in GetFace() 376 MFEM_ASSERT(j < g_consts::VertToVert::I[v0+1], in GetFace() 378 if (v1 == g_consts::VertToVert::J[j][0]) in GetFace() 380 int en = g_consts::VertToVert::J[j][1]; in GetFace()
|