https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8fe39d778b8782c88eeb7191feba732dd251c0ee authored by Tymofiy Gerasimov on 21 December 2022, 10:31:42 UTC
Merge branch 'T+freezing_Soil_freezing_around_BHE' into 'master'
Tip revision: 8fe39d7
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2022, 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