Skip to content
Snippets Groups Projects
Commit 8f4ea8fe authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

Assembly debuging

parent e4903126
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
#include "PlotBasis.h"
using namespace std;
/*
int main(int argc, char** argv){
int test(int argc, char** argv){
// Init Gmsh //
GmshInitialize(argc, argv);
......@@ -24,7 +24,7 @@ int main(int argc, char** argv){
Mesh msh(argv[1]);
// Plot Basis //
QuadEdgeBasis b(1);
HexEdgeBasis b(1);
PlotBasis plot(msh.getGroup(2), b);
plot.write("basis");
......@@ -34,4 +34,4 @@ int main(int argc, char** argv){
return 0;
}
*/
......@@ -11,7 +11,9 @@
This class represents a Function Space
@todo Hybrid Mesh
@todo
Hybrid Mesh@n
Put DofManager::dofFromElement here ??
*/
class FunctionSpace{
......
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