Information to initialize the linear solver used. More...
#include <arcane/aleph/AlephKernel.h>
Public Member Functions | |
| bool | hasValues () const |
| void | setCommandLineArguments (const CommandLineArguments &v) |
| const CommandLineArguments & | commandLineArguments () const |
Private Attributes | |
| bool | m_has_values = false |
| CommandLineArguments | m_arguments |
Information to initialize the linear solver used.
The values used are specific to the chosen implementation.
Currently, this instance is only used for PETSc, and if hasValues() is true, then we use PetscInitialize(int *argc,char ***args,char file[],...) to initialize PETSc instead of PetscInitializeNoArguments().
Definition at line 55 of file AlephKernel.h.
| Arcane::AlephKernelSolverInitializeArguments::AlephKernelSolverInitializeArguments | ( | ) |
Definition at line 26 of file AlephKernel.cc.
|
inline |
Definition at line 69 of file AlephKernel.h.
|
inline |
Definition at line 63 of file AlephKernel.h.
|
inline |
Definition at line 64 of file AlephKernel.h.
|
private |
Definition at line 74 of file AlephKernel.h.
|
private |
Definition at line 73 of file AlephKernel.h.