DFT-EFE
 
Loading...
Searching...
No Matches
OEFEAtomBlockOverlapInvOpContextGLL.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (c) 2021. *
3 * The Regents of the University of Michigan and DFT-EFE developers. *
4 * *
5 * This file is part of the DFT-EFE code. *
6 * *
7 * DFT-EFE is free software: you can redistribute it and/or modify *
8 * it under the terms of the Lesser GNU General Public License as *
9 * published by the Free Software Foundation, either version 3 of *
10 * the License, or (at your option) any later version. *
11 * *
12 * DFT-EFE is distributed in the hope that it will be useful, but *
13 * WITHOUT ANY WARRANTY; without even the implied warranty *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
15 * See the Lesser GNU General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU Lesser General Public *
18 * License at the top level of DFT-EFE distribution. If not, see *
19 * <https://www.gnu.org/licenses/>. *
20 ******************************************************************************/
21
22/*
23 * @author Avirup Sircar
24 */
25
26#ifndef dftefeOEFEAtomBlockOverlapInvOpContextGLL_h
27#define dftefeOEFEAtomBlockOverlapInvOpContextGLL_h
28
29#include <utils/TypeConfig.h>
31#include <utils/MemoryStorage.h>
44#include <vector>
45#include <memory>
46
47namespace dftefe
48{
49 namespace basis
50 {
51 template <typename ValueTypeOperator,
52 typename ValueTypeOperand,
53 utils::MemorySpace memorySpace,
54 size_type dim>
56 : public linearAlgebra::
57 OperatorContext<ValueTypeOperator, ValueTypeOperand, memorySpace>
58 {
59 public:
60 using ValueType =
62 ValueTypeOperand>;
63
64 public:
66 const basis::
68 &feBasisManager,
70 &classicalBlockGLLBasisDataStorage,
72 &enrichmentBlockEnrichmentBasisDataStorage,
74 &enrichmentBlockClassicalBasisDataStorage,
76 linAlgOpContext);
77
79
80 void
83 bool updateGhostX = false,
84 bool updateGhostY = false) const override;
85
86 private:
87 const FEBasisManager<ValueTypeOperand,
88 ValueTypeOperator,
89 memorySpace,
91 const EFEBasisDofHandler<ValueTypeOperand,
92 ValueTypeOperator,
93 memorySpace,
97 std::shared_ptr<linearAlgebra::LinAlgOpContext<memorySpace>>
100
103 /*utils::MemoryStorage<ValueTypeOperator, memorySpace>
104 d_residualEnrichOverlapInvEigenVec,
105 d_residualEnrichOverlapInvEigenVal;*/
106
108
109 }; // end of class BasisOverlapOperatorContext
110 } // namespace basis
111} // end of namespace dftefe
113#endif // dftefeOEFEAtomBlockOverlapInvOpContextGLL_h
Definition: EFEBasisDofHandler.h:57
An abstract class to store and access data for a given basis, such as the basis function values on a ...
Definition: FEBasisDataStorage.h:54
An abstract class to encapsulate the partitioning of a finite element basis across multiple processor...
Definition: FEBasisManager.h:44
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:58
const FEBasisManager< ValueTypeOperand, ValueTypeOperator, memorySpace, dim > * d_feBasisManager
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:90
global_size_type d_nglobalIds
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:99
linearAlgebra::blasLapack::scalar_type< ValueTypeOperator, ValueTypeOperand > ValueType
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:62
size_type d_rank
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:107
std::shared_ptr< linearAlgebra::LinAlgOpContext< memorySpace > > d_linAlgOpContext
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:98
void apply(linearAlgebra::MultiVector< ValueTypeOperand, memorySpace > &X, linearAlgebra::MultiVector< ValueType, memorySpace > &Y, bool updateGhostX=false, bool updateGhostY=false) const override
Definition: OEFEAtomBlockOverlapInvOpContextGLL.t.cpp:959
linearAlgebra::Vector< ValueTypeOperator, memorySpace > d_diagonalInv
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:95
const EFEBasisDofHandler< ValueTypeOperand, ValueTypeOperator, memorySpace, dim > * d_efebasisDofHandler
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:94
utils::MemoryStorage< ValueTypeOperator, memorySpace > d_atomBlockEnrichmentOverlapInv
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:102
size_type d_nglobalEnrichmentIds
Definition: OEFEAtomBlockOverlapInvOpContextGLL.h:96
Definition: LinAlgOpContext.h:38
An class template to encapsulate a MultiVector. A MultiVector is a collection of vectors belonging t...
Definition: MultiVector.h:134
A class that encapsulates a vector. This is a vector in the mathematical sense and not in the sense o...
Definition: Vector.h:122
Definition: MemoryStorage.h:38
blas::scalar_type< ValueType1, ValueType2 > scalar_type
Definition: BlasLapackTypedef.h:70
MemorySpace
Definition: MemorySpaceType.h:37
dealii includes
Definition: AtomFieldDataSpherical.cpp:31
unsigned int size_type
Definition: TypeConfig.h:8
unsigned long int global_size_type
Definition: TypeConfig.h:9