|
| template<typename ValueTypeBasisCoeff , dftefe::utils::MemorySpace memorySpace, size_type dim> |
| void | setDealiiMatrixFreeLight (dealii::DoFHandler< dim > &dealiiDofHandler, dealii::AffineConstraints< ValueTypeBasisCoeff > &dealiiAffineConstraintMatrix, dealii::MatrixFree< dim, ValueTypeBasisCoeff > &dealiiMatrixFree) |
| |
| template<typename ValueTypeBasisCoeff , dftefe::utils::MemorySpace memorySpace, size_type dim> |
| void | getGhostIndices (std::vector< global_size_type > &ghostEnrichmentGlobalIds, const dealii::MatrixFree< dim, ValueTypeBasisCoeff > &dealiiMatrixFree, std::vector< global_size_type > &ghostIndices) |
| |