Nektar++
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
GlobalMatrix.h File Reference
#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< GlobalMatrixNektar::MultiRegions::GlobalMatrixSharedPtr
 Shared pointer to a GlobalMatrix object.
 
typedef std::map< GlobalMatrixKey, GlobalMatrixSharedPtrNektar::MultiRegions::GlobalMatrixMap
 Mapping from global matrix keys to global matrices.
 
typedef std::shared_ptr< GlobalMatrixMapNektar::MultiRegions::GlobalMatrixMapShPtr
 Shared pointer to a global matrix map.