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

StableEvaluationAtAPoint #17

Open
erickschulz opened this issue Jun 24, 2020 · 3 comments
Open

StableEvaluationAtAPoint #17

erickschulz opened this issue Jun 24, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@erickschulz
Copy link
Owner

erickschulz commented Jun 24, 2020

I could modify the code so that now it takes a finite element function. I create it by solving a Dirichlet problem where the boundary values are given by the exact solution. I could also fix the core dump run time error. However, the method for stable evaluation at a point is still not converging. There is still some fixing to do.

Note that the current up to date version of the code is in the associated BRANCH, and not in the main master branch.

Let me know if you catch the problem. I will also go through the details again.

EDIT : I tried with a different set of meshes to make sure they weren't broken like we already experienced, but also obtained bad results.

Erick

@erickschulz erickschulz added the bug Something isn't working label Jun 24, 2020
@hiptmair
Copy link
Collaborator

The description of the problems encountered is too vague to be useful.

@hiptmair
Copy link
Collaborator

Suggestions for a less complex test. Clone you implementation of Jstar, replace the MeshFunctionFE with a MeshFunctionGlobal wrapping a harmonic function. This allows to test (3.11.14) directly.

@peterphilippe
Copy link
Collaborator

This should now be fixed in pr #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants