MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
transfer.cpp File Reference

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.