https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1568b83e559cb59c88f17fdd3f252efbece49e82 authored by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC, committed by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC
[MPL] Fix Brooks-Corey saturation derivative.

See merge request ogs/ogs!3816
2 parent s a8826ab + 797774a
Raw File
Tip revision: 1568b83e559cb59c88f17fdd3f252efbece49e82 authored by Dmitry Yu. Naumov on 08 October 2021, 21:59:29 UTC
Merge branch 'FixBrooksCoreySaturationDerivative' into 'master'
Tip revision: 1568b83
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