OGS
GMSHFixedMeshDensity.h
Go to the documentation of this file.
1
12#pragma once
13
15
16namespace FileIO
17{
18namespace GMSH
19{
20
22{
23public:
24 explicit GMSHFixedMeshDensity(double mesh_density);
25 void initialize(std::vector<GeoLib::Point const*> const& vec) override;
27 GeoLib::Point const* const /*unused*/) const override;
29 GeoLib::Point const* const /*unused*/) const override;
30 ~GMSHFixedMeshDensity() override = default;
31
32private:
34};
35
36} // namespace GMSH
37} // end namespace FileIO
~GMSHFixedMeshDensity() override=default
double getMeshDensityAtStation(GeoLib::Point const *const) const override
void initialize(std::vector< GeoLib::Point const * > const &vec) override
double getMeshDensityAtPoint(GeoLib::Point const *const) const override