OGS
ComputeResiduum.h
Go to the documentation of this file.
1
10#pragma once
11
13
14namespace ProcessLib
15{
19 GlobalMatrix const& M, GlobalMatrix const& K,
20 GlobalVector const& b);
21
22} // namespace ProcessLib
Global vector based on Eigen vector.
Definition: EigenVector.h:25
GlobalVector computeResiduum(GlobalVector const &x, GlobalVector const &xdot, GlobalMatrix const &M, GlobalMatrix const &K, GlobalVector const &b)