Skip to content
Snippets Groups Projects
Commit 3a60e3ef authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[ImplicitModel] Add todos in local jacobian

parent 747cf6f4
No related branches found
No related tags found
Loading
...@@ -491,6 +491,7 @@ protected: ...@@ -491,6 +491,7 @@ protected:
model_().curVolVars(scvJ).update(priVars, problem_(), element_(), scvJ); model_().curVolVars(scvJ).update(priVars, problem_(), element_(), scvJ);
// calculate the flux with the deflected primary variables // calculate the flux with the deflected primary variables
// TODO: for solution dependent spatial params fluxVar update needed!
Scalar deflectFlux = 0.0; Scalar deflectFlux = 0.0;
for (fluxVarIdx : fluxVarsJ) for (fluxVarIdx : fluxVarsJ)
deflectFlux += localResidual().computeFlux(fluxVarIdx); deflectFlux += localResidual().computeFlux(fluxVarIdx);
...@@ -519,6 +520,7 @@ protected: ...@@ -519,6 +520,7 @@ protected:
model_().curVolVars(scvJ).update(priVars, problem_(), element_(), scvJ); model_().curVolVars(scvJ).update(priVars, problem_(), element_(), scvJ);
// calculate the flux with the deflected primary variables // calculate the flux with the deflected primary variables
// TODO: for solution dependent spatial params fluxVar update needed!
Scalar deflectFlux = 0.0; Scalar deflectFlux = 0.0;
for (fluxVarIdx : fluxVarsJ) for (fluxVarIdx : fluxVarsJ)
deflectFlux += localResidual().computeFlux(fluxVarIdx); deflectFlux += localResidual().computeFlux(fluxVarIdx);
......
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