JuliaInv / JOcTree

Other
4 stars 7 forks source link

Extend OcTree model import/export #13

Closed cschwarzbach closed 7 years ago

cschwarzbach commented 7 years ago
 - Extend OcTree model export/import to support multiple values per
   cell such as the three or six components of a diagonal or
   symmetric tensor

 - Generalize element type of model array from union of two
   specific types Float64 and Int64 to generic type T

 - Remove explicit permutation of model arrays and replace by
   reading/writing in place

 - Cleanup
coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a4902c3da335efdb6cecc3065df28940e31d9d55 on cschwarzbach:devel into on JuliaInv:master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a4902c3da335efdb6cecc3065df28940e31d9d55 on cschwarzbach:devel into on JuliaInv:master.

dwfmarchant commented 7 years ago

This looks good Christoph. Thanks!