Uses of Class
bio.singa.simulation.model.simulation.error.NumericalError
-
Packages that use NumericalError Package Description bio.singa.simulation.model.modules.concentration bio.singa.simulation.model.simulation bio.singa.simulation.model.simulation.error -
-
Uses of NumericalError in bio.singa.simulation.model.modules.concentration
Methods in bio.singa.simulation.model.modules.concentration that return NumericalError Modifier and Type Method Description NumericalErrorConcentrationDeltaManager. determineGlobalNumericalError()NumericalErrorConcentrationBasedModule. determineLargestLocalError()The local error is calculated and the largest local error of the current epoch resulting from the executing module is returned.NumericalErrorFieldSupplier. getLargestLocalError()Returns the largest error as of yet.Methods in bio.singa.simulation.model.modules.concentration with parameters of type NumericalError Modifier and Type Method Description voidFieldSupplier. setLargestLocalError(NumericalError largestLocalError)Sets the largest error as of yet. -
Uses of NumericalError in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return NumericalError Modifier and Type Method Description NumericalErrorSimulationStatus. getLargestGlobalError()NumericalErrorSimulationStatus. getLargestLocalError() -
Uses of NumericalError in bio.singa.simulation.model.simulation.error
Fields in bio.singa.simulation.model.simulation.error declared as NumericalError Modifier and Type Field Description static NumericalErrorNumericalError. MINIMAL_EMPTY_ERRORThe minimal possible error not assigned to any node or chemical entity.Methods in bio.singa.simulation.model.simulation.error that return NumericalError Modifier and Type Method Description NumericalErrorGlobalNumericalErrorManager. getError()NumericalErrorErrorManager. getGlobalNumericalError()NumericalErrorErrorManager. getLocalNumericalError()Methods in bio.singa.simulation.model.simulation.error with parameters of type NumericalError Modifier and Type Method Description booleanNumericalError. isLargerThan(NumericalError error)booleanNumericalError. isSmallerThan(NumericalError error)booleanErrorManager. localErrorIsAcceptable(NumericalError localNumericalError)voidErrorManager. setLargestLocalNumericalError(NumericalError localError, UpdateModule associatedModule, double associatedConcentration)
-