Skip to content
Snippets Groups Projects
Commit 9c74f2c1 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

add #include "ElementType.h"

parent 1384e3fa
No related branches found
No related tags found
No related merge requests found
#include "Exception.h" #include "Exception.h"
#include "LineLagrangeBasis.h" #include "LineLagrangeBasis.h"
#include "pointsGenerators.h" #include "pointsGenerators.h"
#include "ElementType.h"
LineLagrangeBasis::LineLagrangeBasis(unsigned int order){ LineLagrangeBasis::LineLagrangeBasis(unsigned int order){
// If order 0 (Nedelec): use order 1 // If order 0 (Nedelec): use order 1
......
#include "Exception.h" #include "Exception.h"
#include "QuadLagrangeBasis.h" #include "QuadLagrangeBasis.h"
#include "pointsGenerators.h" #include "pointsGenerators.h"
#include "ElementType.h"
QuadLagrangeBasis::QuadLagrangeBasis(unsigned int order){ QuadLagrangeBasis::QuadLagrangeBasis(unsigned int order){
// If order 0 (Nedelec): use order 1 // If order 0 (Nedelec): use order 1
......
#include "Exception.h" #include "Exception.h"
#include "TetLagrangeBasis.h" #include "TetLagrangeBasis.h"
#include "pointsGenerators.h" #include "pointsGenerators.h"
#include "ElementType.h"
TetLagrangeBasis::TetLagrangeBasis(unsigned int order){ TetLagrangeBasis::TetLagrangeBasis(unsigned int order){
// If order 0 (Nedelec): use order 1 // If order 0 (Nedelec): use order 1
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include "TriLagrangeBasis.h" #include "TriLagrangeBasis.h"
#include "pointsGenerators.h" #include "pointsGenerators.h"
#include "TriLagrangeReferenceSpace.h" #include "TriLagrangeReferenceSpace.h"
#include "ElementType.h"
#include <iostream> #include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment