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.

the maximum norm

More
3 years 3 weeks ago #3628 by shasha
the maximum norm was created by shasha
HI, everyone!

I have a question, how to solve the maximum norm of U0 on a mesh cell.
Thank you in advance for your reply!

Shasha

#############################
from ngsolve import *
import pickle
import netgen.gui

i=10
mesh = ngm.MakeStructured2DMesh(quads=False, nx =i,ny = i)
exact_u =CoefficientFunction( ( sin(2*pi*x)*sin(2*pi*y), cos(2*pi*x)*cos(2*pi*y) ))
U0=exact_u
Time to create page: 0.124 seconds