Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

CoefficientFunction from interpolation list

More
4 years 1 month ago #2492 by christopher
I guess in your newton iteration grad(u) is not everywhere nonzero.
you can "fix" this by regularizing the norm:
Code:
def RegNorm(func): return sqrt(func * func + 1e-20)
and use it instead of the norm.
The following user(s) said Thank You: NilsHM
Time to create page: 0.121 seconds