Skip to content
Snippets Groups Projects
Commit 85c32568 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

richards: use forward differences and partial reassembly for the test

this dramatically speeds up things...

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4821 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 256d6b6e
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,12 @@ SET_PROP(RichardsLensProblem, SpatialParameters)
// Enable gravity?
SET_BOOL_PROP(RichardsLensProblem, EnableGravity, true);
// Enable partial reassembly of the Jacobian matrix?
SET_BOOL_PROP(RichardsLensProblem, EnablePartialReassemble, true);
// Use forward diffferences to approximate the Jacobian matrix
SET_BOOL_PROP(RichardsLensProblem, NumericDifferenceMethod, +1);
// Write the intermediate results of the newton method?
SET_BOOL_PROP(RichardsLensProblem, NewtonWriteConvergence, false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment