Happy Monday,
I was looking for a less memory intensive alternative (compared to julia fenics) for doing finite element method, so I wanted to try JuliaFEM. As Navier Strokes is not a predefined problem I wanted to define it my self. When adding JuliaFEM it gave me some warning messages. I couldnt paste the testing output as it goes over the caracter limit.
I tried to follow the example of adding a problem but I could not, so I was guessing maybe JuliaFEM is not properly installed? The predefined example problems that come with it though work fine though.
type Truss <: FieldProblem
end
ERROR: syntax: extra token "Truss" after end of expression
function get_unknown_field_name(problem::Problem{Ginger})
return "displacement"
end
UndefVarError: Ginger not defined
Stacktrace:
[1] top-level scope at In[17]:1