Skip to content

Commit c85b3aa

Browse files
committed
fixed test
1 parent 66a7a79 commit c85b3aa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55

66
# ExtendableASGFEM
77

8-
This package implements the stochastic Galerkin finite element method for certain model problems,
9-
including iterative solvers and a posteriori error control in two dimensions.
8+
This package implements the stochastic Galerkin finite element method for certain two dimensional
9+
model problems involving KLE of stochastic coefficients. The rather huge systems have a tensorized
10+
structure and are solved by iterative solvers. A posteriori error estimators steer the spatial
11+
and stochastic refinement.
12+
13+
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)
1014

1115
## Scripts/Examples
1216

src/ExtendableASGFEM.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ using StaticArrays: StaticArrays, SMatrix, SVector
3939

4040
include("mopcontrol.jl")
4141
export generate_multiindices, add_boundary_modes, classify_modes
42-
export get_tensor
4342
export get_neighbourhood_relation_matrix
4443

4544
include("orthogonal_polynomials/orthogonal_polynomials.jl")

0 commit comments

Comments
 (0)