WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.host_actions.rkdg.rkdg Class Reference

RK DG scheme. More...

Inheritance diagram for warpy.host_actions.rkdg.rkdg:
warpy.host_actions.host_action.host_action

Detailed Description

RK DG scheme.

temporal solvers and the number of copies needed

Public Member Functions

def __init__ (self, name, temporal_solver, basis_array_set, applications, subdomains=None, cfl_max=1, use_limiter=None, always_use_limiter=None, test_dt=None)
 
def name (self, stage=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)
 

Public Attributes

 num_copies
 
- Public Attributes inherited from warpy.host_actions.host_action.host_action
 vars_
 

Static Public Attributes

dict temporal_solvers = {"RK1": 2, "RK2": 3, "TVDRK2": 3, "RK3": 4, "RK4": 5, "SSPRK3": 4}
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.host_actions.rkdg.rkdg.__init__ (   self,
  name,
  temporal_solver,
  basis_array_set,
  applications,
  subdomains = None,
  cfl_max = 1,
  use_limiter = None,
  always_use_limiter = None,
  test_dt = None 
)

Member Function Documentation

◆ attrs()

def warpy.host_actions.rkdg.rkdg.attrs (   self,
  stage = None 
)

◆ name()

def warpy.host_actions.rkdg.rkdg.name (   self,
  stage = None 
)

Member Data Documentation

◆ num_copies

warpy.host_actions.rkdg.rkdg.num_copies

◆ temporal_solvers

dict warpy.host_actions.rkdg.rkdg.temporal_solvers = {"RK1": 2, "RK2": 3, "TVDRK2": 3, "RK3": 4, "RK4": 5, "SSPRK3": 4}
static

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