Skip to content
Snippets Groups Projects
Commit fed6f9c9 authored by Anthony Royer's avatar Anthony Royer
Browse files

Smaller name for field::Form and field::FunctionSpaceTypeForm*

parent 93417acc
No related branches found
No related tags found
No related merge requests found
Pipeline #6201 failed
...@@ -116,6 +116,9 @@ namespace gmshfem ...@@ -116,6 +116,9 @@ namespace gmshfem
} // namespace field } // namespace field
typedef field::Form form;
} // namespace gmshfem } // namespace gmshfem
......
...@@ -43,6 +43,9 @@ namespace gmshfem ...@@ -43,6 +43,9 @@ namespace gmshfem
} // namespace field } // namespace field
typedef field::FunctionSpaceTypeForm0 functionSpaceH1;
} // namespace gmshfem } // namespace gmshfem
#include "FunctionSpaceHierarchicalH1.h" #include "FunctionSpaceHierarchicalH1.h"
......
...@@ -44,6 +44,9 @@ namespace gmshfem ...@@ -44,6 +44,9 @@ namespace gmshfem
} // namespace field } // namespace field
typedef field::FunctionSpaceTypeForm1 functionSpaceHCurl;
} // namespace gmshfem } // namespace gmshfem
#include "FunctionSpaceHierarchicalHCurl.h" #include "FunctionSpaceHierarchicalHCurl.h"
......
...@@ -42,6 +42,9 @@ namespace gmshfem ...@@ -42,6 +42,9 @@ namespace gmshfem
} // namespace field } // namespace field
typedef field::FunctionSpaceTypeForm2 functionSpaceHDiv;
} // namespace gmshfem } // namespace gmshfem
#include "FunctionSpaceParallel.h" #include "FunctionSpaceParallel.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment