block mesh generator
More...
block mesh generator
- See also
- mesh
|
def | __init__ (self, Bounds, NumCells, NodeSets, NumLayers, OutputMeshPrefix=None, NodalMeshPrefix=None, PeriodicBoundaries=None, GenLayers=None, ElementSets=None, basis_array_set=None, block_type=None) |
|
def | __init__ (self, Kind, NumLayers, OutputMeshPrefix=None, NodalMeshPrefix=None, PeriodicBoundaries=None, extra_attrs=[], opt_attrs=[], basis_array_set=None) |
|
◆ __init__()
def warpy.mesh.block.__init__ |
( |
|
self, |
|
|
|
Bounds, |
|
|
|
NumCells, |
|
|
|
NodeSets, |
|
|
|
NumLayers, |
|
|
|
OutputMeshPrefix = None , |
|
|
|
NodalMeshPrefix = None , |
|
|
|
PeriodicBoundaries = None , |
|
|
|
GenLayers = None , |
|
|
|
ElementSets = None , |
|
|
|
basis_array_set = None , |
|
|
|
block_type = None |
|
) |
| |
- Parameters
-
name | |
Bounds | |
NumCells | |
NodeSets | |
NumLayers | Number of ghost layers in the mesh |
OutputMeshPrefix | |
NodalMeshPrefix | |
PeriodicBoundaries | |
GenLayers | Number of ghost layers external to the simulation domain. Should be 0 (default) for periodic simulations. |
ElementSets | |
basis_array_set | |
block_type | which is either "nonsymmetric" or "symmetric" applicable to 2d mesh only |
Reimplemented from warpy.mesh.mesh.
The documentation for this class was generated from the following file: