Andreas Lauser 8298ad8ce8 change the new material laws so that they behave as decided in the last dumux material laws meeting
This significantly reduces the need for nesting typedefs because a
material law with absolute saturations as input parameters can be
defined like:

 typedef RegularizedVanGenuchten<Scalar> EffectiveSatLaw;
 typedef EffToAbsLaw<EffectiveSatLaw> AbsoluteSatLaw;

Basically, the material laws can now be considered complete...
2012-07-11 23:28:29 +02:00
Description
Simulator programs and utilities for automatic differentiation.
70 MiB
Languages
C++ 78.3%
ECL 17.7%
CMake 1.8%
Cuda 1.2%
Shell 0.5%
Other 0.5%