https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 71ab68babd6d51d028e0dcb91abb0bb8c4f21a48 authored by Dmitry Yu. Naumov on 28 August 2023, 21:10:08 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: 71ab68b
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