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.

Tangential boundary data for HCurl

More
5 years 1 month ago #1450 by jhauser
A quick question on the tangential trace for HCurl:

If I set "dirichlet" to the whole boundary while calling the constructor for HCurl, i.g.
Code:
mesh = Mesh(unit_square.GenerateMesh(maxh=0.5)) fes = HCurl(mesh,order=1, dirichlet="top|bottom|left|right")

this means that I am constructing H_0(curl;\Omega), doesn't it?
Therfore if I use fes->IsDirichletDof(int d) or fes->GetFreeDofs() in my C++ Code it will correspond to the tangential trace boundary data (and its dofs)/ the degrees of freedom which do not influence my tangential trace on the boundary?
More
5 years 1 month ago #1451 by joachim
yes, correct
Joachim
Time to create page: 0.124 seconds