← Back to team overview

dolfin team mailing list archive

[HG] Fix bug in multi-adaptive demo "wave". Functions for specifying

 

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

changeset:   1873:35549d7942baad00cd009df5edbf4e22a8473ae1
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Apr 17 18:33:24 2006 -0500
files:       src/demo/ode/wave/main.cpp src/kernel/ode/MultiAdaptiveTimeSlab.cpp src/kernel/ode/MultiAdaptivity.cpp
description:
Fix bug in multi-adaptive demo "wave". Functions for specifying
fixed time steps were now overloaded correctly.


changeset:   1872:86efe7383ca367b10f5a58524d0d1a9dcdd29626
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.


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