|
WARPXM v1.10.0
|
Public Member Functions | |
| def | __init__ (self, name, req_attrs, opt_attrs=None, variables=None, lhs_var=None) |
| def | variables (self) |
| def | attrs (self, stage=None) |
Public Attributes | |
| vars_ | |
| lhs_var | |
| def warpy.hyperapps.hyperapp.hyperapp.__init__ | ( | self, | |
| name, | |||
| req_attrs, | |||
opt_attrs = None, |
|||
variables = None, |
|||
lhs_var = None |
|||
| ) |
| name | |
| req_attrs | |
| opt_attrs | |
| variables | list of tuples of (arg_name, variable, components). |
| lhs_var | variable this hyperapp writes to, or None to use first variable in variables. |
Reimplemented in warpy.hyperapps.braginskii.braginskii_flux, warpy.hyperapps.pcmaxwell.pcmaxwell, warpy.hyperapps.field_source_5mom.field_source_5mom, warpy.hyperapps.braginskii.braginskii_source, and warpy.hyperapps.euler_roe.euler_roe.
| def warpy.hyperapps.hyperapp.hyperapp.attrs | ( | self, | |
stage = None |
|||
| ) |
| def warpy.hyperapps.hyperapp.hyperapp.variables | ( | self | ) |
| warpy.hyperapps.hyperapp.hyperapp.lhs_var |
| warpy.hyperapps.hyperapp.hyperapp.vars_ |