WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.host_actions.boundary_conditions.combo_bc.combo_bc Class Reference
Inheritance diagram for warpy.host_actions.boundary_conditions.combo_bc.combo_bc:
warpy.host_actions.boundary_conditions.boundary_condition.boundary_condition warpy.host_actions.host_action.host_action

Public Member Functions

def __init__ (self, name, boundary_subdomains, copy=[], null=[], rev=[], rev_off=[], offsets=[], norm=[], tangent=[])
 
- Public Member Functions inherited from warpy.host_actions.boundary_conditions.boundary_condition.boundary_condition
def __init__ (self, name, req_attrs, opt_attrs=None, variables=None)
 
def attrs (self, stage=None)
 
- Public Member Functions inherited from warpy.host_actions.host_action.host_action
def __init__ (self, name, req_attrs, opt_attrs=None, variables=None)
 
def variables (self)
 

Additional Inherited Members

- Public Attributes inherited from warpy.host_actions.boundary_conditions.boundary_condition.boundary_condition
 vcomps_
 
- Public Attributes inherited from warpy.host_actions.host_action.host_action
 vars_
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.host_actions.boundary_conditions.combo_bc.combo_bc.__init__ (   self,
  name,
  boundary_subdomains,
  copy = [],
  null = [],
  rev = [],
  rev_off = [],
  offsets = [],
  norm = [],
  tangent = [] 
)
Parameters
name
boundary_subdomains
copylist of tuples (var, [components]) to be copied into ghost cells
nulllist of tuples (var, [components]) to be set to 0 in ghost cells
revlist of tuples (var, [components]) to be reflected across the boundary into ghost cells
rev_offlist of tuples (var, [components]) to be reflected and offsetted across the boundary into ghost cells
offsetslist of lists of offsets for each component in rev_off
norm
tangent

Reimplemented from warpy.host_actions.boundary_conditions.boundary_condition.boundary_condition.


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