Uses of Class
pulse.problem.schemes.Grid2D
-
Packages that use Grid2D Package Description pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrid
s, which determine the partitioning rules for space and time variables. -
-
Uses of Grid2D in pulse.problem.laser
Constructors in pulse.problem.laser with parameters of type Grid2D Constructor Description DiscretePulse2D(ClassicalProblem2D problem, Grid2D grid)
The constructor forDiscretePulse2D
. -
Uses of Grid2D in pulse.problem.schemes
Methods in pulse.problem.schemes that return Grid2D Modifier and Type Method Description Grid2D
Grid2D. copy()
-