Nektar++
|
#include <LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp>
#include <MultiRegions/GlobalMatrixKey.h>
#include <MultiRegions/MultiRegionsDeclspec.h>
Go to the source code of this file.
Classes | |
class | Nektar::MultiRegions::GlobalMatrix |
Represents a matrix of all degrees of freedom. More... | |
Namespaces | |
namespace | Nektar |
namespace | Nektar::MultiRegions |
Typedefs | |
typedef std::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 std::shared_ptr< GlobalMatrixMap > | Nektar::MultiRegions::GlobalMatrixMapShPtr |
Shared pointer to a global matrix map. More... | |