Commit graph

33 commits

Author SHA1 Message Date
Joffrey Dorville
db673b9acb
Automatic C++ doc generation (#3950)
Some checks failed
Tests and Coverage / filter-changes (push) Has been cancelled
dockerhub-publish-develop / main (push) Has been cancelled
dockerhub-publish-develop-dagmc-libmesh / main (push) Has been cancelled
dockerhub-publish-develop-dagmc / main (push) Has been cancelled
dockerhub-publish-develop-libmesh / main (push) Has been cancelled
Tests and Coverage / Python 3.13 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.14 (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.14t (omp=n, mpi=n, dagmc=, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=n, mpi=n, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=n, mpi=y, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=n, libmesh=n, event=n (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=y, event= (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=n, dagmc=, libmesh=, event=y (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=y, libmesh=, event= (push) Has been cancelled
Tests and Coverage / Python 3.12 (omp=y, mpi=y, dagmc=, libmesh=y, event= (push) Has been cancelled
Tests and Coverage / coverage (push) Has been cancelled
Tests and Coverage / Check CI status (push) Has been cancelled
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2026-07-17 15:47:40 +00:00
Patrick Shriwise
bcb9395207
SolidRayTracePlot CAPI (#3789)
Co-authored-by: GuySten <62616591+GuySten@users.noreply.github.com>
2026-02-13 07:54:27 +02:00
Kevin Sawatzky
14acc762bc
C-API bindings for key random ray functions (#3749) 2026-02-06 10:42:32 -06:00
Kevin Sawatzky
607f6babe5
Add distributed cell densities (#3546)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-09-19 04:11:06 +00:00
Joffrey Dorville
cc848effe7
Meshborn filter (#2925)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2024-04-04 21:32:21 +00:00
lewisgross1296
5003cf4823 changed vector to array to match other entries, removed extra trailing space 2022-08-16 15:42:45 -05:00
lewisgross1296
37b17b61cf added openmc_remove_tally to documentation 2022-08-16 14:26:48 -05:00
Jonathan
1da0eac5d5 minor typo fix 2022-02-14 23:36:14 +00:00
aprilnovak
0bba5833fb Allow set_contained to be passed through C-API for setting cell temperatures. Refs #1754 2021-02-04 15:59:56 -06:00
Paul Romano
490e906026 Fix signature of openmc_load_nuclide in documentation 2020-06-22 09:27:17 -05:00
Shikhar Kumar
62d1a650e3 Address @promano comments 2020-06-10 20:33:11 -04:00
Shikhar Kumar
a9d0b127b7 Update docs 2020-06-01 21:25:34 -04:00
Shikhar Kumar
6e7f524561 Create getter funtion for n_batches, update test_lib.py 2020-06-01 21:19:06 -04:00
Shikhar Kumar
7b4db3279a Set n_batches and n_max_batches through C API 2020-06-01 18:06:31 -04:00
Paul Romano
bbb0b78383 Rename openmc.capi -> openmc.lib 2019-09-13 10:38:26 -05:00
Paul Romano
ea92cc1800 Fix name of capi.RegularMesh in documentation 2019-06-14 12:13:34 -05:00
aprilnovak
be7022aff7 Added method to get total material density. Refs #1253 2019-06-09 21:44:18 -07:00
aprilnovak
18b225f14d Add openmc_cell_get_temperature method. Refs #1223 2019-05-07 16:05:21 -07:00
Paul Romano
1fe775574e Have openmc_statepoint_write accept a const char* instead of const char** 2018-11-14 15:00:16 -06:00
Paul Romano
16124d2569 Support setting density in g/cm3 through C API 2018-11-06 09:01:37 -06:00
Paul Romano
0a8f5977ed Be more consistent with C API function return values 2018-04-25 15:07:40 -05:00
Paul Romano
30944b554a Update docs, don't modify when .mod files are created 2018-04-25 14:46:27 -05:00
Paul Romano
a3240b69c3 Add C API functions for expansion filters 2018-03-30 13:21:15 -05:00
Paul Romano
ec0604b354 Update C API documentation and include file 2018-01-08 08:04:57 -06:00
Paul Romano
7e19b82f93 Update C API documentation 2017-12-29 17:20:02 -06:00
Paul Romano
f4f344bd51 Rename openmc_get_* to openmc_get_*_index 2017-09-26 23:02:43 -05:00
Paul Romano
c768666aa3 Fix installing openmc.capi package 2017-09-14 12:52:37 -05:00
Paul Romano
d0faebe11d Update documentation 2017-07-31 08:18:55 -05:00
Paul Romano
23cd067bda Remove openmc_set_density and openmc_set_temperature 2017-07-17 06:42:28 -05:00
Paul Romano
712352c8e1 Add optional instance argument for openmc_cell_set_temperature 2017-07-04 15:06:33 -05:00
Paul Romano
14226862f3 Have openmc_tally_results accept ID instead of array index 2017-07-04 14:44:21 -05:00
Paul Romano
9d456c3ff1 Modify openmc_find to return instance as well. Add C API docs 2017-07-04 14:33:18 -05:00
Paul Romano
e2b8a6c264 Start adding C API documentation 2017-06-15 21:40:52 -05:00