<div dir="ltr"><div>Hello,</div><div>What is the suggested way to used 
TSBASICSYMPLECTIC.</div><div><br></div><div>Lines below from ./src/dm/impls/swarm/examples/tests/ex5.c:[430-431]</div><div><br></div><div>  /* DM needs to be set before splits so it propogates to sub TSs */<br>  ierr = TSSetDM(ts, sw);CHKERRQ(ierr);<br>  ierr = TSSetType(ts,TSBASICSYMPLECTIC);CHKERRQ(ierr);</div><div><br></div><div>seem to suggest that DM is necessary to use 
TSBASICSYMPLECTIC solver.</div><div><br></div><div>I am trying to test the solve for a system of coupled particles with all to all position dependent interaction:</div><div>For a set of N particles with i=1 to N <br></div><div>ddt(x_i) = v_i  ;</div><div><br></div><div>ddt(v_i) = (J x X)_i // i th component of matrix J times position vector X;<br></div><div><br></div><div>where J is the coupling matrix and X is the position vector of all particles. <br></div><div><br></div><div>I tried testing with code similar to</div><div>./src/ts/examples/tutorials/hamiltonian/ex1.c</div><div><br></div><div>where J will be a diagonal matrix with -omega*omgea as diagonal elements. <br></div><div><br></div><div>Thanks</div><div>REddy<br></div><div><br></div><div><br>

</div></div>