Nektar++
|
#include <tuple>
#include <LibUtilities/Foundations/Points.h>
#include <LibUtilities/LibUtilitiesDeclspec.h>
#include <LibUtilities/LinearAlgebra/NekMatrixFwd.hpp>
#include <LibUtilities/LinearAlgebra/NekVectorFwd.hpp>
Go to the source code of this file.
Classes | |
class | Nektar::LibUtilities::NodalUtil |
A class to assist in the construction of nodal simplex and hybrid elements in two and three dimensions. More... | |
class | Nektar::LibUtilities::NodalUtilTriangle |
Specialisation of the NodalUtil class to support nodal triangular elements. More... | |
class | Nektar::LibUtilities::NodalUtilTetrahedron |
Specialisation of the NodalUtil class to support nodal tetrahedral elements. More... | |
class | Nektar::LibUtilities::NodalUtilPrism |
Specialisation of the NodalUtil class to support nodal prismatic elements. More... | |
class | Nektar::LibUtilities::NodalUtilQuad |
Specialisation of the NodalUtil class to support nodal quad elements. More... | |
class | Nektar::LibUtilities::NodalUtilHex |
Specialisation of the NodalUtil class to support nodal hex elements. More... | |
Namespaces | |
namespace | Nektar |
namespace | Nektar::LibUtilities |
Typedefs | |
typedef std::shared_ptr< NekMatrix< NekDouble > > | Nektar::LibUtilities::SharedMatrix |