doc:user:geometry:mesh:0d
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| doc:user:geometry:mesh:0d [2013/07/12 14:09] – external edit 127.0.0.1 | doc:user:geometry:mesh:0d [2021/01/11 10:21] (current) – boman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== 0D Meshers (Points) ====== | ||
| + | ===== Introduction ===== | ||
| + | {{: | ||
| + | In most cases, it is not necessary to mesh 0D entites (points). Such a mesh point is automatically generated when a line which includes it on one extremity is [[doc: | ||
| + | |||
| + | point.mesh() | ||
| + | |||
| + | ===== 0D Mesh ===== | ||
| + | |||
| + | ==== Manually ==== | ||
| + | |||
| + | To create a 0D mesh element on a mesh point: | ||
| + | |||
| + | mesh.define(no, | ||
| + | |||
| + | where | ||
| + | | '' | ||
| + | | '' | ||
| + | | '' | ||
| + | |||
| + | |||
| + | ==== Automatically: | ||
| + | |||
| + | '' | ||
| + | |||
| + | Le père de la maille est mis sur l' | ||
| + | |||
| + | __Example: | ||
| + | |||
| + | Generation of a '' | ||
| + | |||
| + | mesher = CellPointMesher(groupset(no)) | ||
| + | mesher.execute() | ||
