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 "LineLagrangeBasis.h"
#include "pointsGenerators.h"
#include "ElementType.h"
LineLagrangeBasis::LineLagrangeBasis(unsigned int order){
// If order 0 (Nedelec): use order 1
......
#include "Exception.h"
#include "QuadLagrangeBasis.h"
#include "pointsGenerators.h"
#include "ElementType.h"
QuadLagrangeBasis::QuadLagrangeBasis(unsigned int order){
// If order 0 (Nedelec): use order 1
......
#include "Exception.h"
#include "TetLagrangeBasis.h"
#include "pointsGenerators.h"
#include "ElementType.h"
TetLagrangeBasis::TetLagrangeBasis(unsigned int order){
// If order 0 (Nedelec): use order 1
......
......@@ -2,6 +2,7 @@
#include "TriLagrangeBasis.h"
#include "pointsGenerators.h"
#include "TriLagrangeReferenceSpace.h"
#include "ElementType.h"
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment