Uses of Class
org.evoludo.simulator.models.PDE
Packages that use PDE
-
Uses of PDE in org.evoludo.simulator
Methods in org.evoludo.simulator with parameters of type PDEModifier and TypeMethodDescriptionabstract PDESupervisor
EvoLudo.hirePDESupervisor
(PDE charge) Hire supervisor for managing PDE calculations.EvoLudoGWT.hirePDESupervisor
(PDE charge) -
Uses of PDE in org.evoludo.simulator.models
Subclasses of PDE in org.evoludo.simulator.modelsModifier and TypeClassDescriptionclass
Numerical integration of partial differential equations for reaction-diffusion-advection systems based on Euler's method (fixed step size).Fields in org.evoludo.simulator.models declared as PDEModifier and TypeFieldDescriptionprotected PDE
PDESupervisor.charge
The model to manage and supervise its execution.Constructors in org.evoludo.simulator.models with parameters of type PDEModifierConstructorDescriptionPDESupervisor
(EvoLudo engine, PDE charge) Creates a new supervisor to manage the PDE calculations of model charge.PDESupervisorGWT
(EvoLudo engine, PDE charge) Creates a new supervisor to manage the PDE calculations of model charge with scheduling in GWT.