Skip to content

Commit

Permalink
Merge pull request #66 from E3SM-Project/update-develop-20231223
Browse files Browse the repository at this point in the history
Merge trilinos/develop into e3sm-project/develop
  • Loading branch information
github-actions[bot] authored Dec 23, 2023
2 parents fd01323 + 600ad95 commit b2fc40d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/belos/doc/index.doc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ via the following included solvers:
<li>Flexible variants: Flexible GMRES
</ul>

\section contributors Belos Contributors
\section Belos_contributors Belos Contributors

The following people have contributed to the development of %Belos:

Expand Down
2 changes: 1 addition & 1 deletion packages/belos/src/BelosRCGSolMgr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
\ingroup belos_solver_framework
\author Michael Parks and Heidi Thornquist
\section Belos_GCRODR_summary Summary
\section Belos_RCGSol_summary Summary
This class implements the GCRODR (Recycling GMRES) iterative linear
solver. This solver is suited for solving sequences of related linear
Expand Down
2 changes: 1 addition & 1 deletion packages/belos/src/BelosStatusTestGenResSubNorm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class StatusTestGenResSubNorm: public StatusTestResNorm<ScalarType,MV,OP> {
of the initial residual. The least costly form of the 2-norm depends on the chosen iterative
method.
@param Tolerance: Specifies tolerance \f$\tau\f
@param Tolerance: Specifies tolerance \f$\tau\f$
@param subIdx: index of block row in the n x n block system we want to check the residual of
@param quorum: Number of residual (sub-)vectors which are needed to be within the tolerance before check is considered to be passed
@param showMaxResNormOnly: for output only
Expand Down

0 comments on commit b2fc40d

Please sign in to comment.