OGS
GMSHFixedMeshDensity.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
7
8namespace FileIO
9{
10namespace GMSH
11{
12
14{
15public:
16 explicit GMSHFixedMeshDensity(double mesh_density);
17 void initialize(std::vector<GeoLib::Point const*> const& vec) override;
19 GeoLib::Point const* const /*unused*/) const override;
21 GeoLib::Point const* const /*unused*/) const override;
22 ~GMSHFixedMeshDensity() override = default;
23
24private:
26};
27
28} // namespace GMSH
29} // 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