Home
last modified time | relevance | path

Searched refs:AXOM_UNUSED_PARAM (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/
H A DParticleMesh.hpp238 IndexType AXOM_UNUSED_PARAM(cellID) = 0) const final override in getNumberOfCellNodes()
243 virtual CellType getCellType(IndexType AXOM_UNUSED_PARAM(cellID) = 0) const final override in getCellType()
258 IndexType AXOM_UNUSED_PARAM(cellID) = 0) const final override in getNumberOfCellFaces()
272 virtual IndexType getCellFaceIDs(IndexType AXOM_UNUSED_PARAM(cellID), in getCellFaceIDs()
273 IndexType* AXOM_UNUSED_PARAM(faces)) const final override in getCellFaceIDs()
355 virtual CellType getFaceType(IndexType AXOM_UNUSED_PARAM(faceID)) const final override in getFaceType()
369 IndexType AXOM_UNUSED_PARAM(faceID)) const final override in getNumberOfFaceNodes()
388 virtual IndexType getFaceNodeIDs(IndexType AXOM_UNUSED_PARAM(faceID), in getFaceNodeIDs()
405 virtual void getFaceCellIDs(IndexType AXOM_UNUSED_PARAM(faceID), in getFaceCellIDs()
406 IndexType& AXOM_UNUSED_PARAM(cellIDOne), in getFaceCellIDs()
[all …]
H A DConnectivityArray.hpp434 IndexType AXOM_UNUSED_PARAM(value_capacity) = 0) in reserve()
450 void resize(IndexType ID_size, IndexType AXOM_UNUSED_PARAM(value_size) = 0) in resize()
537 CellType getIDType(IndexType AXOM_UNUSED_PARAM(ID) = 0) const in getIDType()
618 IndexType AXOM_UNUSED_PARAM(n_values) = 0, in append()
619 CellType AXOM_UNUSED_PARAM(type) = UNDEFINED_CELL) in append()
638 const IndexType* AXOM_UNUSED_PARAM(offsets) = nullptr, in appendM()
639 const CellType* AXOM_UNUSED_PARAM(types) = nullptr) in appendM()
697 IndexType AXOM_UNUSED_PARAM(n_values) = 0, in insert()
698 CellType AXOM_UNUSED_PARAM(type) = UNDEFINED_CELL) in insert()
720 const IndexType* AXOM_UNUSED_PARAM(offsets) = nullptr, in insertM()
[all …]
H A DMesh.hpp270 virtual IndexType getCellNodeIDs(IndexType AXOM_UNUSED_PARAM(cellID),
271 IndexType* AXOM_UNUSED_PARAM(nodes)) const = 0;
279 IndexType AXOM_UNUSED_PARAM(cellID) = 0) const = 0;
292 virtual IndexType getCellFaceIDs(IndexType AXOM_UNUSED_PARAM(cellID),
293 IndexType* AXOM_UNUSED_PARAM(faces)) const = 0;
370 virtual CellType getFaceType(IndexType AXOM_UNUSED_PARAM(faceID)) const = 0;
378 IndexType AXOM_UNUSED_PARAM(faceID)) const = 0;
393 virtual IndexType getFaceNodeIDs(IndexType AXOM_UNUSED_PARAM(faceID),
409 virtual void getFaceCellIDs(IndexType AXOM_UNUSED_PARAM(faceID),
410 IndexType& AXOM_UNUSED_PARAM(cellIDOne),
[all …]
H A DUniformMesh.hpp224 virtual double* getCoordinateArray(int AXOM_UNUSED_PARAM(dim)) final override in getCoordinateArray()
230 virtual const double* getCoordinateArray(int AXOM_UNUSED_PARAM(dim)) const final override in getCoordinateArray()
H A DStructuredMesh.hpp83 virtual CellType getCellType(IndexType AXOM_UNUSED_PARAM(cellID) = 0) const final override in getCellType()
95 IndexType AXOM_UNUSED_PARAM(cellID) = 0) const final override in getNumberOfCellNodes()
123 IndexType AXOM_UNUSED_PARAM(cellID) = 0) const final override in getNumberOfCellFaces()
221 virtual CellType getFaceType(IndexType AXOM_UNUSED_PARAM(faceID) = 0) const final override in getFaceType()
233 IndexType AXOM_UNUSED_PARAM(faceID) = 0) const final override in getNumberOfFaceNodes()
/dports/science/axom/axom-0.6.1/src/axom/mint/fem/shape_functions/
H A DLagrange.hpp146 static void getCenter(double* AXOM_UNUSED_PARAM(center)) in getCenter()
162 static void getCoords(double* AXOM_UNUSED_PARAM(coords)) in getCoords()
181 static void computeShape(const double* AXOM_UNUSED_PARAM(nc), in computeShape()
182 double* AXOM_UNUSED_PARAM(phi)) in computeShape()
201 static void computeDerivatives(const double* AXOM_UNUSED_PARAM(nc), in computeDerivatives()
202 double* AXOM_UNUSED_PARAM(phidot)) in computeDerivatives()
/dports/science/axom/axom-0.6.1/src/axom/slic/examples/basic/
H A Dlogging.cpp16 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
/dports/science/axom/axom-0.6.1/src/axom/mint/mesh/internal/
H A DConnectivityArray_indirection.hpp440 CellType getIDType(IndexType AXOM_UNUSED_PARAM(id) = 0) const in getIDType()
521 CellType AXOM_UNUSED_PARAM(type) = UNDEFINED_CELL) in append()
547 const CellType* AXOM_UNUSED_PARAM(types) = nullptr) in appendM()
603 CellType AXOM_UNUSED_PARAM(type) = UNDEFINED_CELL) in insert()
633 const CellType* AXOM_UNUSED_PARAM(types) = nullptr) in insertM()
H A DMeshHelpers.hpp23 inline int dim(const double* AXOM_UNUSED_PARAM(x), const double* y, const double* z) in dim()
/dports/science/axom/axom-0.6.1/src/axom/mint/examples/
H A Dmint_rectilinear_mesh.cpp42 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
H A Dmint_curvilinear_mesh.cpp27 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
H A Dmint_particle_mesh.cpp22 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
H A Dmint_unstructured_single_topology_mesh.cpp22 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
H A Dmint_unstructured_mixed_topology_mesh.cpp30 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
/dports/science/axom/axom-0.6.1/src/axom/core/examples/
H A Dcore_acceleration.cpp147 int main(int AXOM_UNUSED_PARAM(argc), char **AXOM_UNUSED_PARAM(argv)) in main()
H A Dcore_containers.cpp301 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
H A Dcore_numerics.cpp280 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
/dports/science/axom/axom-0.6.1/src/axom/slam/policies/
H A DCardinalityPolicies.hpp95 const ElementType size(ElementType AXOM_UNUSED_PARAM(fromPos)) const in size()
114 bool AXOM_UNUSED_PARAM(verboseOutput) = false) const in isValid()
/dports/science/axom/axom-0.6.1/src/axom/mint/execution/internal/
H A Dfor_all_faces.hpp312 IndexType AXOM_UNUSED_PARAM(i), in for_all_faces_impl()
313 IndexType AXOM_UNUSED_PARAM(j)) { in for_all_faces_impl()
323 AXOM_LAMBDA(IndexType faceID, IndexType AXOM_UNUSED_PARAM(i), IndexType j) { in for_all_faces_impl()
352 IndexType AXOM_UNUSED_PARAM(i), in for_all_faces_impl()
353 IndexType AXOM_UNUSED_PARAM(j), in for_all_faces_impl()
367 IndexType AXOM_UNUSED_PARAM(i), in for_all_faces_impl()
383 IndexType AXOM_UNUSED_PARAM(i), in for_all_faces_impl()
907 inline void operator()(ExecPolicy AXOM_UNUSED_PARAM(policy), in operator ()()
/dports/science/axom/axom-0.6.1/src/axom/slic/streams/
H A DGenericOutputStream.cpp33 bool AXOM_UNUSED_PARAM(filtered_duplicates)) in append()
/dports/science/axom/axom-0.6.1/src/axom/slam/
H A DNullSet.hpp53 bool isValid(bool AXOM_UNUSED_PARAM(verboseOutput) = false) const in isValid()
/dports/science/axom/axom-0.6.1/src/axom/mint/examples/user_guide/
H A Dmint_tutorial.cpp221 const IndexType* AXOM_UNUSED_PARAM(nodeIdx)) { in cell_traversals()
352 const IndexType* AXOM_UNUSED_PARAM(nodeIdx)) { in face_traversals()
385 AXOM_LAMBDA(IndexType faceIdx, IndexType AXOM_UNUSED_PARAM(c1), IndexType c2) { in face_traversals()
826 int main(int AXOM_UNUSED_PARAM(argc), char** AXOM_UNUSED_PARAM(argv)) in main()
/dports/science/axom/axom-0.6.1/src/axom/mint/fem/shape_functions/lagrange/
H A Dlagrange_tri_3.hpp96 static void computeDerivatives(const double* AXOM_UNUSED_PARAM(xr), in computeDerivatives()
H A Dlagrange_tetra_4.hpp109 static void computeDerivatives(const double* AXOM_UNUSED_PARAM(xr), in computeDerivatives()
/dports/science/axom/axom-0.6.1/src/axom/core/
H A DMacros.hpp129 #define AXOM_UNUSED_PARAM(x) macro

12