Commit graph

26 commits

Author SHA1 Message Date
Gavin Ridley
81b7388624
Raytrace plots (#2655)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-02-18 03:11:54 +00:00
Ahnaf Tahmid Chowdhury
82a6f9e40b
Update fmt Formatters for Compatibility with Versions below 11 (#3172) 2024-10-18 18:18:16 -05:00
Paul Romano
34f04267a5
Update fmt submodule to version 11.0.2 (#3162) 2024-10-05 17:28:22 +00:00
Paul Romano
f3969daa4a Ensure compilation with gcc 5 works (refs #2474) 2023-04-26 15:48:23 -05:00
Gavin Ridley
76cc722090 add option to do orthographic projection 2023-04-04 22:06:54 -04:00
David Andrs
23646c3c7c
Allow OpenMC to compile against fmt v9 2022-07-25 20:59:26 -06:00
Paul Romano
1bc2bd8460 Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
Gavin Ridley
ad4e1c9f4a remove std:: from vector,unique_ptr,make_unique,array 2021-05-03 18:01:27 -04:00
Gavin Ridley
5f5420a0a9 add optimization for position indexing in surface functions 2021-03-04 23:35:24 -05:00
Patrick Shriwise
d99b7aab51 Moving definition of reflect method. 2020-08-24 10:09:24 -05:00
Patrick Shriwise
ebca9a489d
Update include/openmc/position.h
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2020-08-24 09:07:59 -05:00
Patrick Shriwise
1bdc9ca877 Removing blank line. 2020-08-19 23:32:27 -05:00
Patrick Shriwise
6d41c669b0 Pass particle history into DAGMC for more efficient normal calls. 2020-08-19 15:33:51 -05:00
Paul Romano
b2ad4d37dd Overload operator<< for Position 2019-05-14 08:47:57 -05:00
Paul Romano
73c4d97a37 Add Position::rotate method 2019-05-13 13:04:22 -05:00
Paul Romano
368f89697d Use Position and Direction in Particle class 2019-03-01 16:00:36 -06:00
Paul Romano
e8af7a2d16 Convert scattering routines to C++ 2018-11-26 23:00:44 -06:00
pshriwise
3c12328bc3 Removing union in Position struct. 2018-09-25 21:02:33 -05:00
shriwise
c975644d4e Maintain default values in Pos/Dir struct. 2018-09-21 15:52:38 -04:00
shriwise
b3dd1f5751 Simplifying index operators. 2018-09-21 15:52:38 -04:00
shriwise
baa92194ef Making Position/Direction structs more friendly for array-based signatures. 2018-09-21 15:51:27 -04:00
Paul Romano
ce04299f30 Fix clang complaining about control reaching end of non-void function 2018-09-12 23:16:08 -05:00
Paul Romano
b7feb47971 Add norm method on Position 2018-09-03 06:50:49 -05:00
Sterling Harper
de38aa5a63 Address #1061 comments 2018-08-27 17:07:22 -04:00
Sterling Harper
01b216b63a Merge remote-tracking branch 'upstream/develop' into cpp_geometry 2018-08-24 20:45:52 -04:00
Paul Romano
9f0ea52d1a Move headers to include/openmc directory and openmc.h -> openmc/capi.h 2018-08-20 14:40:32 -05:00
Renamed from src/position.h (Browse further)