Comment too long
This commit is contained in:
parent
e1cb7f1ff7
commit
cfdfded78b
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
// Calculate coupling matrices only once since the mesh doesn't change and
|
// Calculate coupling matrices only once since the mesh doesn't change and
|
||||||
// implicit div and grad operators are only dependant on Sf. Actually
|
// implicit div and grad operators are only dependant on Sf. Actually
|
||||||
// coupling terms (div(U) and grad(p)) in blockMatrix do not change, so they
|
// coupling terms (div(U) and grad(p)) in blockMatrix do not change,
|
||||||
// could be inserted only once, resetting other parts of blockMatrix to zero
|
// so they could be inserted only once, resetting other parts of
|
||||||
// at the end of each time step. VV, 30/April/2014
|
// blockMatrix to zero at the end of each time step. VV, 30/April/2014
|
||||||
# include "calculateCouplingMatrices.H"
|
# include "calculateCouplingMatrices.H"
|
||||||
|
|
||||||
Info<< "\nStarting time loop\n" << endl;
|
Info<< "\nStarting time loop\n" << endl;
|
||||||
|
|
Reference in a new issue