aboutsummaryrefslogtreecommitdiff
path: root/math/ascent/pkg-plist
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-11-17 00:55:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-11-17 00:55:03 +0000
commit6914917dc6c1ba8cc58a507c3d3920dd087a489c (patch)
treeda59591487093e2cbc56b1a30cd9b40a12e9b7b8 /math/ascent/pkg-plist
parent36a33c3833f1ec7689706e6b502ccb16510f7e07 (diff)
Notes
Diffstat (limited to 'math/ascent/pkg-plist')
-rw-r--r--math/ascent/pkg-plist12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/ascent/pkg-plist b/math/ascent/pkg-plist
index 767220f3f16f..1c9391fa7b45 100644
--- a/math/ascent/pkg-plist
+++ b/math/ascent/pkg-plist
@@ -8,6 +8,7 @@ include/ascent/Utility.h
include/ascent/Vector.h
include/ascent/algorithms/Derivative.h
include/ascent/containers/stack.h
+include/ascent/direct/State.h
include/ascent/integrators/DOPRI45.h
include/ascent/integrators/Euler.h
include/ascent/integrators/Midpoint.h
@@ -16,7 +17,18 @@ include/ascent/integrators/RK2.h
include/ascent/integrators/RK4.h
include/ascent/integrators/RKMM.h
include/ascent/integrators/RTAM4.h
+include/ascent/integrators_direct/Euler.h
+include/ascent/integrators_direct/RK4.h
+include/ascent/integrators_modular/Euler.h
+include/ascent/integrators_modular/Midpoint.h
+include/ascent/integrators_modular/ModularIntegrators.h
+include/ascent/integrators_modular/PC233.h
+include/ascent/integrators_modular/RK2.h
+include/ascent/integrators_modular/RK4.h
+include/ascent/modular/Link.h
+include/ascent/modular/Module.h
include/ascent/threading/Pool.h
include/ascent/threading/Queue.h
include/ascent/timing/Sampler.h
include/ascent/timing/TimeAdvanced.h
+include/ascent/timing/Timing.h