https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d8ca239e9c7b37cde1cf1f7630f92d1b0af84784 authored by Karsten Rink on 11 October 2023, 08:54:18 UTC
Merge branch 'RemoveMeshElementsInvertBoundingBox' into 'master'
Tip revision: d8ca239
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