cashocs.geometry#
Mesh generation, quality, and management tools.
This module consists of tools for the fast generation of meshes into
fenics. The regular_mesh
and
regular_box_mesh
commands create 2D and
3D box meshes which are great for testing and development.
Functions
|
Computes (an approximation of) the distance to the boundary. |
|
Generates a measure based on indices. |
|
Creates an 1D interval mesh starting at x=0 to x=length. |
|
Creates a mesh corresponding to a rectangle or cube. |
|
Creates a mesh corresponding to a rectangle or cube. |
|
This computes the mesh quality of a given mesh. |
Classes
|
A class, which implements mesh deformations. |
A class used to compute the quality of a mesh. |
Modules
Compute the distance to the boundary. |
|
Management of mesh deformations. |
|
Extension of integration measures. |
|
Basic mesh generation. |
|
Management of finite element meshes. |
|
Testing of mesh quality. |
|
Mesh quality computation. |