Graph, Geometric Order Enum, Scalar Field
Lattice, Geometric Order Enum, Scalar Field
Graph, Geometric Order Enum, Scalar Field
Converts a Graph lattice into an FE Mesh by adding integration points of the desired order to the Graph lattice geometry.Inputs
| Name | Type | Description |
|---|---|---|
| Discretization | Graph | The input geometric discretization. |
| Geometric order | Geometric Order Enum | The geometric order of the finite elements. |
| Subdivisions | Scalar Field | Each beam in the graph will be subdivided into the given number of finite elements. |
Outputs
| Type |
|---|
| FE Mesh |
Lattice, Geometric Order Enum, Scalar Field
Converts a graph-based Lattice into an FE Mesh by adding integration points of the desired order to the Lattice geometry.Inputs
| Name | Type | Description |
|---|---|---|
| Discretization | Lattice | The input geometric discretization. |
| Geometric order | Geometric Order Enum | The geometric order of the finite elements. |
| Subdivisions | Scalar Field | The number of finite elements that each beam in the lattice will be subdivided into. if the provided lattice is face-based, the faces will be remeshed with an updated average edge length equal to the current average edge length subdivided by the subdivisions input. |
Outputs
| Type |
|---|
| FE Mesh |
About this Block
What it does: Generates an FE Mesh for beam based graph lattices. Lattice meshing takes less computation time than volume meshing and homogenization. Common uses:- Input in an FE Component.
Example File
Download Example:FE Lattice Mesh


