https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e789827cfe43b0bf9f4881987d1642ca006be5bd authored by Lars Bilke on 12 March 2021, 20:21:11 UTC
Merge branch 'eve-foss2020b' into 'master'
Tip revision: e789827
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2021, 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