- 06 May, 2019 1 commit
-
-
James Willenbring authored
-
- 01 May, 2019 7 commits
-
-
trilinos-autotester authored
Automatically Merged using Trilinos Master Merge AutoTester PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20190501_000613 branch to master PR Author: trilinos-autotester
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Adding ETI for XpetraTpetraVector PR Author: csiefer2
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Muelu Maxwell test: Add option to read in nullspace PR Author: cgcgcg
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Fixing shadow warning for #5045 PR Author: kddevin
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Fix some typos related to overriding parallel build and test levels PR Author: bartlettroscoe
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Deprecate DynamicProfile PR Author: GeoffDanielson
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Ifpack2: Add update damping to AdditiveSchwarz PR Author: csiefer2
-
- 30 Apr, 2019 21 commits
-
-
Christian Glusa authored
-
Christian Glusa authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Chris Siefert authored
-
Roscoe A. Bartlett authored
-
Chris Siefert authored
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Set CTEST_PARALLEL_LEVEL (CDOFA-43) PR Author: bartlettroscoe
-
K. Devine authored
match matrix type in unit test
-
K. Devine authored
-
trilinos-autotester authored
Automatically Merged using Trilinos Master Merge AutoTester PR Title: Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20190430_000619 branch to master PR Author: trilinos-autotester
-
Matthias Mayr authored
MueLu: region MG rework of algorithms and adding tests
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra deprecate node args get node PR Author: kddevin
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Xpetra: Add ETI for TpetraMultiVector PR Author: csiefer2
-
Roscoe A. Bartlett authored
Set the cache var CTEST_PARALLEL_LEVEL from ATDM_CONFIG_CTEST_PARALLEL_LEVEL to make it easy to run 'make dashboard' efficiently.
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Tpetra: Fix #5038 (spurious "unused function" build warnings) PR Author: mhoemmen
-
Luc Berger-Vergiat authored
As part of this work the headers SetupRegionMatrix and SetupRegionHierarchy are partially rewritten to fix the Xpetra path. Additionally a coarse grid solve using Tpetra/Amesos2 is added and gets resonable convergence improvements. Since we have things working, we should protect them with tests. This provides a small first test in 2D that performs correctly with coarse grid solve.
-
Matthias Mayr authored
-
- 29 Apr, 2019 11 commits
-
-
Matthias Mayr authored
1) issue warning for missing coarse solver Coarse level solver has not been migrated to Xpetra yet. For now, we just skip it and don't do anything on the coarse level. However, proc 0 writes a warning message to the screen. 2) Fix map when reading input matrix Use the composite map instead of creating a linear map when reading the input matrix. Remove obsolete function argument 3) Specify example via command line: The HHG driver reads various input files. The exact example has to be known in order to setup the structured region MG. Now, the exaxt name of the example has to be passed via a command line arguement "--caseName=..." Add include guards Move utilities to utils file Part of #4084.
-
Luc Berger-Vergiat authored
This is a starting point only, actually some difficulties with the LIDRegion, appData and myRegions arrise quickly preventing further progress. Also removing unsued variables from research region_algorithms/Driver.cpp
-
Matthias Mayr authored
After creating the hierarchy, we need to now its number of levels in order to run the HHG-specific V-cycle. For now, we extract this information from the HHG prolongator data structure. Part of #4084. Note: also fix Matlab syntax. Use ' instead of " and move LID widget to Utils file
-
Luc Berger-Vergiat authored
The idea is to seperate some capabilites from the actual driver in order to develop more generic HHG headers. These headers can then be included in various driver instead of the current in-place use. This new header defines hierarchy setup functions and the vCycle. It could be renamed RegionMG but let's think about that later. It exposes a better split among various functions that are used in the Region MG algorithm. A few const qualifiers have been modified to be more accurate.
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: fixing bug in Maxwell3D Tpetra see #4989 PR Author: lucbv
-
Chris Siefert authored
-
Mark Hoemmen authored
@trilinos/tpetra
-
K. Devine authored
-
Chris Siefert authored
-
trilinos-autotester authored
Automatically Merged using Trilinos Pull Request AutoTester PR Title: TrilinosCouplings: Fix #5029 PR Author: mhoemmen
-
Luc Berger-Vergiat authored
This work aims at fixing the issue reported in #4989. The error looks like a typo a copy-paste mistake.
-