Skip to content
Snippets Groups Projects
Select Git revision
  • make-getiterationstep-return-shared-ptr
  • master default
  • releases/2.10
  • feature/update-buildsystem
  • releases/2.9
  • more-features-for-cholmodsolver
  • releases/2.8
  • fix/error-norm
  • releases/2.7
  • implement-overlappingblockgsstep
  • feature/blockgssteps_autoCopy
  • releases/2.6-1
  • feature/use-smart-ptr-ignorenodes
  • feature/update-to-clang-7
  • feature/whitespace-fix
  • flexible-loopsolver-max
  • releases/2.5-1
  • feature/incomplete-cholesky-rebased
  • feature/istl-preconditioners
  • feature/optional-ignore
  • subversion->git
21 results

dune-solvers

  • Clone with SSH
  • Clone with HTTPS
  • Getting started
    ===============
    
    You have to create the configure-script on your own!
    
    First, you'll need the followings programs installed:
    
      automake >= 1.5
    
      autoconf >= 2.50
    
      libtool
    
    Then run
    
      ./autogen.sh DUNEDIR
    
    where DUNEDIR is the (absolute or relative) path of the dune/-directory.
    
    The directory is needed because autogen.sh needs access to the tests
    stored in DUNEDIR/m4
    
    Now call
    
      ./configure --with-dune=DIR
    
    where DIR is the directory _above_ dune/. If you want to include third
    party packages check
    
      ./configure --help
    
    for options on how to include Albert, Grape, UG, ...
    
    If configure checked your system without problems you can use
    
      make
    
    to build all examples.