MFEM  v4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Enumerations | Functions
mem_manager.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::Memory< T >
 Class used by MFEM to store pointers to host and/or device memory. More...
 
class  mfem::MemoryManager
 The memory manager class. More...
 

Namespaces

 mfem
 

Enumerations

enum  mfem::MemoryType {
  mfem::MemoryType::HOST, mfem::MemoryType::HOST_32, mfem::MemoryType::HOST_64, mfem::MemoryType::CUDA,
  mfem::MemoryType::CUDA_UVM
}
 Memory types supported by MFEM. More...
 
enum  mfem::MemoryClass {
  mfem::MemoryClass::HOST, mfem::MemoryClass::HOST_32, mfem::MemoryClass::HOST_64, mfem::MemoryClass::CUDA,
  mfem::MemoryClass::CUDA_UVM
}
 Memory classes identify subsets of memory types. More...
 

Functions

bool mfem::IsHostMemory (MemoryType mt)
 Return true if the given memory type is in MemoryClass::HOST. More...
 
MemoryType mfem::GetMemoryType (MemoryClass mc)
 Return a suitable MemoryType for a given MemoryClass. More...
 
MemoryClass mfem::operator* (MemoryClass mc1, MemoryClass mc2)
 Return a suitable MemoryClass from a pair of MemoryClasses. More...
 
void mfem::MemoryPrintFlags (unsigned flags)
 Print the state of a Memory object based on its internal flags. Useful in a debugger. More...