~corrado-maurini/dolfin/tao

« back to all changes in this revision

Viewing changes to dolfin/fem/NonlinearVariationalSolver.h

  • Committer: corrado maurini
  • Date: 2012-12-18 12:16:08 UTC
  • mfrom: (6685.78.207 trunk)
  • Revision ID: corrado.maurini@upmc.fr-20121218121608-nk82ly9jgsld9u84
updating with trunk, fix uint in TAO solver and hacking the check for tao FindTAO.cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    /// Solve variational problem
49
49
    ///
50
50
    /// *Returns*
51
 
    ///     std::pair<uint, bool>
 
51
    ///     std::pair<std::size_t, bool>
52
52
    ///         Pair of number of Newton iterations, and whether
53
53
    ///         iteration converged)
54
 
    std::pair<uint, bool> solve();
 
54
    std::pair<std::size_t, bool> solve();
55
55
 
56
56
    /// Default parameter values
57
57
    static Parameters default_parameters()