Skip to content

Commit

Permalink
Merge pull request #13587 from bangerth/ref
Browse files Browse the repository at this point in the history
Provide a proper reference.
  • Loading branch information
marcfehling committed Apr 4, 2022
2 parents c487e7f + b8663ea commit 8e38737
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 13 additions & 0 deletions doc/doxygen/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1766,6 +1766,19 @@ @MastersThesis{Battermann1996
url = {http://hdl.handle.net/10919/9579}
}

@article{Boffi2012,
author = {D. Boffi and N. Cavallini and F. Gardini and L. Gastaldi},
title = {Local Mass Conservation of Stokes Finite Elements},
journal = {Journal of Scientific Computing},
year = {2012},
volume = {52},
issue = {2},
pages = {383--400},
doi = {10.1007/s10915-011-9549-4},
url = {http://doi.org/10.1007/s10915-011-9549-4}
}


@PhDThesis{Richter2005,
author = {T. Richter},
title = {Parallel Multigrid Method for Adaptive Finite Elements with Application to 3D Flow Problems},
Expand Down
4 changes: 1 addition & 3 deletions include/deal.II/fe/fe_q_dg0.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ DEAL_II_NAMESPACE_OPEN
* For more information about the <tt>spacedim</tt> template parameter check
* the documentation of FiniteElement or the one of Triangulation.
*
* For more information regarding this element see: Boffi, D., et al. "Local
* Mass Conservation of Stokes Finite Elements." Journal of Scientific
* Computing (2012): 1-18.
* For more information regarding this element see @cite Boffi2012 .
*
* <h3>Implementation</h3>
*
Expand Down

0 comments on commit 8e38737

Please sign in to comment.