OGS
GMSHFixedMeshDensity.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
5
6namespace FileIO
7{
8namespace GMSH
9{
11 : _mesh_density(mesh_density)
12{
13}
14
16 std::vector<GeoLib::Point const*> const& vec)
17{
18 // to avoid a warning here:
19 (void)(vec);
20}
21
23 GeoLib::Point const* const /*unused*/) const
24{
25 return _mesh_density;
26}
27
29 GeoLib::Point const* const /*unused*/) const
30{
31 return _mesh_density;
32}
33
34} // namespace GMSH
35} // 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