https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4f602c842af06ee01e3eca2b620b4a20ecee9faf authored by Wenqing Wang on 05 March 2021, 14:02:40 UTC, committed by Wenqing Wang on 18 March 2021, 09:56:57 UTC
1 parent f75fae3
Raw File
Tip revision: 4f602c842af06ee01e3eca2b620b4a20ecee9faf authored by Wenqing Wang on 05 March 2021, 14:02:40 UTC
[Doc] Added class documentation of WaterVapourDensity
Tip revision: 4f602c8
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