Mesh: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! rowspan=" | ! rowspan="6"| Parameters | ||
| '''type'''(str) - a string of mesh type, currently ‘tri’. | |||
|- | |- | ||
! |Return | ! |Return | ||
! |Return Type | ! |Return Type | ||
|} | |} |
Revision as of 00:05, 30 June 2017
mesh(type, regTag, ndf, meshsize, numnodes, nd1, nd2, ..., bound1, bound2, ...[eletype, ...])
mesh a geometry and add created nodes and elements to a region.
Parameters | type(str) - a string of mesh type, currently ‘tri’. |
---|---|
Return | Return Type |