21 #ifndef FUB_GEOMETRY_AMBIENT_HPP
22 #define FUB_GEOMETRY_AMBIENT_HPP
33 return -std::numeric_limits<double>::infinity();
36 std::unique_ptr<Geometry>
Clone()
const override {
37 return std::make_unique<Ambient>(*
this);
Definition: Ambient.hpp:28
double ComputeDistanceTo(const Coordinates &) const override
Definition: Ambient.hpp:32
std::unique_ptr< Geometry > Clone() const override
Returns a copy of the concrete geometry as a pointer to the base class.
Definition: Ambient.hpp:36
The fub namespace.
Definition: AnyBoundaryCondition.hpp:31
Eigen::Matrix< double, Rank, 1 > Coordinates
Definition: MyStabilisation.hpp:54
Definition: geometry/Geometry.hpp:29