waLBerla 7.2
|
#include "mesh_common/MeshOperations.h"
#include "blockforest/SetupBlockForest.h"
#include "blockforest/Types.h"
#include "core/DataTypes.h"
#include "core/cell/CellInterval.h"
#include "core/mpi/MPIManager.h"
#include "core/mpi/Reduce.h"
#include "core/Optional.h"
#include <random>
#include <vector>
Classes | |
class | walberla::mesh::RefinementSelection< DistanceObject > |
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::mesh |
Functions | |
template<typename DistanceObject > | |
RefinementSelection< DistanceObject > | walberla::mesh::makeRefinementSelection (const shared_ptr< DistanceObject > &distanceObject, const uint_t level, const real_t distance, real_t maxError) |