PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
FEM_PCC_1D_ReferenceElement.hpp File Reference
#include "Eigen/Eigen"
#include "IOUtilities.hpp"
#include "QuadratureData.hpp"
#include "Quadrature_Gauss1D.hpp"
#include "Quadrature_GaussLobatto1D.hpp"
#include "lagrange_1D.hpp"
#include <cassert>
Include dependency graph for FEM_PCC_1D_ReferenceElement.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Polydim::FEM::PCC::FEM_PCC_1D_ReferenceElement_Data
 Reference element data for a 1D PCC finite element. More...
 
class  Polydim::FEM::PCC::FEM_PCC_1D_ReferenceElement
 Factory that builds the reference element data for a 1D PCC finite element. More...
 

Namespaces

namespace  Polydim
 
namespace  Polydim::FEM
 
namespace  Polydim::FEM::PCC
 

Enumerations

enum class  Polydim::FEM::PCC::FEM_PCC_1D_Types { Polydim::FEM::PCC::Equispaced = 0 , Polydim::FEM::PCC::GaussLobatto = 1 }
 Node distribution used to build the 1D PCC (primal/continuous) Lagrange reference element. More...