MFEM  v4.6.0
Finite element discretization library
Namespaces | Functions
transfer.hpp File Reference

Go to the source code of this file.

Namespaces

 mfem
 

Functions

void mfem::InitTransfer (int argc, char *argv[])
 Initializes the par_moonolith library. It also calls MPI_Init. More...
 
int mfem::FinalizeTransfer ()
 Finalize the par_moonolith library. More...
 
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. More...