HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
discrete-space-descriptor.hpp File Reference
#include <iostream>
#include <list>
#include <map>
#include <boost/fusion/include/sequence.hpp>
#include <boost/fusion/include/map.hpp>
#include <basis.hpp>
Include dependency graph for discrete-space-descriptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HArDCore2D::DSL::DiscreteSpaceDescriptor
 
struct  HArDCore2D::DSL::DiscreteSpaceDescriptor::LocalPolynomialSpaceDescriptor
 

Namespaces

namespace  HArDCore2D
 
namespace  HArDCore2D::DSL
 

Typedefs

typedef Family< GradientBasis< ShiftedBasis< MonomialScalarBasisCell > > > HArDCore2D::DSL::GolyCellType
 
typedef Family< GolyComplBasisCellHArDCore2D::DSL::GolyComplCellType
 
typedef Family< MonomialScalarBasisCellHArDCore2D::DSL::PolyCellType
 
typedef Family< MonomialScalarBasisEdgeHArDCore2D::DSL::PolyEdgeType
 
typedef TensorizedVectorFamily< PolyCellType, dimspaceHArDCore2D::DSL::PolynCellType
 
typedef TensorizedVectorFamily< Family< MonomialScalarBasisEdge >, dimspaceHArDCore2D::DSL::PolynEdgeType
 
typedef MatrixFamily< PolyCellType, dimspaceHArDCore2D::DSL::PolynxnCellType
 
typedef VectorRd HArDCore2D::DSL::RealnVertexType
 
typedef MatrixRd HArDCore2D::DSL::RealnxnVertexType
 
typedef double HArDCore2D::DSL::RealVertexType
 
typedef Family< CurlBasis< ShiftedBasis< MonomialScalarBasisCell > > > HArDCore2D::DSL::RolyCellType
 
typedef Family< RolyComplBasisCellHArDCore2D::DSL::RolyComplCellType
 
typedef TensorizedVectorFamily< PolyCellType, static_cast< size_t >(dimspace+1)> HArDCore2D::DSL::SymPolynxnCellType
 
typedef boost::fusion::vector< PolyCellType, PolyEdgeType, PolynCellType, PolynxnCellType, PolynEdgeType, RolyCellType, RolyComplCellType, GolyCellType, GolyComplCellType, RealVertexType, RealnVertexType, RealnxnVertexType, SymPolynxnCellTypeHArDCore2D::DSL::LocalPolynomialSpaces
 

Functions

DiscreteSpaceDescriptor::LocalPolynomialSpaceDescriptor HArDCore2D::DSL::make_dof (const std::string name, size_t degree)