Open pbauman opened 7 years ago
Do you have access to my "collab" svn repo? The application code there has adaptivity to initial conditions; I'm not sure if it's in good enough shape to swipe wholesale but it should at least be good enough to suggest design. This is actually a much easier problem than the transient part of the adaptivity, since you can use an exact solution based error indicator.
Do you have access to my "collab" svn repo?
I don't think so.
The application code there has adaptivity to initial conditions; I'm not sure if it's in good enough shape to swipe wholesale but it should at least be good enough to suggest design. This is actually a much easier problem than the transient part of the adaptivity, since you can use an exact solution based error indicator.
Cool. I don't plan on doing anything about this for awhile (other priorities), but I at least wanted to capture it.
@roystgnr intimated to me that he was bothered we didn't have adaptive refinement of initial conditions yet. We support uniform refinement, "locally h refine" via
ParsedFunction
, and redistribution (again viaParsedFunction
), but not adaptive refinement driven by the initial solution.