opm-simulators/examples
Andreas Lauser 5acce6b68e restructure the directory structure of the implicit models
this is somewhat similar to what is currently done in the 'implicit'
branch of dumux, but it takes things further:

- ewoms/boxmodels/common -> ewoms/disc/vcfv
  (vcfv == vertex centered finite volumes)
- ewoms/boxmodels/vtk -> ewoms/vtk
  (possibly this will move to ewoms/io/vtk, TBD)
- ewoms/boxmodels -> ewoms/models
- test/boxmodels -> test/implicit
- the files for the common VCFV code have been renamed from "box*" to
  "vcfv\1" and the classes they contain have been renamed accordingly.

The rationale is to reflect the fact that multiple discretizations may
be chosen for any physical model. (Once these discretizations are
implemented, obviously.) All tests still compile for the autotools and
cmake build systems
2012-11-28 16:04:43 +01:00
..
CMakeLists.txt fix the CMake build 2012-10-19 19:39:53 +02:00
Makefile.am make the autotools build system non-recusive 2012-11-19 15:25:01 +01:00
tutorial_coupled.cc restructure the directory structure of the implicit models 2012-11-28 16:04:43 +01:00
tutorial_decoupled.cc change namespace from Dumux to Ewoms 2012-11-18 16:58:22 +01:00
tutorialproblem_coupled.hh restructure the directory structure of the implicit models 2012-11-28 16:04:43 +01:00
tutorialproblem_decoupled.hh non-recursive automake: add shortcut targets 2012-11-21 23:28:15 +01:00
tutorialspatialparams_decoupled.hh change namespace from Dumux to Ewoms 2012-11-18 16:58:22 +01:00