Package pulse.problem.schemes.rte.dom
Class FixedIterations
- java.lang.Object
-
- pulse.util.UpwardsNavigable
-
- pulse.util.Group
-
- pulse.util.Accessible
-
- pulse.util.PropertyHolder
-
- pulse.problem.schemes.rte.dom.IterativeSolver
-
- pulse.problem.schemes.rte.dom.FixedIterations
-
- All Implemented Interfaces:
Serializable,Descriptive,Reflexive
public class FixedIterations extends IterativeSolver
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FixedIterations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTECalculationStatusdoIterations(AdaptiveIntegrator integrator)De-facto solves the radiative transfer problem iteratively.-
Methods inherited from class pulse.problem.schemes.rte.dom.IterativeSolver
getIterationError, getIterationErrorTolerance, getMaxIterations, listedKeywords, sanityCheck, set, setIterationErrorTolerance, setMaxIterations, toString
-
Methods inherited from class pulse.util.PropertyHolder
addListener, areDetailsHidden, data, describe, firePropertyChanged, getDescriptor, getListeners, getPrefix, ignoreSiblings, initListeners, isListedNumericType, isListedParameter, listedTypes, numericData, parameterListChanged, removeListeners, setPrefix, updateProperties, updateProperty
-
Methods inherited from class pulse.util.Accessible
accessibleChildren, genericProperties, genericProperty, numericProperties, numericProperty, property, update, update
-
Methods inherited from class pulse.util.UpwardsNavigable
addHierarchyListener, getHierarchyListeners, getParent, identify, removeHierarchyListener, removeHierarchyListeners, setParent, specificAncestor, tellParent
-
-
-
-
Method Detail
-
doIterations
public RTECalculationStatus doIterations(AdaptiveIntegrator integrator)
Description copied from class:IterativeSolverDe-facto solves the radiative transfer problem iteratively.- Specified by:
doIterationsin classIterativeSolver- Parameters:
integrator- the integerator embedded in the iterative approach- Returns:
- a calculation status
-
-