Revision 32137548f88338d9d7aed7c09701fefd5559f6b1 authored by Dmitry Yu. Naumov on 22 January 2021, 11:42:09 UTC, committed by Dmitry Yu. Naumov on 22 January 2021, 11:42:09 UTC
Non-isothermal Richards mechanics (monolithic scheme)

See merge request ogs/ogs!3166
2 parent s 3e021e7 + 2ab85aa
Raw File
ApplyKnownSolution.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 <vector>

#ifdef OGS_USE_EIGEN
#include "MathLib/LinAlg/Eigen/EigenTools.h"
#endif // OGS_USE_EIGEN

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