|
WARPXM v1.10.0
|
RK DG scheme. More...
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} |
| 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 |
|||
| ) |
Reimplemented from warpy.host_actions.host_action.host_action.
| def warpy.host_actions.rkdg.rkdg.attrs | ( | self, | |
stage = None |
|||
| ) |
| def warpy.host_actions.rkdg.rkdg.name | ( | self, | |
stage = None |
|||
| ) |
| warpy.host_actions.rkdg.rkdg.num_copies |
|
static |