~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/ode/dolfin/MultiAdaptiveFixedPointSolver.h

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright (C) 2005 Anders Logg.
 
1
// Copyright (C) 2005-2006 Anders Logg.
2
2
// Licensed under the GNU GPL Version 2.
3
3
//
4
4
// First added:  2005-01-27
5
 
// Last changed: 2005-11-11
 
5
// Last changed: 2006-08-08
6
6
 
7
7
#ifndef __MULTI_ADAPTIVE_FIXED_POINT_SOLVER_H
8
8
#define __MULTI_ADAPTIVE_FIXED_POINT_SOLVER_H
43
43
    void end();
44
44
 
45
45
    // Make an iteration
46
 
    real iteration(uint iter, real tol);
 
46
    real iteration(real tol, uint iter, real d0, real d1);
47
47
 
48
48
    /// Size of system
49
49
    uint size() const;