File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,13 @@ export ExtendedJumpArray
110110include (" variable_rate.jl" )
111111export VariableRateAggregator, VR_FRM, VR_Direct, VR_DirectFW
112112
113+ """
114+ Aggregator to indicate that individual jumps should also be handled via the leaping
115+ algorithm that is passed to solve.
116+ """
117+ struct PureLeaping <: AbstractAggregatorAlgorithm end
118+ export PureLeaping
119+
113120# core problem and timestepping
114121include (" problem.jl" )
115122export JumpProblem, SplitCoupledJumpProblem
@@ -121,13 +128,6 @@ include("SSA_stepper.jl")
121128export SSAStepper
122129
123130# leaping:
124- """
125- Aggregator to indicate that individual jumps should also be handled via the leaping
126- algorithm that is passed to solve.
127- """
128- struct PureLeaping <: AbstractAggregatorAlgorithm end
129- export PureLeaping
130-
131131include (" simple_regular_solve.jl" )
132132export SimpleTauLeaping, EnsembleGPUKernel
133133
You can’t perform that action at this time.
0 commit comments