WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.mesh.block Class Reference

block mesh generator More...

Inheritance diagram for warpy.mesh.block:
warpy.mesh.mesh

Detailed Description

block mesh generator

See also
mesh

Public Member Functions

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)
 

Additional Inherited Members

- Public Attributes inherited from warpy.mesh.mesh
 output_prefix
 
 nodal_prefix
 
- Static Public Attributes inherited from warpy.mesh.mesh
set dg_fvm = set(["firstOrder"])
 

Constructor & Destructor Documentation

◆ __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
NumLayersNumber of ghost layers in the mesh
OutputMeshPrefix
NodalMeshPrefix
PeriodicBoundaries
GenLayersNumber of ghost layers external to the simulation domain. Should be 0 (default) for periodic simulations.
ElementSets
basis_array_set
block_typewhich 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: