OGS
QuadraticMeshGenerator.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#include <memory>
5
6namespace MeshLib
7{
8class Mesh;
9}
10
11namespace MeshToolsLib
12{
16std::unique_ptr<MeshLib::Mesh> createQuadraticOrderMesh(
17 MeshLib::Mesh const& linear_mesh, bool const add_centre_node);
18
19} // namespace MeshToolsLib
std::unique_ptr< MeshLib::Mesh > createQuadraticOrderMesh(MeshLib::Mesh const &linear_mesh, bool const add_centre_node)