doc:user:geometry:mesh:1d
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:user:geometry:mesh:1d [2015/01/07 17:55] – [Simple mesher - SimpleMesher1D] boman | doc:user:geometry:mesh:1d [2016/03/30 15:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 1D Meshers ====== | + | |
| + | ====== 1D Meshers | ||
| - | ===== MeshedPoints ===== | + | FIXME __Mesh Elements versus Finite Elements__: these two notions are different and should not be misunderstood. A mesh is made of geometric cells, the mesh elements. A finite element is a physical entity, which is supported by a mesh element. In Metafor, this is a two-steps method: first, the mesh is created, then the finite elements are applied to the mesh (this second step is done once the integration is started and programmed in the '' |
| - | ==== Simple mesher - SimpleMesher1D ==== | + | Automatic meshers create nodes and mesh cells from the geometry. Metafor meshers are quite basic but still useful to mesh simple geometries, to avoid using external software. |
| - | Automatic meshers create mesh elements from the geometry. Metafor meshers are quite basic but still useful to mesh simple geometries, to avoid using external softwares. | + | ===== Generating nodes (& cells) ===== |
| - | :!: __Mesh Elements versus Finite Elements__: these two notions are different and should not be misunderstood. A mesh is made of geometric cells, the mesh elements. A finite element is a physical entity, which is supported by a mesh element. In Metafor, this is a two-steps method: first, the mesh is created, then the finite elements are applied to the mesh (this second step is done once the integration is started and programmed in the '' | + | ==== SimpleMesher1D ==== |
| - | {{: | + | {{: |
| + | Basic meshing of '' | ||
| - | | + | |
| - | |'' | + | with |
| - | |'' | + | |'' |
| - | |'' | + | |'' |
| - | |'' | + | |'' |
| + | |'' | ||
| {{: | {{: | ||
| Line 23: | Line 26: | ||
| | | ||
| - | Note : The '' | + | Note : The '' |
| ==== Density mesher - DensityMesher1D ==== | ==== Density mesher - DensityMesher1D ==== | ||
| Line 100: | Line 103: | ||
| |'' | |'' | ||
| - | ===== 1D Mesh elements | + | ===== Generating cells alone ===== |
| - | ==== 1D mesh elements : manually | + | Generating cells is only useful if you plan to define 1D elements (such as springs) in your model. |
| + | |||
| + | ==== Manual definition | ||
| {{: | {{: | ||
| - | To manually create a 1D mesh element | + | To manually create a 1D cell based on two mesh points, |
| mesh.define(no, | mesh.define(no, | ||
| - | | '' | + | | '' |
| | '' | | '' | ||
| - | | '' | + | | '' |
| - | | '' | + | | '' |
| - | ==== 1D mesh elements : CellLineMesher ==== | + | ==== CellLineMesher ==== |
| {{: | {{: | ||
| - | The '' | + | The '' |
| - | The '' | + | The '' |
| The '' | The '' | ||
doc/user/geometry/mesh/1d.1420649758.txt.gz · Last modified: (external edit)
