|
-
|
expr contains the list of the evaluated expression,
|
|
-
|
d1 contains the data of the evaluated expression,
|
|
-
|
p contains the coordinates of the evaluation points,
|
|
-
|
t contains the indices to columns in the p field. Each column in the t field corresponds to an element of the mesh used for the evaluation,
|
|
-
|
ve contains the indices of the mesh elements at each evaluation point,
|
|
-
|
unit contains the unit of the evaluated expression.
|
|
3
|
Now evaluate the temperature T, including at the element midpoints as defined by a quadratic shape function. Use the refine property and set the property value to 2, which corresponds to the discretization order:
|
|
4
|
This step demonstrates how to use the edim property in combination with the selection property. edim allows you to determine the space dimension of the evaluation and selection allows you to set the entity number indicating where to evaluate the expression.
|