DFT-EFE
 
Loading...
Searching...
No Matches
MatrixFreeDevice.h File Reference
#include <cstdint>
#include <stdexcept>
#include <utils/TypeConfig.h>
Include dependency graph for MatrixFreeDevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dftefe::MatrixFreeDevice< T, operatorID, nDofsPerDim, nQuadPointsPerDim, batchSize >
 MatrixFreeDevice class template. template parameter nDofsPerDim is the finite element polynomial order. nQuadPointsPerDim is the order of the Gauss quadrature rule. batchSize is the size of batch tuned to hardware. More...
 

Namespaces

namespace  dftefe
 dealii includes
 

Enumerations

enum  dftefe::operatorList {
  dftefe::Laplace = 0 , dftefe::Helmholtz = 1 , dftefe::LDA = 2 , dftefe::GGA = 3 ,
  dftefe::Count = 4
}