Formatting
This commit is contained in:
parent
ec1dfcee2f
commit
b3a4b2fad1
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class BlockGaussSeidelPrecon
|
||||||
//- Calculate inverse diagonal
|
//- Calculate inverse diagonal
|
||||||
void calcInvDiag();
|
void calcInvDiag();
|
||||||
|
|
||||||
// Block Gauss-Seidel sweep, symetric matrix
|
//- Block Gauss-Seidel sweep, symetric matrix
|
||||||
template<class DiagType, class ULType>
|
template<class DiagType, class ULType>
|
||||||
void BlockSweep
|
void BlockSweep
|
||||||
(
|
(
|
||||||
|
@ -97,7 +97,7 @@ class BlockGaussSeidelPrecon
|
||||||
const Field<Type>& b
|
const Field<Type>& b
|
||||||
) const;
|
) const;
|
||||||
|
|
||||||
// Block Gauss-Seidel sweep, asymmetric matrix
|
//- Block Gauss-Seidel sweep, asymmetric matrix
|
||||||
template<class DiagType, class ULType>
|
template<class DiagType, class ULType>
|
||||||
void BlockSweep
|
void BlockSweep
|
||||||
(
|
(
|
||||||
|
|
Reference in a new issue