Patrick Shriwise
|
adf2047b6e
|
Refactor of DAGMC next_cell
|
2023-04-04 22:11:11 -04:00 |
|
Gavin Ridley
|
5e47f9daa4
|
fix failing tests, remove redundant PlotTestHarness code
|
2023-04-04 22:11:10 -04:00 |
|
Gavin Ridley
|
61cab3009a
|
PR comments addressed
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
6726cc378f
|
add unit test, select wireframing by id
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
030c3af9e4
|
parallelization of projection plots almost works except edge case
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
a832fc8b94
|
adjustable wireframe thickness
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
a030aaa59d
|
fix projection plot tests
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
76cc722090
|
add option to do orthographic projection
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
d51fd873ab
|
read user-provided plot names, also more sophisticated file extension checking
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
071b6fa796
|
pick up on cell edges, not just boundaries
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
d5aafc91cb
|
projection plots nominally working
|
2023-04-04 22:06:54 -04:00 |
|
Gavin Ridley
|
5105a8423d
|
further refactor of plots, start ProjectionPlot
|
2023-04-04 22:06:52 -04:00 |
|
Gavin Ridley
|
e2dedf5461
|
move common with projection plot to base class
|
2023-04-04 22:05:08 -04:00 |
|
stchaker
|
e3e659ca83
|
avoid python C API segfault on intel mac
|
2023-04-04 16:58:28 -04:00 |
|
Gavin Ridley
|
30ed602009
|
update documentation
|
2023-03-31 23:59:04 -04:00 |
|
Gavin Ridley
|
5aa1d256bb
|
Merge branch 'develop' into refactor_write_source_bank
|
2023-03-31 14:17:53 -04:00 |
|
Gavin Ridley
|
2172907bcf
|
refactor particle source import/export
|
2023-03-31 14:17:04 -04:00 |
|
Patrick Shriwise
|
e49c2c7d29
|
Merge pull request #2447 from paulromano/move-to-0.13.4-dev
Change version number to 0.13.4-dev
|
2023-03-30 09:47:00 -05:00 |
|
Patrick Shriwise
|
682ce5c3a6
|
Merge pull request #2444 from aprilnovak/material-clone
Clone material
|
2023-03-30 08:51:05 -05:00 |
|
Paul Romano
|
5fcb7208df
|
Change version number to 0.13.4-dev
|
2023-03-29 14:41:03 -05:00 |
|
aprilnovak
|
b84a021c58
|
Improve documentation. Refs #2442
|
2023-03-28 13:50:02 -05:00 |
|
Paul Romano
|
8a5fb8a8b0
|
Update version number to 0.13.3
|
2023-03-28 13:34:14 -05:00 |
|
Patrick Shriwise
|
86e9a4bd4b
|
Adding constants for coincidence checking
|
2023-03-28 08:47:42 -05:00 |
|
aprilnovak
|
fa222a4b31
|
Address review comments.
|
2023-03-27 19:23:04 -05:00 |
|
aprilnovak
|
e41ae3604e
|
Clone material. Refs #2442
|
2023-03-27 18:36:49 -05:00 |
|
Paul Romano
|
938923be41
|
Merge pull request #2428 from gonuke/mesh_spatial_Discrete
Use Discrete distribution for sampling a mesh source
|
2023-03-23 07:12:04 -05:00 |
|
Paul P.H. Wilson
|
fb4845494f
|
add default empty consructor
|
2023-03-22 00:37:21 -04:00 |
|
Paul P.H. Wilson
|
df4cfad60c
|
more pointer to instance changes
|
2023-03-22 00:29:28 -04:00 |
|
Paul P.H. Wilson
|
035e6dc45a
|
change to instance from pointer and cleanup lazy mistakes
|
2023-03-22 00:25:04 -04:00 |
|
Paul P.H. Wilson
|
1d9446a065
|
introduce method to sample discrete index and use in various places
|
2023-03-21 16:14:38 -04:00 |
|
Paul P.H. Wilson
|
29b5748687
|
reduce temporary memory use for potentially large data
|
2023-03-17 08:27:09 -05:00 |
|
Paul P.H. Wilson
|
db92a64ec9
|
rename variable for clarity; re-add volume normalization
|
2023-03-16 17:51:41 -05:00 |
|
Paul P.H. Wilson
|
ee6975767d
|
Use Discrete distribution for mesh sampling
This version builds the independent variable by
converting int to double and then converts back
when sampling.
|
2023-03-16 17:34:44 -05:00 |
|
Paul P.H. Wilson
|
2d20cd31f2
|
initialize Discrete distribution with sequence of integers
|
2023-03-16 14:37:05 -05:00 |
|
Patrick Shriwise
|
527f5f70aa
|
Merge branch 'develop' into centre_for_cylinder_spherical_meshes
|
2023-03-06 13:37:24 -06:00 |
|
Patrick Shriwise
|
b02e558fae
|
Adding docstring. Updating method name
|
2023-03-04 23:57:55 -06:00 |
|
Patrick Shriwise
|
5946763323
|
Moving origin data member down into Cylindrical/Spherical mesh using intermediate class
|
2023-03-04 15:51:56 -06:00 |
|
April Novak
|
9858114ed7
|
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
|
2023-02-24 11:53:40 -08:00 |
|
aprilnovak
|
f0aa0ab3f2
|
Add default constructor for VolumeCalculation. Refs #2398
|
2023-02-24 12:10:52 -06:00 |
|
Patrick Shriwise
|
a528de2976
|
Merge pull request #2381 from paulromano/anisotropic-fission
Use correct direction for anisotropic fission and update numpy version for tests
|
2023-02-20 12:37:08 -06:00 |
|
Paul Romano
|
eb0c8e497c
|
Move Filter::create<T> implementation to filter.h
|
2023-02-17 10:31:54 -06:00 |
|
Paul Romano
|
ce62bbd9c5
|
Add missing override specifiers
|
2023-02-16 14:06:59 -06:00 |
|
Paul Romano
|
61b30f5dcc
|
Merge pull request #2334 from pshriwise/umesh_sampling
Unstructured Mesh Sampling Updates
|
2023-02-16 07:24:13 -06:00 |
|
Paul Romano
|
956e3f4341
|
Make sure correct direction is applied when fission neutrons are anisotropic
|
2023-02-10 11:41:50 -06:00 |
|
RemDelaporteMathurin
|
90995dc512
|
Merge branch 'develop' into centre_for_cylinder_spherical_meshes
|
2023-02-02 08:47:28 -05:00 |
|
Patrick A Myers
|
ec5f0e54f4
|
Restored init_alias and changed constructor definitions
|
2023-01-27 10:22:27 -05:00 |
|
Patrick Shriwise
|
11eee756dd
|
Corrections to application of origin for sphere and cyl mesh
|
2023-01-26 14:13:39 -06:00 |
|
Patrick A Myers
|
4122c02ad4
|
change p to prob and fix alias table
|
2023-01-13 16:50:50 -05:00 |
|
Patrick Shriwise
|
beb3085469
|
Changing to const Mesh*
|
2023-01-13 12:24:24 -06:00 |
|
Patrick Shriwise
|
ff9b5fd741
|
Adding not about moving the mesh cdf in the future.
|
2023-01-13 10:24:05 -06:00 |
|