https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9c7f48251de2cb5f5c9a1eee66bbec640da4b6bc authored by Dmitry Yu. Naumov on 02 October 2023, 09:12:07 UTC
Merge branch 'FixConstructMeshesFromGeometryBulkElementIds' into 'master'
Tip revision: 9c7f482
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include "MeshEnums.h"

int OGSToVtkCellType(MeshLib::CellType ogs);
back to top