Octopus
|
Execute one operation that is part of a larger algorithm. Returns true if the operation was successfully executed, false otherwise. More...
Execute one operation that is part of a larger algorithm. Returns true if the operation was successfully executed, false otherwise.
Unsuccessful operations can occur, e.g. of quantities from an interaction are required, but the interaction is still behind in terms of the iteration counters.
On output, the routine should also provide a list quantities that were updated. If no quantitiy was updated, then the corresponding array should be left unallocated.
Definition at line 253 of file system.F90.
Private Member Functions | |
logical function | system_do_algorithmic_operation (this, operation, updated_quantities) |
|
private |
Definition at line 253 of file system.F90.