https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fe839cca8350225cebb94831c91bcdfb3967f5bc authored by Dmitri Naumov on 28 April 2021, 14:49:44 UTC
[doc] Fix placement of ogs_file_XXX for doxygen.
Tip revision: fe839cc
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