dbeurle / neon

A finite element code
Other
11 stars 8 forks source link

Traction boundary conditions #9

Closed annierhea closed 7 years ago

annierhea commented 7 years ago

Implement handling of traction boundary conditions.

dbeurle commented 7 years ago

Traction boundary conditions are essentially Neumann type boundary conditions with degree of freedom attached. We can potentially make the Neumann type generic, so it can be used later for representing scalar fluxes for one- and two-dimensional boundaries. For this, each Neumann boundary condition would need:

Potentially easy to implement and the shared pointer to material coordinates allows easy coupling.

dbeurle commented 7 years ago

This has been implemented.