Formatting
This commit is contained in:
parent
8cf4b6fcd5
commit
9db10d0cd4
1 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@ solvers
|
|||
{
|
||||
rho
|
||||
{}
|
||||
|
||||
p
|
||||
{
|
||||
solver BiCGStab;
|
||||
|
@ -27,7 +26,6 @@ solvers
|
|||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
U
|
||||
{
|
||||
solver BiCGStab;
|
||||
|
@ -35,7 +33,6 @@ solvers
|
|||
tolerance 1e-07;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
e
|
||||
{
|
||||
solver BiCGStab;
|
||||
|
|
Reference in a new issue