https://github.com/geodynamics/citcoms
Revision ef7299ce82f140ef3b4db2c6e34396c6fef2e814 authored by Eh Tan on 29 October 2008, 23:22:10 UTC, committed by Eh Tan on 29 October 2008, 23:22:10 UTC
* New functions global_v_norm2(), global_p_norm2(), global_div_norm2()
  compute the L2 norm of velocity, pressure, and divergence.
* The L2 norm of the vector f is defined as:
  \sum_{all elements} ( \int_{element} (f*f dA) ) / A
  where A is the volume of the domain.
* The convergence criterion is controlled by parameter "accuracy" under
  "[CitcomS.solver.vsolver]". The iteration stops if
  (norm(div(rho*V))/norm(V) < accuracy) or
  ( (norm(dV)/norm(V) < accuracy) and (norm(dP)/norm(P) < accuracy) for
    the last two iterations )
* The default value of "accuracy" becomes 1e-4.
* The input parameters "tole_compressibility" and "relative_err_accuracy"
  under "[CitcomS.solver.vsolver]" are gone.
* The mass matrix E->MASS becomes double precision (was single precision).

1 parent 2ba507e
Raw File
Tip revision: ef7299ce82f140ef3b4db2c6e34396c6fef2e814 authored by Eh Tan on 29 October 2008, 23:22:10 UTC
(for r13196) Fixing convergence criterion for Stokes solver.
Tip revision: ef7299c
README
We are pleased to announce the version 3.0 release of CitComS.py.

See the file INSTALL and the manual for building and installation instructions.

See the file NEWS for new features and bug fixes of this release.

Please send all bug reports by electronic mail to:
    cig-mc@geodynamics.org

CitcomS is free software.  See the file COPYING for copying conditions.
back to top