GEOSX
Namespaces | Functions
MeshForLoopInterface.hpp File Reference
#include "finiteElement/FiniteElementDiscretization.hpp"
#include "finiteElement/FiniteElementDiscretizationManager.hpp"
#include "rajaInterface/GEOS_RAJA_Interface.hpp"
#include "common/DataTypes.hpp"
#include "mesh/MeshLevel.hpp"
#include "constitutive/ConstitutiveManager.hpp"

Go to the source code of this file.

Namespaces

 geosx
 

Functions

template<class POLICY = serialPolicy, typename LAMBDA = void>
void geosx::forAllElemsInMesh (MeshLevel const *const mesh, LAMBDA &&lambda)
 Loop over all elements in a geosx::MeshLevel. More...
 
template<typename LAMBDA >
auto geosx::minLocOverElemsInMesh (MeshLevel const *const mesh, LAMBDA &&lambda)