Uses of Class
pulse.problem.statements.Pulse
-
Packages that use Pulse Package Description pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of Pulse in pulse.problem.laser
Methods in pulse.problem.laser that return Pulse Modifier and Type Method Description Pulse
DiscretePulse. getPhysicalPulse()
Gets the physicalPulse
-
Uses of Pulse in pulse.problem.statements
Subclasses of Pulse in pulse.problem.statements Modifier and Type Class Description class
Pulse2D
Methods in pulse.problem.statements that return Pulse Modifier and Type Method Description Pulse
Pulse. copy()
Pulse
Pulse2D. copy()
Pulse
Problem. getPulse()
Methods in pulse.problem.statements with parameters of type Pulse Modifier and Type Method Description void
Pulse. initFrom(Pulse pulse)
void
Pulse2D. initFrom(Pulse pulse)
void
Problem. setPulse(Pulse pulse)
Sets thepulse
of thisProblem
and assigns thisProblem
as its parent.Constructors in pulse.problem.statements with parameters of type Pulse Constructor Description Pulse(Pulse p)
Copy constructorPulse2D(Pulse p)
Copy constructor
-