You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ model problems involving KLE of stochastic coefficients. The rather huge systems
5
5
structure and are solved by iterative solvers. A posteriori error estimators steer the spatial
6
6
and stochastic refinement.
7
7
8
-
The spatial discretization is based on the finite element package [ExtendableFEM.jl](https://github.com/WIAS-PDELib/ExtendableFEM.jl) and [ExtendableFEMBase.jl](https://github.com/WIAS-PDELib/ExtendableFEMBase.jl)
8
+
The spatial discretization is based on the finite element package [ExtendableFEM.jl](https://github.com/WIAS-PDELib/ExtendableFEM.jl)/[ExtendableFEMBase.jl](https://github.com/WIAS-PDELib/ExtendableFEMBase.jl)
Copy file name to clipboardExpand all lines: src/estimate.jl
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,14 @@ $(TYPEDSIGNATURES)
40
40
41
41
computes the residual-based a posteriori error estimator for the current solution vector `sol`
42
42
for the given model problem and stochastic coefficient `C` and returns:
43
-
- eta4modes = array with total error estimators for each multi-index (corresponding to the enriched set of multi-indices
44
-
with the current active modes coming first)
45
-
- eta4cell = array with total error estimators for each cell in grid (for spatial refinement)
46
-
- multi_indices_extended = enriched set of multi-indices used for the computations
47
-
- f4modes
43
+
- `eta4modes` = array with total error estimators for each multi-index (corresponding to the enriched set of multi-indices with the current active modes coming first)
44
+
- `eta4cell` = array with total error estimators for each cell in grid (for spatial refinement)
45
+
- `multi_indices_extended = enriched set of multi-indices used for the computations
0 commit comments