#include <utils/TypeConfig.h>
#include <utils/Defaults.h>
#include <utils/MemoryStorage.h>
#include <utils/MPITypes.h>
#include <utils/MPIPatternP2P.h>
#include <utils/MPICommunicatorP2P.h>
#include <linearAlgebra/VectorAttributes.h>
#include <linearAlgebra/LinAlgOpContext.h>
#include <linearAlgebra/BlasLapackTypedef.h>
#include <linearAlgebra/MultiVector.h>
#include <memory>
#include <linearAlgebra/Vector.t.cpp>
Go to the source code of this file.
Classes | |
class | dftefe::linearAlgebra::Vector< ValueType, memorySpace > |
A class that encapsulates a vector. This is a vector in the mathematical sense and not in the sense of an array or STL container. This class handles both serial and distributed vector in a unfied way. There are different constructors provided for the serial and distributed case. More... | |
Namespaces | |
namespace | dftefe |
dealii includes | |
namespace | dftefe::linearAlgebra |