FixDofs

ExtendableFEM.FixDofsMethod
function FixDofs(u; vals = [], dofs = [], kwargs...)

When assembled, all specified dofs of the unknown u will be penalized to the specified values.

Keyword arguments:

  • verbosity: verbosity level. Default: 0

  • name: name for operator used in printouts. Default: ''FixDofs''

  • penalty: penalty for fixed degrees of freedom. Default: 1.0e30

source