Mesh (Dataset)
Create a mesh dataset.
Syntax
model.result().dataset().create(
<dtag>
,"Mesh");
model.result().dataset(
<dtag>
).set(
property
,
<value>
);
Description
model.result().dataset().create(
<dtag>
,"Mesh")
creates a mesh dataset feature named
<dtag>
.
This dataset provides support for evaluation of spatial coordinates and mesh variables on a mesh.
The following properties are available:
Table 7-85:
Valid Properties for Mesh Datasets.
Name
Value
Default
Description
mesh
String
Empty
The mesh that this dataset refers to.
sorder
linear
|
quadratic
|
cubic
|
quartic
|
quintic
|
sextic
|
septic
|
linear_serp
|
quadratic_serp
|
cubic_serp
|
quartic_serp
linear
The geometry shape function. The first seven are Lagrange shape functions, and the last four are serendipity shape functions.
Attribute
Selection (Dataset Attribute)
See Also
Mesh (Plot)