|
|
@ -1,7 +1,7 @@
|
|
|
|
# External dependencies
|
|
|
|
# External dependencies
|
|
|
|
using TypedPolynomials
|
|
|
|
using TypedPolynomials
|
|
|
|
using LinearAlgebra
|
|
|
|
using LinearAlgebra
|
|
|
|
using Distributed
|
|
|
|
using Distributed, ClusterManagers
|
|
|
|
using SharedArrays
|
|
|
|
using SharedArrays
|
|
|
|
|
|
|
|
|
|
|
|
# Local dependencies
|
|
|
|
# Local dependencies
|
|
|
@ -18,6 +18,8 @@ using .EulerNewton
|
|
|
|
using .AdaptStep
|
|
|
|
using .AdaptStep
|
|
|
|
using .Plot
|
|
|
|
using .Plot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addprocs(SlurmManager(20), partition="production", t="00:30:00")
|
|
|
|
|
|
|
|
|
|
|
|
function compute_root(H, r, maxsteps=1000)
|
|
|
|
function compute_root(H, r, maxsteps=1000)
|
|
|
|
t = 1.0
|
|
|
|
t = 1.0
|
|
|
|
step_size = 0.01
|
|
|
|
step_size = 0.01
|
|
|
|