23 #if defined(USE_PETSC)
32 MPI_Init(&argc, &argv);
33 char help[] =
"ogs6 with PETSc \n";
34 PetscInitialize(&argc, &argv,
nullptr, help);
35 MPI_Comm_set_errhandler(PETSC_COMM_WORLD, MPI_ERRORS_RETURN);
46 #elif defined(USE_LIS)
50 struct LinearSolverLibrarySetup final
54 lis_initialize(&argc, &argv);
67 struct LinearSolverLibrarySetup final
void cleanupGlobalMatrixProviders()
LinearSolverLibrarySetup(int argc, char *argv[])
~LinearSolverLibrarySetup()