make the simulator for the co2injection problem which uses the non-isothermal PVS model use automatic differentiation

This commit is contained in:
Andreas Lauser 2015-05-21 16:18:51 +02:00
parent 528c2a8350
commit 7a01904f9f

View File

@ -35,6 +35,9 @@ NEW_TYPE_TAG(Co2InjectionPvsNiEcfvProblem, INHERITS_FROM(PvsModel, Co2InjectionB
SET_TAG_PROP(Co2InjectionPvsNiEcfvProblem, SpatialDiscretizationSplice, EcfvDiscretization);
SET_BOOL_PROP(Co2InjectionPvsNiEcfvProblem, EnableEnergy, true);
//! Use automatic differentiation to linearize the system of PDEs
SET_TAG_PROP(Co2InjectionPvsNiEcfvProblem, LocalLinearizerSplice, AutoDiffLocalLinearizer);
}}
int main(int argc, char **argv)