47 static PetscErrorCode MappingFunction(PetscInt dim, PetscReal time,
const PetscReal x[], PetscInt Nf, PetscScalar* u,
void* ctx);
Definition: meshMapper.hpp:12
Definition: twoPointClusteringMapper.hpp:12
std::string ToString() const override
Definition: twoPointClusteringMapper.cpp:21
TwoPointClusteringMapper(int direction, double start, double end, double beta, double location, double offset, std::shared_ptr< ablate::domain::Region > mappingRegion={})
Definition: twoPointClusteringMapper.cpp:7