Comment too long

This commit is contained in:
Hrvoje Jasak 2014-06-10 14:02:44 +01:00
parent e1cb7f1ff7
commit cfdfded78b

View file

@ -61,9 +61,9 @@ int main(int argc, char *argv[])
// Calculate coupling matrices only once since the mesh doesn't change and
// 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
// could be inserted only once, resetting other parts of blockMatrix to zero
// at the end of each time step. VV, 30/April/2014
// coupling terms (div(U) and grad(p)) in blockMatrix do not change,
// so they could be inserted only once, resetting other parts of
// blockMatrix to zero at the end of each time step. VV, 30/April/2014
# include "calculateCouplingMatrices.H"
Info<< "\nStarting time loop\n" << endl;