We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b07413 commit 7c177f5Copy full SHA for 7c177f5
1 file changed
src/helper_functions.jl
@@ -427,8 +427,8 @@ Compute a coupling information for each dof on one boundary as a linear combinat
427
428
Input:
429
- FES: FE space to be coupled (on its dofgrid)
430
- - b_from: boundary region of the grid which dofs should be replaced in terms of dofs on b_to
431
- - b_to: boundary region of the grid with dofs to replace the dofs in b_from
+ - b_from: boundary region(s) of the grid which dofs should be replaced in terms of dofs on b_to
+ - b_to: boundary region(s) of the grid with dofs to replace the dofs in b_from
432
- give_opposite! Function in (y,x)
433
- mask: (optional) vector of masking components
434
- sparsity_tol: threshold for treating an interpolated value as zero
0 commit comments