Page 1 of 1

Adaptive Mesh Refinement

Posted: Tue Oct 16, 2018 4:19 pm
by thestrangekat
Hi, I've been a bit lost with creating some iterative method for mesh refinement.

I'm looking at orthogonal collocation methods to optimise certain trajectories, and have my sets which help describe these relationships, but I don't know how I would go about adding points between points in these sets (barring building an entirely new set and looping through to individually allocate values). Does anyone have any thoughts or recommendations as to how I might do this in a more organic manner?