Uses of Class
pulse.util.InstanceDescriptor
-
Packages that use InstanceDescriptor Package Description pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.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.pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation.pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach.pulse.search.statistics PULsE Statistical Kit.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s.pulse.ui.components.controllers -
-
Uses of InstanceDescriptor in pulse.input
Methods in pulse.input that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptor<? extends PulseTemporalShape>
Metadata. getPulseDescriptor()
Retrieves the pulse shape recorded in thisMetadata
-
Uses of InstanceDescriptor in pulse.problem.schemes
Methods in pulse.problem.schemes that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptor<? extends RadiativeTransferSolver>
RadiativeTransferCoupling. getInstanceDescriptor()
-
Uses of InstanceDescriptor in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptor<AdaptiveIntegrator>
DiscreteOrdinatesMethod. getIntegratorDescriptor()
InstanceDescriptor<IterativeSolver>
DiscreteOrdinatesMethod. getIterativeSolverSelector()
InstanceDescriptor<PhaseFunction>
DiscreteOrdinatesMethod. getPhaseFunctionSelector()
-
Uses of InstanceDescriptor in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptor<CompositionProduct>
NonscatteringRadiativeTransfer. getInstanceDescriptor()
-
Uses of InstanceDescriptor in pulse.problem.statements
Methods in pulse.problem.statements that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptor<AbsorptionModel>
PenetrationProblem. getAbsorptionSelector()
InstanceDescriptor<? extends Baseline>
Problem. getBaselineDescriptor()
InstanceDescriptor<Gas>
TwoTemperatureModel. getGasSelector()
InstanceDescriptor<? extends PulseTemporalShape>
Pulse. getPulseDescriptor()
Methods in pulse.problem.statements with parameters of type InstanceDescriptor Modifier and Type Method Description void
Pulse. setPulseDescriptor(InstanceDescriptor<? extends PulseTemporalShape> shapeDescriptor)
-
Uses of InstanceDescriptor in pulse.search.direction
Methods in pulse.search.direction that return InstanceDescriptor Modifier and Type Method Description InstanceDescriptor<? extends LinearOptimiser>
CompositePathOptimiser. getLinearOptimiserDescriptor()
-
Uses of InstanceDescriptor in pulse.search.statistics
Methods in pulse.search.statistics that return InstanceDescriptor Modifier and Type Method Description static InstanceDescriptor<CorrelationTest>
CorrelationTest. getTestDescriptor()
-
Uses of InstanceDescriptor in pulse.tasks
Methods in pulse.tasks that return InstanceDescriptor Modifier and Type Method Description static InstanceDescriptor<? extends ModelSelectionCriterion>
Calculation. getModelSelectionDescriptor()
-
Uses of InstanceDescriptor in pulse.ui.components.controllers
Constructors in pulse.ui.components.controllers with parameters of type InstanceDescriptor Constructor Description InstanceCellEditor(InstanceDescriptor<?> value)
-