Nektar++
|
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <MultiRegions/GlobalMatrixKey.h>
#include <LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp>
Go to the source code of this file.
Classes | |
class | Nektar::MultiRegions::GlobalMatrix |
Represents a matrix of all degrees of freedom. More... | |
Namespaces | |
Nektar | |
< | |
Nektar::MultiRegions | |
Typedefs | |
typedef boost::shared_ptr < GlobalMatrix > | Nektar::MultiRegions::GlobalMatrixSharedPtr |
Shared pointer to a GlobalMatrix object. More... | |
typedef std::map < GlobalMatrixKey, GlobalMatrixSharedPtr > | Nektar::MultiRegions::GlobalMatrixMap |
Mapping from global matrix keys to global matrices. More... | |
typedef boost::shared_ptr < GlobalMatrixMap > | Nektar::MultiRegions::GlobalMatrixMapShPtr |
Shared pointer to a global matrix map. More... | |