Revision ed9ddc0fe148c3cb544b2485465dbd4eedd27218 authored by Dmitry Yu. Naumov on 29 June 2021, 08:34:26 UTC, committed by Dmitry Yu. Naumov on 29 June 2021, 08:34:26 UTC
Update MGIS; Failing MohrCoulombAbboSloan tests.

See merge request ogs/ogs!3647
2 parent s f9e9ea1 + 2803af3
Raw File
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