Please allow me to provide more details. Here is the content of my [solver-plugin-sampler].
[solver-plugin-sampler]
nsteps = 100
samp-pts = [(0.71,0.66,1.5707),(1.30,0.69,1.5707),(0.50,0.00,1.5707),(1.00,0.00,1.5707),(1.50,0.00,1.5707),(2.00,0.00,1.5707),(2.50,0.00,1.5707),(3.00,0.00,1.5707),(3.50,0.00,1.5707),(4.00,0.00,1.5707),(2.00,0.59,1.5707),(-0.171,0.465,1.5707)]
format = conservative
file = ./results/point-data.csv
header = true
Sometimes it fails to produce the correct output, meaning I can’t find the “point-data.csv” file in the results folder. I’m not sure where the issue is.
I’ve noticed that when I use the [solver-time-integrator] below, the sampler doesn’t work correctly.
[solver-time-integrator]
scheme = rk45
controller = none
tstart = 0.0
tend = 100.0
dt = 0.001
However, when I use the [solver-time-integrator] below, the sampler can correctly output the CSV file.
[solver-time-integrator]
formulation = std
scheme = rk45
controller = pi
tstart = 0.0
tend = 60.0
dt = 0.001
atol = 1E-7
rtol = 1E-7
errest-norm = l2
safety-fact = 0.9
min-fact = 0.3
max-fact = 2.5
Of course, there’s also a possibility that I might have overlooked any specific details. If more information is needed, please feel free to reach out to me.
I would greatly appreciate it if someone could provide insights into the cause of this issue.
Best regards.