mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LLTMatrix: Updated docs
This commit is contained in:
@ -74,7 +74,8 @@ public:
|
|||||||
void decompose(const SquareMatrix<Type>& M);
|
void decompose(const SquareMatrix<Type>& M);
|
||||||
|
|
||||||
//- Solve the linear system with the given source
|
//- Solve the linear system with the given source
|
||||||
// and returning the solution in the Field argument x
|
// and returning the solution in the Field argument x.
|
||||||
|
// This function may be called with the same field for x and source.
|
||||||
void solve(Field<Type>& x, const Field<Type>& source) const;
|
void solve(Field<Type>& x, const Field<Type>& source) const;
|
||||||
|
|
||||||
//- Solve the linear system with the given source
|
//- Solve the linear system with the given source
|
||||||
|
|||||||
Reference in New Issue
Block a user