Commit graph

1408 commits

Author SHA1 Message Date
Paul Romano
68faf095fb Use sphinxcontrib-katex for faster math rendering 2019-06-14 12:13:37 -05:00
Paul Romano
93e043e630 Add old release notes and current in new directory in docs/ 2019-06-14 12:13:37 -05:00
Paul Romano
ea92cc1800 Fix name of capi.RegularMesh in documentation 2019-06-14 12:13:34 -05:00
Paul Romano
dc4d98a1cb Update version to 0.11.0-dev 2019-06-14 09:51:15 -05:00
Paul Romano
c0512b3213
Merge pull request #1246 from smharper/rect_mesh
Add rectilinear tally meshes
2019-06-12 22:40:46 -05:00
Paul Romano
e7f3e34088 Fix from_hdf5 for hex lattice with x orientation. Assorted other fixes. 2019-06-10 13:13:52 -05:00
aprilnovak
be7022aff7 Added method to get total material density. Refs #1253 2019-06-09 21:44:18 -07:00
Sterling Harper
6a22a246d8 Merge remote-tracking branch 'upstream/develop' into rect_mesh 2019-06-07 09:29:13 -04:00
Sterling Harper
9ddd8b3067 Change Python Mesh class to RegularMesh 2019-06-07 08:51:09 -04:00
Paul Romano
3794c3eec4 Update documentation for hex lattice 2019-06-04 15:59:54 -05:00
Sterling Harper
7cf1822410 Add RectilinearMesh to documentation 2019-05-29 22:02:43 -04:00
Paul Romano
d1e051c857 Update test results for Ubuntu 16.04 2019-05-29 08:53:52 -05:00
Paul Romano
1bdb92ff10 Add hexagonal lattice example notebook 2019-05-15 13:06:29 -05:00
aprilnovak
18b225f14d Add openmc_cell_get_temperature method. Refs #1223 2019-05-07 16:05:21 -07:00
Paul Romano
7b6ec80acf
Merge pull request #1203 from liangjg/heat-photon
Photon heating tally
2019-04-23 07:40:44 -05:00
Paul Romano
b4a6d796d5 Add two papers to publication list 2019-04-16 07:25:29 -05:00
liangjg
39a38f9dca update document for photon heating 2019-04-11 14:14:05 -04:00
liangjg
ba05630a08 Merge branch 'develop' into heat-photon-kerma 2019-04-02 10:17:50 -04:00
Paul Romano
fc8b2a5001 Add two papers to publication list 2019-03-26 12:49:24 -05:00
liangjg
2af3af48dd heating tally specification 2019-03-26 12:56:14 -04:00
Paul Romano
49bf4523c3 Remove thread_id and n_threads global variables 2019-03-19 13:57:42 -05:00
Paul Romano
86d187a0a7 Turn Particle.coord_ into a std::vector (remove MAX_COORD) 2019-03-19 13:56:45 -05:00
Paul Romano
d70cfda07c A few style guide additions 2019-03-19 13:56:45 -05:00
Paul Romano
429f186223 Fix grammatical error in photon docs 2019-03-19 13:56:45 -05:00
Paul Romano
dd9d8f412b Add one publication to list 2019-03-12 11:42:51 -05:00
Paul Romano
97f487da5b Fix typo in tallies user documentation 2019-03-11 13:06:23 -05:00
Paul Romano
711d85a4e4 Add DOI to one publication 2019-03-11 13:03:45 -05:00
Paul Romano
a48d590158 Store heating, gas production, and damage energy as redundant reactions 2019-03-10 14:42:13 -05:00
Adam Nelson
b2d6a06284
Merge pull request #1188 from paulromano/translate-and-points
Add translate method for surfaces/regions and two convenience functions
2019-03-08 14:52:54 -06:00
Paul Romano
325f9fcf72 Use lower-case argument names for surfaces consistently 2019-03-08 11:25:26 -06:00
Paul Romano
4a5763bb37 Hopefully fix doc builds on RTD 2019-03-07 11:13:51 -06:00
amandalund
61000397fd Address @paulromano comments 2019-03-07 09:09:01 -07:00
Paul Romano
2943e38a81 Add Plane.from_points and cylinder_from_points convenience functions 2019-03-06 15:38:22 -06:00
amandalund
9a861db193 Update photon data 2019-03-06 10:03:40 -06:00
amandalund
4f69e3474e Update photon physics documentation 2019-03-05 19:16:38 -06:00
Paul Romano
6ac86503ef Add one @wbinventor publication in list 2019-02-26 10:37:24 -06:00
Paul Romano
6b8c956726 Remove mention of Fortran in documentation 2019-02-21 22:44:24 -06:00
Paul Romano
90568ba96c Remove xs conversion scripts and update documentation 2019-02-15 15:09:05 -06:00
Paul Romano
e1899244cb Merge branch 'develop' into cpp-material 2019-02-01 17:15:40 -06:00
Paul Romano
f5dd6abf7d
Merge pull request #1150 from pshriwise/uwuw
UWUW Workflow for DAGMC
2019-02-01 14:45:51 -06:00
Paul Romano
ed0b8808fa Merge branch 'develop' into cpp-material 2019-01-31 23:10:50 -06:00
liangjg
760baa43d6 address review comments from @paulromano 2019-01-31 12:01:55 -05:00
Patrick Shriwise
56bfba392f Adding documentation changes requested by @paulromano. 2019-01-31 10:46:26 -06:00
Paul Romano
d790cdfb46 Update list of publications, fix documentation for CMFD 2019-01-30 22:15:48 -06:00
Patrick Shriwise
d277f11188 Cleaning up DAGMC documentation a little bit. 2019-01-30 20:37:18 -06:00
Patrick Shriwise
7f1ae5fe05 Adding information about the DAGMC_ROOT variable. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
48858db31a Adding some clarity on the dagmc model filename. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
1fac397515 Typo correction. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
5c7e8a9cf8 Adding a dagmc note in the CMake options list. 2019-01-30 20:37:17 -06:00
Patrick Shriwise
2758770153 Adding some documentation about how to configure and install with DAGMC. 2019-01-30 20:37:17 -06:00