Skip to content

Commit 77cb7d2

Browse files
committed
Update documentation
1 parent 0841d43 commit 77cb7d2

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

agglomeration_poisson/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A posteriori error estimator for first order hyperbolic problems
1+
# An agglomeration-based polytopic Discontinuous Galerkin solver for the Poisson equation
22

33

44
## Running the code:
@@ -13,13 +13,6 @@ on the command line to configure the program. After that you can compile with `m
1313

1414
on the command line.
1515

16-
### Parameter file:
17-
18-
If you run `./DG_advection_reaction parameters.prm`, an error message will tell you that a parameter file has been created for you. You can open it and change some useful parameters like the number of refinement cycles, the advection coefficient, and others. If you don't specify anything, then the default values used for the test case (see paragraph below) will be used.
19-
20-
21-
22-
2316
## The problem:
2417
This program solves the problem, for $\Omega \in \mathbb{R^2}$
2518

@@ -40,8 +33,6 @@ for some positive $\gamma_0$ so that we have coercivity in $L^2$ at the continuo
4033

4134
## The weak formulation:
4235

43-
44-
4536
As trial space we choose $V_h = \{ v_h \in L^2(\Omega): v_h \in P^1(\mathbb{T_h})\} \notin H^1(\Omega)$. If we integrate by parts and sum over all cells
4637

4738
@f[
@@ -95,8 +86,6 @@ valid for $u \in H^{k+1}(\Omega)$.
9586

9687
See Brezzi-Marini-Süli [3] for more details.
9788

98-
99-
10089
## A-posteriori error estimator:
10190

10291
The estimator is the one proposed by Georgoulis, Edward Hall and Charalambos Makridakis in [3]. This approach is quite different with respect to other works in the field, as the authors are trying to develop an estimator for the original hyperbolic problem, rather than taking the hyperbolic regime as the vanishing diffusivity limit.
@@ -121,8 +110,6 @@ where:
121110

122111
- $u_h^+$ is the interior trace from the current cell $T$ of a the finite element function $u_h$.
123112

124-
125-
126113
## Test case:
127114

128115
The following test case has been taken from [3]. Consider:
@@ -138,7 +125,6 @@ The next image is the 3D view of the numerical solution:
138125
More interestingly, we see that the estimator has been able to capture the layer. Here a bulk-chasing criterion is used, with bottom fraction ´0.5´ and no coarsening. This mesh is obtained after 12 refinement cycles.
139126
![Screenshot](./doc/images/refined_mesh_internal_layer.png)
140127

141-
142128
If we look at the decrease of the energy norm of the error in the globally refined case and in the adaptively case, with respect to the DoFs, we obtain:
143129

144130
![Screenshot](./doc/images/adaptive_vs_global_refinement.png)

agglomeration_poisson/doc/author

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Marco Feder <marco.feder@sissa.it>
1+
Marco Feder <marco.feder@dm.unipi.it>
2+
Pasquale Claudio Africa <pafrica@sissa.it>
3+
Xinping Gui <xgui@sissa.it>
4+
Andrea Cangiani <acangian@sissa.it>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Adaptive advection-reaction
1+
An agglomeration-based solver for the Poisson equation

agglomeration_poisson/doc/tooltip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Implementation of an a-posteriori error estimator for first order hyperbolic problems
1+
Implementation of an agglomeration-based polytopic Discontinuous Galerkin solver for the Poisson equation

0 commit comments

Comments
 (0)