We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e4d8fe + 4bd2a7c commit 6296e5cCopy full SHA for 6296e5c
src/gsVisitorThermoBoundary.h
@@ -69,10 +69,7 @@ class gsVisitorThermoBoundary
69
// Compute image of the quadrature points plus gradient, jacobian and other necessary data
70
geo.computeMap(md);
71
// Evaluate temperature
72
- if (paramTemp) // evaluate temperature in the parametric domain
73
- temperatureField.piece(patch).eval_into(quNodes,tempValues);
74
- else // evaluate temperature in the physical domain
75
- temperatureField.piece(patch).eval_into(md.values[0],tempValues);
+ temperatureField.piece(patch).eval_into(quNodes,tempValues);
76
// find local indices of the displacement basis functions active on the element
77
basisRefs.front().active_into(quNodes.col(0),localIndicesDisp);
78
N_D = localIndicesDisp.rows();
0 commit comments