Uses of Class
org.evoludo.simulator.models.PDE
Packages that use PDE
Package
Description
The toolkit to explore interactive evolutionary models.
The models that generate evolutionary trajectories based on the specifications of each module.
The modules to implement various evolutionary models.
-
Uses of PDE in org.evoludo.simulator
Methods in org.evoludo.simulator with parameters of type PDEModifier and TypeMethodDescriptionabstract PDESupervisorEvoLudo.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 TypeClassDescriptionclassNumerical 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 PDEPDESupervisor.chargeThe 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. -
Uses of PDE in org.evoludo.simulator.modules
Subclasses of PDE in org.evoludo.simulator.modules