forked from python-hydro/pyro2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEVELOPMENT
More file actions
28 lines (14 loc) · 673 Bytes
/
Copy pathDEVELOPMENT
File metadata and controls
28 lines (14 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is a simple list of the improvements we wish to make to pyro.
ArrayIndexer:
-- rewrite the ArrayIndexer class to simply subclass ndarray. This is
already speced out in mesh/experiments/test_subclass.py
new solvers:
-- Burgers equation (viscous and inviscid)
-- low Mach number hydro (both combustion and atmospheric)
-- nodal MG solver?
-- radiation hydro (gray FLD)
infrastructure:
-- the MG solvers should check that the incoming coefficient arrays
have the same # of ghost cells -- perhaps the coefficients should
come in as their own ccdata2d object? or pass in a grid object
like we do got mg.get_solution()