![]() |
Peano
|
Very simple scenario in which the initial value of x is shifted in each spatial dimension. More...
Public Member Functions | |
def | __init__ (self, dimensions=2) |
def | initial_conditions (self) |
def | boundary_conditions (self) |
![]() | |
def | refinement_criterion (self) |
def | analytical_solution (self) |
def | set_global_simulation_parameters (self, project) |
Private Attributes | |
_dimensions | |
_equation | |
Static Private Attributes | |
float | _plot_dt = 0.1 |
bool | _periodic_bc = False |
Very simple scenario in which the initial value of x is shifted in each spatial dimension.
Definition at line 12 of file advection_linear.py.
def scenarios.advection_linear.AdvectionLinear.__init__ | ( | self, | |
dimensions = 2 |
|||
) |
Definition at line 21 of file advection_linear.py.
def scenarios.advection_linear.AdvectionLinear.boundary_conditions | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 34 of file advection_linear.py.
def scenarios.advection_linear.AdvectionLinear.initial_conditions | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 25 of file advection_linear.py.
|
private |
|
private |
Definition at line 23 of file advection_linear.py.
|
staticprivate |
Definition at line 19 of file advection_linear.py.
Referenced by scenarios.scenario.Scenario.boundary_conditions(), and scenarios.scenario.Scenario.set_global_simulation_parameters().
|
staticprivate |
Definition at line 18 of file advection_linear.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().