This class holds aliases based on the Trilinos library.
More...
#include <TrilinosInterface.hpp>
This class holds aliases based on the Trilinos library.
Definition at line 36 of file TrilinosInterface.hpp.
◆ createPreconditioner() [1/2]
Create a Trilinos-based preconditioner object.
- Parameters
-
params | the preconditioner parameters |
- Returns
- an owning pointer to the newly created preconditioner
◆ createPreconditioner() [2/2]
Create a Trilinos-based preconditioner object.
- Parameters
-
params | the preconditioner parameters |
nearNullKernel | the user-provided near null kernel |
- Returns
- an owning pointer to the newly created preconditioner
◆ initialize()
static void geosx::TrilinosInterface::initialize |
( |
int & |
argc, |
|
|
char **& |
argv |
|
) |
| |
|
static |
Initializes the MPI environment for the Trilinos library.
- Parameters
-
[in] | argc | standard argc as in any C main |
[in] | argv | standard argv as in any C main |
The documentation for this class was generated from the following file: