File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -619,27 +619,3 @@ strip_interpolation(id::AbstractDiffEqInterpolation) = id
619
619
strip_interpolation (id:: HermiteInterpolation ) = id
620
620
strip_interpolation (id:: LinearInterpolation ) = id
621
621
strip_interpolation (id:: ConstantInterpolation ) = id
622
-
623
- """
624
- Return the maximum value of a solution trajectory. Uses the interpolating polynomial
625
- to compute the maximum (i.e. is not simply the largest value in the sol.u array.)
626
- """
627
- function maxsol (sol:: AbstractODESolution )
628
-
629
- end
630
-
631
- """
632
- Return the minimum value of a solution trajectory. Uses the interpolating polynomial
633
- to compute the minimum (i.e. is not simply the smallest value in the sol.u array.)
634
- """
635
- function minsol (sol:: AbstractODESolution )
636
-
637
- end
638
-
639
- """
640
-
641
- """
642
- function integralnorm (sol:: AbstractODESolution )
643
-
644
- end
645
-
You can’t perform that action at this time.
0 commit comments