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 1 day ago - 2 years 11 months ago #3614 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
Last edit: 2 years 11 months ago by shasha.
Time to create page: 0.126 seconds