We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d50e8 commit 47b5140Copy full SHA for 47b5140
src/FEniCS.jl
@@ -36,4 +36,10 @@ include("jmesh.jl") #this file contains the mesh functions
36
include("jfem.jl") #this file contains the fem functions
37
include("jmisc.jl") #this file contains various miscallaneous functions to assist with solving etc
38
include("jsolve.jl") #this file contains the solver functions/routines
39
+try
40
+ pyimport("mshr")
41
+ include("fmshr.jl")
42
+catch ee
43
+ print("mshr has not been included")
44
+end
45
end #module
0 commit comments