1 #ifndef ABLATELIBRARY_INVERSE_HPP
2 #define ABLATELIBRARY_INVERSE_HPP
4 #include "geometry.hpp"
6 namespace ablate::mathFunctions::geom {
10 const std::shared_ptr<ablate::mathFunctions::geom::Geometry> geometry;
13 explicit Inverse(
const std::shared_ptr<ablate::mathFunctions::geom::Geometry>& geometry);
15 bool InsideGeometry(
const double* xyz,
const int& ndims,
const double& time)
const override;
Definition: geometry.hpp:9
Definition: inverse.hpp:8
bool InsideGeometry(const double *xyz, const int &ndims, const double &time) const override
Definition: inverse.cpp:6