GEOS
Namespaces | Functions
MeshForLoopInterface.hpp File Reference
#include "finiteElement/FiniteElementDiscretization.hpp"
#include "finiteElement/FiniteElementDiscretizationManager.hpp"
#include "common/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

 geos
 

Functions

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