Commit graph

9978 commits

Author SHA1 Message Date
Patrick Shriwise
1e7271d0b4 Going back to PlotBase. Makes more sense as Plot inherits from it. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
fbd0e5e4c5 PEP8 adherence 2019-03-12 11:53:50 -05:00
Patrick Shriwise
c97d046bc6 Self review. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
1f13efecdb Rebase updates. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
a371f402a2 Correction to n_coord reset on particle for proper handling of universes.
Renaming CPlot to PlotBase and adding a capi test.

Mirroring use of Bank in the capi.

Updating header name. Adding documentation to capi plot module.

Removing plot base header and struct.
2019-03-12 11:53:50 -05:00
Patrick Shriwise
b0bafee385 Flipping id_map ordering. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
7d98804bca Renaming external function. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
64d54c692d Adding inital value for plot level 2019-03-12 11:53:50 -05:00
Patrick Shriwise
10a8e3a83d Implementing proper python classes in the new capi plot module. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
b8fec08eeb Some adjustments to the CPlot class. Moving attributes it doesn't need back to the main Plot class. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
a0931879a6 Re-adding OpenMP pragmas. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
c968866c0e Removing prints from capi plot module. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
177aff1a8d Separating Plot class into a C-compatible version for external use. Adding a function for returning an ID map. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
4df3f507f7 Adding the start of a plot module for the capi. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
7c810d6847 Correcting binary write. 2019-03-12 11:53:50 -05:00
Patrick Shriwise
c6a8c8bf13 Adding function for writing plot ids to a binary file. 2019-03-12 11:53:50 -05:00
Paul Romano
dd9d8f412b Add one publication to list 2019-03-12 11:42:51 -05:00
Paul Romano
17d778e57f Allow export_to_xml methods to take a directory 2019-03-12 11:42:51 -05:00
Jingang Liang
830bd4f8e0
Merge pull request #1191 from paulromano/heat-data
Provide gas production, heating, damage energy data in HDF5 files
2019-03-12 12:06:11 -04:00
Paul Romano
bdd3f8377d
Merge pull request #1192 from amandalund/ttb-from-ace
Load bremsstrahlung data in IncidentPhoton.from_ace
2019-03-12 07:07:03 -05:00
Paul Romano
2d13d41da3
Merge pull request #1189 from pshriwise/corner_radius
Fix for hexagonal prism convenience function
2019-03-12 06:52:05 -05:00
Paul Romano
30483039c9 Fix docstring of make_ace as suggested by @liangjg 2019-03-12 06:50:49 -05:00
Shikhar Kumar
8424a2c850 First pass at statepoint_write 2019-03-12 01:54:30 -04:00
Paul Romano
97f487da5b Fix typo in tallies user documentation 2019-03-11 13:06:23 -05:00
Paul Romano
285532c840 Improve int_endf and float_endf, and use int_endf consistently.
Closes #1027
2019-03-11 13:03:45 -05:00
Paul Romano
711d85a4e4 Add DOI to one publication 2019-03-11 13:03:45 -05:00
Paul Romano
08fd6b9cb1 Enable from_njoy methods to use evaluation from ENDF tape containing multiple
materials
2019-03-11 13:03:23 -05:00
amandalund
d1afac3605 Read in bremsstrahlung data in IncidentPhoton.from_ace 2019-03-11 11:33:38 -05:00
Paul Romano
4841345570 Update nndc test data 2019-03-10 14:51:03 -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
Patrick Shriwise
e1aa836ea6 Adding some point checks for the hex prism test and removing import from surfae.py. 2019-03-08 14:45:33 -06:00
Paul Romano
325f9fcf72 Use lower-case argument names for surfaces consistently 2019-03-08 11:25:26 -06:00
Patrick Shriwise
758d9b45d5 Adding functools partial to model.funcs. Adding a quick test for the hexagonal prism. 2019-03-07 22:20:50 -06:00
Paul Romano
6250c526ec
Merge pull request #1186 from amandalund/density-effect-correction
TTB improvements
2019-03-07 12:56: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
0f2a4f9eeb Make clear that memo argument to Region.translate is internal 2019-03-07 09:43:43 -06:00
Shikhar Kumar
f5d972475f Get rid of finally statement from run_in_memory function 2019-03-06 20:22:55 -05:00
Shikhar Kumar
a236d4c8e6 Replace mention of fixed window with rolling window 2019-03-06 19:26:19 -05:00
Shikhar Kumar
8917da499b Add tally window schemes, restructure run with run_in_memory and iter_batches, separate begin into tally_begin and feedback_begin 2019-03-06 18:50:02 -05:00
amandalund
fd418f15b4 Update failing photon tests 2019-03-06 16:45:03 -07:00
Paul Romano
394ac75560 Add translate methods to surfaces and regions 2019-03-06 15:38:26 -06:00
Paul Romano
2943e38a81 Add Plane.from_points and cylinder_from_points convenience functions 2019-03-06 15:38:22 -06:00
amandalund
64e617ed09 Fix particle type 2019-03-06 14:15:06 -06:00
Shikhar Kumar
4094213dda Expose restart_run and statepoint_path through C API, get rid of uncessary lines in allocate_cmfd 2019-03-06 13:16:34 -05:00
amandalund
9a861db193 Update photon data 2019-03-06 10:03:40 -06:00
amandalund
a254027f8a Merge branch 'develop' into density-effect-correction 2019-03-05 19:21:51 -06:00
amandalund
4f69e3474e Update photon physics documentation 2019-03-05 19:16:38 -06:00
Shikhar Kumar
94d29e154e Temporary fix to address precision discrepancies with weightfactors numpy array 2019-03-05 18:57:58 -05:00