Crate automesh

Crate automesh 

Source
Expand description

book crates docs pypi docs DOI

Automatic mesh generation.

Structs§

Extraction
Extraction ranges for a segmentation.
FiniteElements
The finite elements type.
Nel
The number of voxels in each direction.
Octree
The octree type.
Scale
The multiplying scale in each direction.
Tessellation
The tessellation type.
Translate
The additive translation in each direction.
Voxels
The voxels type.

Enums§

Remove
The voxels IDs to be removed.
Smoothing
Possible smoothing methods.

Constants§

HEX
The number of nodes in a hexahedral finite element.
NSD
The number of spatial dimensions.
TET
The number of nodes in a tetrahedral finite element.
TRI
The number of nodes in a triangular finite element.

Traits§

FiniteElementMethods
Methods common to all finite element types.
FiniteElementSpecifics
Methods specific to each finite element type.

Type Aliases§

Blocks
A vector of finite element block IDs.
Connectivity
An element-to-node connectivity.
Coordinate
A three-dimensional coordinate.
Coordinates
A vector of three-dimensional coordinates.
HexahedralFiniteElements
The hexahedral finite elements type.
TetrahedralFiniteElements
The tetrahedral finite elements type.
TriangularFiniteElements
The triangular finite elements type.
Vector
A three-dimensional vector.
VoxelData
The segmentation data corresponding to voxels.