Skip to content

Commit 7c177f5

Browse files
committed
changes to docstring
1 parent 0b07413 commit 7c177f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/helper_functions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ Compute a coupling information for each dof on one boundary as a linear combinat
427427
428428
Input:
429429
- 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
430+
- b_from: boundary region(s) of the grid which dofs should be replaced in terms of dofs on b_to
431+
- b_to: boundary region(s) of the grid with dofs to replace the dofs in b_from
432432
- give_opposite! Function in (y,x)
433433
- mask: (optional) vector of masking components
434434
- sparsity_tol: threshold for treating an interpolated value as zero

0 commit comments

Comments
 (0)