OGS
GMSHFixedMeshDensity.cpp
Go to the documentation of this file.
1
13
14namespace FileIO
15{
16namespace GMSH
17{
19 : _mesh_density(mesh_density)
20{
21}
22
24 std::vector<GeoLib::Point const*> const& vec)
25{
26 // to avoid a warning here:
27 (void)(vec);
28}
29
31 GeoLib::Point const* const /*unused*/) const
32{
33 return _mesh_density;
34}
35
37 GeoLib::Point const* const /*unused*/) const
38{
39 return _mesh_density;
40}
41
42} // namespace GMSH
43} // end namespace FileIO
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