Data Structures | |
class | Mesh_Projection1D |
Defines a projection 1D algorithm. More... | |
class | Mesh_Projection2D |
Defines a projection 2D algorithm. More... | |
class | Mesh_Projection3D |
Defines a projection 3D algorithm. More... | |
Functions | |
def | Projection1D |
Creates a projection 1D algorithm for edges. | |
def | Projection2D |
Creates a projection 2D algorithm for faces. | |
def | Projection3D |
Creates a projection 3D algorithm for solids. |
def Projection1D | ( | self, | ||
geom = 0 | ||||
) | [inherited] |
Creates a projection 1D algorithm for edges.
If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.
geom | If defined, the subshape to be meshed |
def Projection2D | ( | self, | ||
geom = 0 | ||||
) | [inherited] |
Creates a projection 2D algorithm for faces.
If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.
geom | If defined, the subshape to be meshed |
def Projection3D | ( | self, | ||
geom = 0 | ||||
) | [inherited] |
Creates a projection 3D algorithm for solids.
If the optional geom parameter is not set, this algorithm is global. Otherwise, this algorithm defines a submesh based on geom subshape.
geom | If defined, the subshape to be meshed |