Revision 2823eabc90916931d2454810448556f95f8b64e2 authored by Dmitry Yu. Naumov on 18 March 2021, 14:38:42 UTC, committed by Dmitry Yu. Naumov on 18 March 2021, 14:38:42 UTC
[PL/TimeLoop] Use the vector of ids of xdot GlobalVector's.

Closes #3120

See merge request ogs/ogs!3522
2 parent s 67eded2 + 397fe72
Raw File
ChargeBalance.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

namespace ChemistryLib
{
enum class ChargeBalance
{
    pH,
    pe,
    Unspecified
};
}  // namespace ChemistryLib
back to top