MOOSE.jl icon indicating copy to clipboard operation
MOOSE.jl copied to clipboard

Multiphysics Object Oriented Simulation Environment In Julia

Results 5 MOOSE.jl issues
Sort by recently updated
recently updated
newest added

From the documentation I see you do: ```julia u = addVariable!(diffusion_system, "u"); ``` Shouldn't `u` really be a symbol here? It would make everything more amenable to metaprogramming.

To get the project going I hardcoded a lot of dimensions to 2. Generalize that!

Need to generate a sparsity pattern and use that to initialize a sparse matrix and solve.

It's currently untested!

Eventually I should add `IntegratedBC`... but not necessary at the moment!