← Back to team overview

dolfin team mailing list archive

[HG] Don't set tol to a fraction of TOL if using fixed time step:

 

One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.

changeset:   1872:86efe7383ca367b10f5a58524d0d1a9dcdd29626
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Apr 17 14:20:36 2006 -0500
files:       src/demo/ode/wave/main.cpp src/kernel/ode/TimeSlabSolver.cpp
description:
Don't set tol to a fraction of TOL if using fixed time step:

  const real TOL = get("tolerance");
  const real alpha = get("discrete tolerance factor");
  tol = get("discrete tolerance");
  if ( !get("fixed time step") )
    tol = std::min(tol, alpha*TOL);


changeset:   1871:c7ba3bfa7d462919422b0f25d4242b2b5e679a13
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Apr 17 06:29:41 2006 -0500
files:       
description:
Remove automatic modeling reduction demo problems.

Automatic model reduction is temporarily broken so we might
as well remove the demo problems until we fix the implementation.
We can always readd the demos later.


changeset:   1870:523108d428b37c33cf1e1aebf7393328ccde89a4
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Apr 17 06:28:01 2006 -0500
files:       ChangeLog src/demo/ode/Makefile.am
description:
Results look really good for moved multi-adaptive benchmarks (including
size of error for varying size of domain) so old multi-adaptive benchmark
has been removed.


-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin