From: Paul T. B. <ptb...@gm...> - 2019-03-14 19:29:10
|
On Thu, Mar 14, 2019 at 3:14 PM Stogner, Roy H <roy...@ic...> wrote: > > On Thu, 14 Mar 2019, Michael Povolotskyi wrote: > > > Thank you, > > No, thank Paul; reading further down the code it appears that I'm > wrong, and Paul *did* add some kind of vector-valued variable field > support to the Dirichlet code. > > vector_fe_ex2/laplace_system.C seems to be our only example of it's > use. > Unfortunately, though, it's not there for Nedelec. What's needed is the constraint enforcement for HCurl which I never got time to implement. :( So for Nedelec, penalty is the only way for Dirichlet boundary conditions right now. (It's also why refinement/coarsening won't work for Nedelec because I never got time to implement projection for those elements either. :( ) > --- > Roy > > > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users > |