- 04 May, 2019 1 commit
-
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: linear region mg capability PR Author: lucbv
-
- 03 May, 2019 23 commits
-
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Ifpack2 kokkos promotion preparation PR Author: kyungjoo-kim
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: ETI for TpetraCrsGraph PR Author: csiefer2
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Set Werror for Tpetra PR Author: ZUUL42
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Set up secondary submit to testing-dev.sandia.gov/cdash/ PR Author: bartlettroscoe
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Fixes to Xpetra::TpetraVector PR Author: csiefer2
-
Chris Siefert authored
-
Kyungjoo Kim authored
-
Kyungjoo Kim authored
anyway, prefetching is a temporal solution to get memory locality. once, we use cuda space only, no reason to use that.
-
Chris Siefert authored
-
Luc Berger-Vergiat authored
The idea is to only look at what happens to point injected from the fine level to the coarse level as these are equivalent to root points. These nodes are easily detected as their corresponding rows in the prolongator contain only one entry. Also adding a couple of command line options to drive the solver more finely and using command line argument in linear convergence criteria.
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Henry Swantner authored
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu/regionMG: separate setup and apply of coarse solver PR Author: mayrmt
-
Chris Siefert authored
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: ETI for CrsMatrixWrap PR Author: jhux2
-
Matthias Mayr authored
-
Matthias Mayr authored
- add new routine MakeCompositeDirectSolver() to create an Amesos2 KLU2 solver based on a composite operator and pre-compute its factorization. - pass the direct solver through the V-cycle - just apple solver on the coarsest level Related to #5072.
-
Matthias Mayr authored
-
Jonathan Hu authored
into decl/def files Part of #4986 Moved cmake function XPETRA_PROCESS_ETI_TEMPLATE to its own file because both xpetra/src and xpetra/sup use it.
-
Roscoe A. Bartlett authored
This is needed to provide testing of the development site: testing-dev.sandia.gov/cdash/ We need to test submits and we need data to test other aspects of that CDash site as we have Kitware add new features.
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Redoing Import PR Author: csiefer2
-
- 02 May, 2019 11 commits
-
-
Kyungjoo Kim authored
-
Christian Glusa authored
MueLu driver: Enable new Tpetra-only Krylov solvers
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Panzer: Create ZeroContributedField Evaluator PR Author: jmgate
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Fixing Albany issue PR Author: csiefer2
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: fix bug in unit-test CreatePreconditioner for #5074 PR Author: lucbv
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: SEACAS: IOSS--Update db_zone property after reopening cgns database PR Author: gsjaardema
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: fix a stk-topology unit-test failure on gpu. PR Author: alanw0
-
Luc Berger-Vergiat authored
In the epetra adapter: MueLu_CreateEpetraPreconditioner, signature and implementation are split between header and cpp files. This is not the case in the Tpetra path which has only a header. This implementation detail means that we need to explicitely include <Teuchos_XMLParameterListHelpers.hpp> in CreatePreconditioner.cpp for Epetra only builds.
-
Alan Williams authored
-
Greg Sjaardema authored
The CGNS library will reorder (sort) zones based on their names, so if an application defines zones to an output file; closes that file and then reopens the file, the zones on the file will have a different ordering or indexing than when they were originally defined on the file. This commit causes the IOSS library to update the `db_zone` property on all StructuredBlocks and ElementBlocks when a CGNS database is closed and then reopened. It also verifies that all expected zones (blocks) exist on the database. Discovered by SPARC team. Verified that fix works for the issue that they reported. Developing a test to make this continues to work.
-
Jason M. Gates authored
Create an `Evaluator` for the sake of initializing a contributed field to zero.
-
- 01 May, 2019 5 commits
-
-
Alan Williams authored
-
Chris Siefert authored
-
Your Name authored
-
Christian Glusa authored
-
Chris Siefert authored
-