#include <utils/TypeConfig.h>
#include <utils/MemorySpaceType.h>
#include <quadrature/QuadratureRuleContainer.h>
#include <quadrature/QuadratureAttributes.h>
#include <basis/BasisDofHandler.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | dftefe::basis::BasisDataStorage< ValueTypeBasisData, memorySpace > |
An abstract class to store and access data for a given basis, such as the basis function values on a quadrature grid, the overlap matrix of the basis, etc. More... | |
Namespaces | |
namespace | dftefe |
dealii includes | |
namespace | dftefe::basis |
Typedefs | |
typedef std::map< BasisStorageAttributes, bool > | dftefe::basis::BasisStorageAttributesBoolMap |