mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Updates to CAPI bounding box methods. Addition of global bounding box method. Adding tests for PWR pincell model.
This commit is contained in:
parent
2ac505814e
commit
a105702455
4 changed files with 92 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue