Skip to content

Commit 0f481de

Browse files
committed
Update documentation
1 parent 0841d43 commit 0f481de

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

agglomeration_poisson/README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# A posteriori error estimator for first order hyperbolic problems
2-
1+
# A Discontinuous Galerkin solver for the Poisson problem on general polytopal meshes generated through mesh agglomeration
32

43
## Running the code:
54

@@ -13,13 +12,6 @@ on the command line to configure the program. After that you can compile with `m
1312

1413
on the command line.
1514

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-
2315
## The problem:
2416
This program solves the problem, for $\Omega \in \mathbb{R^2}$
2517

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

4133
## The weak formulation:
4234

43-
44-
4535
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
4636

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

9686
See Brezzi-Marini-Süli [3] for more details.
9787

98-
99-
10088
## A-posteriori error estimator:
10189

10290
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 +109,6 @@ where:
121109

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

124-
125-
126112
## Test case:
127113

128114
The following test case has been taken from [3]. Consider:
@@ -138,7 +124,6 @@ The next image is the 3D view of the numerical solution:
138124
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.
139125
![Screenshot](./doc/images/refined_mesh_internal_layer.png)
140126

141-
142127
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:
143128

144129
![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 problem

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+
A Discontinuous Galerkin solver for the Poisson problem on general polytopal meshes generated through mesh agglomeration

0 commit comments

Comments
 (0)