Skip to content
Snippets Groups Projects
Verified Commit 91db59eb authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Do not use homotopy with Stochastic extended path.

I am not sure I want to repair this...
parent 42f24a9b
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,11 @@ else
pfm.dr = [];
end
% Deactivate homotopy with SEP
if ep.stochastic.order>0
options_.no_homotopy = true;
end
% number of nonzero derivatives
pfm.nnzA = M_.NNZDerivatives(1);
......
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