Skip to content
Snippets Groups Projects
Commit 330a9a33 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

add gmshdg make rule

parent aa3418d7
Branches
Tags
No related merge requests found
......@@ -973,3 +973,6 @@ message("")
mark_as_advanced(BISON FLEX GMP_LIB GMSH_EXTRA_VERSION HDF5_LIB MAKEINFO
MED_LIB OCC_INC SZ_LIB TAUCS_LIB TEXI2PDF)
add_executable(gmshdg EXCLUDE_FROM_ALL Solver/dgMainTest.cpp ${GMSH_SRC})
target_link_libraries(gmshdg ${LINK_LIBRARIES})
......@@ -35,7 +35,7 @@ class dgConservationLawInitialCondition : public dgConservationLaw {
};
int main(int argc, char **argv){
GmshMergeFile("input/mesh1.msh");
GmshMergeFile("mesh1.msh");
//GmshMergeFile("square2.msh");
std::vector<MElement *> allTri=getAllTri(GModel::current());
int order=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment