Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
GlobalMatrix.h File Reference
#include <MultiRegions/MultiRegionsDeclspec.h>
#include <MultiRegions/GlobalMatrixKey.h>
#include <LibUtilities/LinearAlgebra/SparseMatrixFwd.hpp>
Include dependency graph for GlobalMatrix.h:
This graph shows which files directly or indirectly include this file:

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 boost::shared_ptr
< GlobalMatrix > 
Nektar::MultiRegions::GlobalMatrixSharedPtr
 Shared pointer to a GlobalMatrix object.
typedef map< GlobalMatrixKey,
GlobalMatrixSharedPtr > 
Nektar::MultiRegions::GlobalMatrixMap
 Mapping from global matrix keys to global matrices.
typedef boost::shared_ptr
< GlobalMatrixMap > 
Nektar::MultiRegions::GlobalMatrixMapShPtr
 Shared pointer to a global matrix map.