Uses of Class
pulse.problem.laser.DiscretePulse
-
Packages that use DiscretePulse 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 ofGrids, which determine the partitioning rules for space and time variables.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of DiscretePulse in pulse.problem.laser
Subclasses of DiscretePulse in pulse.problem.laser Modifier and Type Class Description classDiscretePulse2DThe discrete pulse on aGrid2D.Methods in pulse.problem.laser with parameters of type DiscretePulse Modifier and Type Method Description voidNumericPulse. init(ExperimentalData data, DiscretePulse pulse)Defines the pulse width as the last element of the time sequence contained inNumericPulseData.voidPulseTemporalShape. init(ExperimentalData data, DiscretePulse pulse)Stores the pulse width frompulseand initialises area integration. -
Uses of DiscretePulse in pulse.problem.schemes
Methods in pulse.problem.schemes that return DiscretePulse Modifier and Type Method Description DiscretePulseDifferenceScheme. getDiscretePulse()Gets the discrete representation ofPulseon theGrid.Methods in pulse.problem.schemes with parameters of type DiscretePulse Modifier and Type Method Description voidGrid2D. adjustStepSize(DiscretePulse pulse)Calls theadjustTomethod from superclass, then adjusts thegridDensityof thegridifdiscretePulseSpot < (Grid2D)grid.hy. -
Uses of DiscretePulse in pulse.problem.statements
Methods in pulse.problem.statements that return DiscretePulse Modifier and Type Method Description DiscretePulseClassicalProblem2D. discretePulseOn(Grid grid)DiscretePulseProblem. discretePulseOn(Grid grid)Constructs aDiscretePulseon the specifiedgridusing thePulsecorresponding to thisProblem.
-