pecos / tps

Torch Plasma Simulator
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Split LoMachSolver::solve #249

Closed trevilo closed 7 months ago

trevilo commented 7 months ago

The Solver class has functions solveBegin, solveStep and solveEnd, which are used in writing time-marching loops in python (e.g., in tps-time-loop.py). Previously LoMachSolver did not implement these methods. Now it does.