Updates to CAPI bounding box methods. Addition of global bounding box method. Adding tests for PWR pincell model.

This commit is contained in:
Patrick Shriwise 2019-07-09 16:23:24 -05:00
parent 2ac505814e
commit a105702455
4 changed files with 92 additions and 14 deletions

View file

@ -30,6 +30,7 @@ extern "C" {
int openmc_finalize();
int openmc_find_cell(const double* xyz, int32_t* index, int32_t* instance);
int openmc_bounding_box(const char* geom_type, const int32_t id, double* llc, double* urc);
int openmc_global_bounding_box(double* llc, double* urc);
int openmc_fission_bank(void** ptr, int64_t* n);
int openmc_get_cell_index(int32_t id, int32_t* index);
int openmc_get_filter_index(int32_t id, int32_t* index);