Skip to content

Commit

Permalink
A few documentation tweaks before the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob committed Aug 28, 2020
1 parent 9881eee commit e371cb1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This code and associated algorithms are developed at [Lawrence Livermore
National Laboratory](https://computation.llnl.gov/projects/parallel-time-integration-multigrid/),
and at collaborating [academic institutions](https://github.com/XBraid/xbraid/wiki/Team).

For our publication list, please go [here](https://github.com/XBraid/xbraid/wiki/Project-Publications).
For our publication list, please go [here](https://github.com/XBraid/xbraid/wiki/Project-Publications). There you will papers on XBraid and various application areas where XBraid has been applied, e.g., fluid dynamics, machine learning, parabolic equations, Burgers' equation, powergrid systems, etc.

## About XBraid

Expand Down
2 changes: 1 addition & 1 deletion docs/Abstract.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ to show that MGRIT can achieve significant speedup in comparison to sequential
time marching on modern architectures.

It is **strongly recommended** that you also read [Parallel Time Integration
with Multigrid](https://computation.llnl.gov/project/linear_solvers/pubs/mgritPaper-2014.pdf)
with Multigrid](https://github.com/XBraid/xbraid/wiki/papers/mgritPaper-2013-3.pdf)
after reading the @ref braidoverview. It is a more in depth discussion of the algorithm
and associated experiments.

9 changes: 4 additions & 5 deletions docs/developer_manual_header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -180,24 +180,23 @@

~\\~\\~\\~\\
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}} l}
\multirow{2}{*}{{\huge Developer's Manual} } & {\Large Version 3.0.0} \\
\multirow{2}{*}{{\huge Developers' Manual} } & {\Large Version 3.0.0} \\
& {\Large \today} \\
\end{tabular*}
\rule{\textwidth}{3pt}
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
\begin{figure}[!ht]
\centering
\includegraphics[width=0.7\textwidth]{../img/logo_with_subtext.pdf}
\end{figure}
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}} l}
Center for Applied Scientific Computing (CASC), LLNL & \\
Department of Mathematics and Statistics, University of New Mexico & \\
\end{tabular*}
\rule{\textwidth}{2pt}
~\\
This work performed under the auspices of the U.S. Department of Energy by
Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.
This work was performed under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344. This document was prepared as an account of work sponsored by an agency of the United States government. Neither the United States government nor Lawrence Livermore National Security, LLC, nor any of their employees makes any warranty, expressed or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States government or Lawrence Livermore National Security, LLC. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States government or Lawrence Livermore National Security, LLC, and shall not be used for advertising or product endorsement purposes.
LLNL-SM-660398
\pagebreak

Expand Down
7 changes: 3 additions & 4 deletions docs/user_manual_header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -184,20 +184,19 @@
& {\Large \today} \\
\end{tabular*}
\rule{\textwidth}{3pt}
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
\begin{figure}[!ht]
\centering
\includegraphics[width=0.7\textwidth]{../img/logo_with_subtext.pdf}
\end{figure}
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\~\\
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}} l}
Center for Applied Scientific Computing (CASC), LLNL & \\
Department of Mathematics and Statistics, University of New Mexico & \\
\end{tabular*}
\rule{\textwidth}{2pt}
~\\
This work performed under the auspices of the U.S. Department of Energy by
Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.
This work was performed under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344. This document was prepared as an account of work sponsored by an agency of the United States government. Neither the United States government nor Lawrence Livermore National Security, LLC, nor any of their employees makes any warranty, expressed or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights. Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States government or Lawrence Livermore National Security, LLC. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States government or Lawrence Livermore National Security, LLC, and shall not be used for advertising or product endorsement purposes.
LLNL-SM-660398
\pagebreak

Expand Down

0 comments on commit e371cb1

Please sign in to comment.