![]() |
MFEM v4.8.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
| namespace | mfem |
Functions | |
| void | mfem::InitTransfer (int argc, char *argv[]) |
| Initializes the par_moonolith library. It also calls MPI_Init. | |
| int | mfem::FinalizeTransfer () |
| Finalize the par_moonolith library. | |
| void | mfem::InitTransfer (int argc, char *argv[], MPI_Comm comm) |
| Initializes the transfer library. It does not call MPI_Init, but uses the communicator defined by the user. This method can be called only after MPI_Init. | |