Castro icon indicating copy to clipboard operation
Castro copied to clipboard

consider computing geometry on demand via inlined functions

Open zingale opened this issue 3 years ago • 1 comments

Right now we carry around 3 area MFs + 1 volume MF. These are not used very widely, and it seems that with the C++ conversion, we could create an inlined function area() and volume() to compute these as needed and apply them immediately. This will free up 4 Real's per zone of memory in MFs.

zingale avatar May 08 '21 17:05 zingale

#734 was our attempt at this in Fortran

maxpkatz avatar May 08 '21 17:05 maxpkatz