-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Pull Request #13663 from cgcgcg/Trilinos/coalesceDropTolCheck
Automatically Merged using Trilinos Pull Request AutoTester PR Title: b'MueLu CoalesceDrop: Error out if dropTol > 1.0' PR Author: cgcgcg
- Loading branch information
Showing
17 changed files
with
24 additions
and
1,092 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
// @HEADER | ||
// ***************************************************************************** | ||
// MueLu: A package for multigrid based preconditioning | ||
// | ||
// Copyright 2012 NTESS and the MueLu contributors. | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// ***************************************************************************** | ||
// @HEADER | ||
|
||
#ifdef MUELU_$TMPL_UPPERCASECLASS_SHORT | ||
using $TMPL_CLASS [[maybe_unused]] = MueLu::$TMPL_CLASS<LocalOrdinal, GlobalOrdinal, Node>; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
// @HEADER | ||
// ***************************************************************************** | ||
// MueLu: A package for multigrid based preconditioning | ||
// | ||
// Copyright 2012 NTESS and the MueLu contributors. | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// ***************************************************************************** | ||
// @HEADER | ||
|
||
#ifdef MUELU_$TMPL_UPPERCASECLASS_SHORT | ||
using $TMPL_CLASS [[maybe_unused]] = MueLu::$TMPL_CLASS; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
// @HEADER | ||
// ***************************************************************************** | ||
// MueLu: A package for multigrid based preconditioning | ||
// | ||
// Copyright 2012 NTESS and the MueLu contributors. | ||
// SPDX-License-Identifier: BSD-3-Clause | ||
// ***************************************************************************** | ||
// @HEADER | ||
|
||
#ifdef MUELU_$TMPL_UPPERCASECLASS_SHORT | ||
using $TMPL_CLASS [[maybe_unused]] = MueLu::$TMPL_CLASS<Scalar, LocalOrdinal, GlobalOrdinal, Node>; | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
202 changes: 0 additions & 202 deletions
202
packages/muelu/src/Interface/MueLu_MLParameterListInterpreter_decl.hpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.