Revision 08c2d40270c14b4fc763f4d054a690ebd0e848c5 authored by Christoph Lehmann on 03 April 2023, 16:27:41 UTC, committed by Christoph Lehmann on 03 April 2023, 16:27:41 UTC
THM; Extract update of constitutive relations

See merge request ogs/ogs!4528
2 parent s 03775f6 + f7e324b
Raw File
ApplyKnownSolution.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 <vector>

#include "MathLib/LinAlg/Eigen/EigenTools.h"

#ifdef USE_PETSC
#include "MathLib/LinAlg/PETSc/PETScTools.h"
#endif  // USE_PETSC
back to top