OGS
ComputeResiduum.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#include "
MathLib/LinAlg/GlobalMatrixVectorTypes.h
"
7
8
namespace
ProcessLib
9
{
12
GlobalVector
computeResiduum
(
double
const
dt,
GlobalVector
const
& x,
13
GlobalVector
const
& x_prev,
GlobalMatrix
const
& M,
14
GlobalMatrix
const
& K,
GlobalVector
const
& b);
15
16
}
// namespace ProcessLib
GlobalMatrixVectorTypes.h
GlobalMatrix
MathLib::EigenMatrix GlobalMatrix
Definition
GlobalMatrixVectorTypes.h:17
GlobalVector
MathLib::EigenVector GlobalVector
Definition
GlobalMatrixVectorTypes.h:16
ProcessLib
Definition
ProjectData.h:40
ProcessLib::computeResiduum
GlobalVector computeResiduum(double const dt, GlobalVector const &x, GlobalVector const &x_prev, GlobalMatrix const &M, GlobalMatrix const &K, GlobalVector const &b)
Definition
ComputeResiduum.cpp:10
ProcessLib
Utils
ComputeResiduum.h
Generated by
1.14.0