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

unstructured mesh More...

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

Detailed Description

unstructured mesh

See also
mesh

Public Member Functions

def __init__ (self, Kind, NumLayers, OutputMeshPrefix=None, NodalMeshPrefix=None, PeriodicBoundaries=None, extra_attrs=[], opt_attrs=[], basis_array_set=None)
 

Public Attributes

 output_prefix
 
 nodal_prefix
 

Static Public Attributes

set dg_fvm = set(["firstOrder"])
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.mesh.mesh.__init__ (   self,
  Kind,
  NumLayers,
  OutputMeshPrefix = None,
  NodalMeshPrefix = None,
  PeriodicBoundaries = None,
  extra_attrs = [],
  opt_attrs = [],
  basis_array_set = None 
)
Parameters
Kind
NumLayersNumber of ghost layers in the mesh
OutputMeshPrefix
NodalMeshPrefix
PeriodicBoundaries
basis_array_set

Reimplemented in warpy.mesh.block, and warpy.mesh.arbitrary.

Member Data Documentation

◆ dg_fvm

set warpy.mesh.mesh.dg_fvm = set(["firstOrder"])
static

◆ nodal_prefix

warpy.mesh.mesh.nodal_prefix

◆ output_prefix

warpy.mesh.mesh.output_prefix

The documentation for this class was generated from the following file: