Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive Refinement of Initial Conditions #493

Open
pbauman opened this issue May 2, 2017 · 2 comments
Open

Adaptive Refinement of Initial Conditions #493

pbauman opened this issue May 2, 2017 · 2 comments

Comments

@pbauman
Copy link
Member

pbauman commented May 2, 2017

@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 via ParsedFunction), but not adaptive refinement driven by the initial solution.

@roystgnr
Copy link
Member

roystgnr commented May 2, 2017

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.

@pbauman
Copy link
Member Author

pbauman commented May 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants