Skip to content

Commit 6296e5c

Browse files
Merge branch 'hot-fix-neumann' of github.com:gismo/gsElasticity into hot-fix-neumann
2 parents 6e4d8fe + 4bd2a7c commit 6296e5c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/gsVisitorThermoBoundary.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ class gsVisitorThermoBoundary
6969
// Compute image of the quadrature points plus gradient, jacobian and other necessary data
7070
geo.computeMap(md);
7171
// 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);
72+
temperatureField.piece(patch).eval_into(quNodes,tempValues);
7673
// find local indices of the displacement basis functions active on the element
7774
basisRefs.front().active_into(quNodes.col(0),localIndicesDisp);
7875
N_D = localIndicesDisp.rows();

0 commit comments

Comments
 (0)