MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Functions
transfer.cpp 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...