Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a proper reference. #13587

Merged
merged 2 commits into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 = {Boffi, D. and Cavallini, N. and Gardini, F. and Gastaldi, L.},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
author = {Boffi, D. and Cavallini, N. and Gardini, F. and Gastaldi, L.},
author = {D. Boffi and N. Cavallini and F. Gardini and L. Gastaldi},

In #12487, we agreed on a standardized format for author names. Would you update this part correspondingly?

title = {Local Mass Conservation of Stokes Finite Elements},
journal = {J. Sci. Comput.},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
journal = {J. Sci. Comput.},
journal = {Journal of Scientific Computing},

We also agreed on using the full name for the journal.

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