Replies: 1 comment 1 reply
-
Hey @RWTHLHK, welcome to the library. Have a look at the elasticity tutorial. The V0 = TestFESpace(model,reffe;
conformity=:H1,
dirichlet_tags=["surface_1","surface_2"],
dirichlet_masks=[(true,false,false), (true,true,true)]
) You setup one triplet per tag, and it will only apply the bcs on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I began using Gridap today, and its functionality has shocked me. I am trying to use Gridap for custom FEM simulation of mechanics problems. One common requirement in simulation is to apply Dirichlet BC componentwise( like y = 0, x, and z are free). I just went through all the tutorials, but I still need help finding a way to do that. Can you explain how to do that for mechanics simulation?
Beta Was this translation helpful? Give feedback.
All reactions