liangjg
|
bb30f78b0d
|
using pd.DataFrame to replace the strings
|
2019-03-26 12:56:16 -04:00 |
|
liangjg
|
4d80367ae4
|
from_hdf5 completed
|
2019-03-26 12:56:15 -04:00 |
|
liangjg
|
25d5a67fa1
|
read photon data from hdf5
|
2019-03-26 12:56:15 -04:00 |
|
liangjg
|
2af3af48dd
|
heating tally specification
|
2019-03-26 12:56:14 -04:00 |
|
liangjg
|
7ae1b024ed
|
do heating tallies for both neutron and photon
|
2019-03-26 12:56:13 -04:00 |
|
liangjg
|
0a18d85a13
|
read in photon heating number
|
2019-03-26 12:56:11 -04:00 |
|
liangjg
|
ce54673f1d
|
include photon heating number in the library (from ACE)
|
2019-03-26 12:56:10 -04:00 |
|
Paul Romano
|
34a3fe2519
|
Fix Cell.from_xml_element when multiple temperatures are specified
|
2019-03-25 22:11:03 -05:00 |
|
Paul Romano
|
1b48802da1
|
Use message(STATUS ...) in two places in CMakeLists.txt
|
2019-03-25 21:58:52 -05:00 |
|
Paul Romano
|
2982ce884d
|
Rely on FindHDF5.cmake that is distributed with CMake
|
2019-03-25 21:57:32 -05:00 |
|
Paul Romano
|
c231e19707
|
Fix profile option in CMakeLists.txt
|
2019-03-25 21:55:22 -05:00 |
|
Sterling Harper
|
99e5d0ba12
|
Merge pull request #1202 from paulromano/particle-improvements
Improvements to Particle class
|
2019-03-23 20:29:51 -04:00 |
|
Paul Romano
|
c60ecd7e8f
|
Have distance_to_boundary return a struct
|
2019-03-21 07:43:42 -05:00 |
|
Paul Romano
|
2e94189b1b
|
Make sure subcrit multiplication problems abort gracefully when k > 1
|
2019-03-20 22:33:54 -05:00 |
|
Paul Romano
|
4971779f39
|
Use __builtin_reachable to tell gcc about unreachable code
|
2019-03-20 22:24:13 -05:00 |
|
Paul Romano
|
0fbe024e11
|
Get rid of ERROR_INT and use 0 for "no surface"
|
2019-03-20 22:23:53 -05:00 |
|
Paul Romano
|
492d984525
|
Change name of work -> work_per_rank
|
2019-03-20 13:26:04 -05:00 |
|
Paul Romano
|
c049557c85
|
Get rid of MAX_SECONDARY constant
|
2019-03-19 14:38:24 -05:00 |
|
Paul Romano
|
279104cfed
|
Move secondary bank outside of Particle class
|
2019-03-19 13:57:42 -05:00 |
|
Paul Romano
|
49bf4523c3
|
Remove thread_id and n_threads global variables
|
2019-03-19 13:57:42 -05:00 |
|
Paul Romano
|
d980b4a5ea
|
Make secondary_bank_ a vector and improve interfaces
|
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
|
52fc93e6e0
|
Rename cross section caches
|
2019-03-19 13:56:45 -05:00 |
|
Paul Romano
|
8a8b7b2c0a
|
Move cross section caches into Particle class
|
2019-03-19 13:56:45 -05:00 |
|
Paul Romano
|
522b6be8eb
|
Merge pull request #1201 from pshriwise/capi_props
CAPI Property Exposure and Plotting Loop Isolation
|
2019-03-19 13:55:14 -05:00 |
|
Paul Romano
|
00343a327c
|
Merge pull request #1200 from smharper/remove_mesh_search
Remove a search from tally mesh code
|
2019-03-19 12:48:18 -05:00 |
|
Paul Romano
|
8dc5a56a4f
|
Merge pull request #1199 from pshriwise/dagmc_assign_by_name
DAGMC material assignment by name.
|
2019-03-19 12:47:42 -05:00 |
|
Patrick Shriwise
|
43914d4204
|
Re-correcting direction and updating _Position tests.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
abd417c5f6
|
Updating other signatures to match new pixels_ type.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
f6192dfc9e
|
Updates to mirror changes in pixels_ type in plot.cpp.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
2e2ec4a412
|
Addressing narrowing warning.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
656df47365
|
Addressing a couple style issues.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
190c8aa712
|
Fixing dll definitions for openmc_property_map.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
378268bb37
|
Lassoing stars.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
805c336597
|
Updating template parameter, moving generate_dat def to header, renaming generate_data->gen_map and removing additional indirection.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
2b1d2917f7
|
Addressing some comments from @promano in the PR.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
44654e7759
|
A couple capi.plot module fixes and an added test.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
2d144e21ac
|
Updating/adding some docstrings.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
076dca84a2
|
Cleaning up some numpy docstring formatting.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
2c598129da
|
Removing position_rgb function.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
e696374a91
|
Renaming the data attribute.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
45dd3ecc06
|
Updating some documentation.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
9c48ee69a4
|
Removing now-unused function.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
e4ab6db1a9
|
Updating plot/plot_voxel test results after change to NOT_FOUND = -2.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
0270a4fe93
|
Cleaning out unused variables in create_voxel.
|
2019-03-19 08:44:36 -05:00 |
|
Patrick Shriwise
|
506ecb9ee1
|
Reverting change to plots.xml. Updating z coordinate location.
|
2019-03-19 08:43:41 -05:00 |
|
Patrick Shriwise
|
d55f46f374
|
Correcting origin location.
|
2019-03-19 08:43:41 -05:00 |
|
Patrick Shriwise
|
3ab8680d5e
|
Updates to voxel plotting, need to investigate differences.
|
2019-03-19 08:43:41 -05:00 |
|