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

Writer

parent 6bfe2e60
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
using namespace std; using namespace std;
int main(int argc, char** argv){ int ain(int argc, char** argv){
// Init Gmsh // // Init Gmsh //
GmshInitialize(argc, argv); GmshInitialize(argc, argv);
...@@ -28,7 +28,7 @@ int main(int argc, char** argv){ ...@@ -28,7 +28,7 @@ int main(int argc, char** argv){
WriterMsh writer(msh.getGroup(2).getAll()); WriterMsh writer(msh.getGroup(2).getAll());
// Plot Basis // // Plot Basis //
TriEdgeBasis b(5); HexNodeBasis b(1);
PlotBasis plot(msh.getGroup(2), b, writer); PlotBasis plot(msh.getGroup(2), b, writer);
plot.plot("basis"); plot.plot("basis");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment