Skip to content

Commit 4046417

Browse files
committed
fixed docstring, documentation should bould again
1 parent 1472904 commit 4046417

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/reconstructionhandlers.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ abstract type Reconstruct{FETypeR, O} <: ReconstructionOperator{FETypeR, O} end
1212

1313

1414
"""
15-
$(TYPEDEF)
15+
WeightedReconstruct{FETypeR, O, w} <: Reconstruct{FETypeR, O}
1616
17-
Weighted reconstruction operator: evaluates a reconstructed version of a finite element function, multiplied by a weight function.
17+
Weighted reconstruction operator:
18+
evaluates a reconstructed version of a finite element function, multiplied by a weight function.
19+
**Warning**: This is a prototype and currently only works for the HDIVRT0{2} and HDIVBDM1{2} reconstruction of H1BR{2}.
1820
1921
# Parameters
2022
- `FETypeR`: The reconstruction finite element space type (target space for reconstruction).

0 commit comments

Comments
 (0)