Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser eeecdf8438 adapt for the fact that field vectors of scalars cannot be assigned to field vectors of Evaluations anymore
the reason why this is needed now probably is because
std::is_convertible<Scalar, Evaluation> is false. While strictly
speaking, scalars can be converted to Evaluations by assuming them to
be evaluations of the constant function, this patch is IMO beneficial
anyway because it makes such conversions more visible.
2016-04-15 18:44:14 +02:00
applications/ebos adapt for the fact that field vectors of scalars cannot be assigned to field vectors of Evaluations anymore 2016-04-15 18:44:14 +02:00
ewoms/aux clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00