Home
last modified time | relevance | path

Searched refs:cellTypeToInt (Results 1 – 7 of 7) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/mint/fem/shape_functions/
H A DLagrange.hpp45 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getCellType()
60 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getType()
74 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getNumDofs()
89 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getMaxNewtonIters()
104 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getDimension()
118 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getMin()
132 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getMax()
148 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getCenter()
164 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in getCoords()
184 constexpr int cell_value = mint::cellTypeToInt(CELLTYPE); in computeShape()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DCellTypes.hpp341 inline constexpr int cellTypeToInt(CellType type) in cellTypeToInt() function
353 return cell_info[cellTypeToInt(type)]; in getCellInfo()
H A DConnectivityArray.hpp153 SLIC_ERROR_IF(cellTypeToInt(m_cell_type) >= NUM_CELL_TYPES, in ConnectivityArray()
220 SLIC_ERROR_IF(cellTypeToInt(m_cell_type) >= NUM_CELL_TYPES, in ConnectivityArray()
/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_fem_single_fe.cpp414 const int cell_value = mint::cellTypeToInt(CELLTYPE); in check_shape()
451 const int cell_value = mint::cellTypeToInt(CELLTYPE); in check_jacobian()
525 const int cell_value = mint::cellTypeToInt(CELLTYPE); in check_forward_map()
559 const int cell_value = mint::cellTypeToInt(CELLTYPE); in check_inverse_map()
591 const int cell_value = mint::cellTypeToInt(CELLTYPE); in point_in_cell()
752 const int cell_value = mint::cellTypeToInt(CELLTYPE); in check_interp()
H A Dmint_mesh_cell_types.cpp172 const int cell_id = cellTypeToInt(mint::cell_info[i].cell_type); in TEST()
H A Dmint_fem_shape_functions.cpp45 int ctype_val = mint::cellTypeToInt(ctype); in reference_element()
/dports/science/axom/axom-0.6.1/src/axom/mint/utils/
H A Dsu2_utils.cpp70 int su2type = mint::cellTypeToInt(mint::UNDEFINED_CELL); in getSU2CellType()
96 su2type = mint::cellTypeToInt(mint::UNDEFINED_CELL); in getSU2CellType()