friedmud / MOOSE.jl

Multiphysics Object Oriented Simulation Environment In Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add System Infrastructure

friedmud opened this issue · comments

We need a System class that holds Variables.

The System will also hold Kernels, etc.

For now: the System will not hold the vectors / matrices. I'm thinking I'm going to put those in the Solver instead...