Commit 30da55b
committed
aligned with the new material structure of libalea
1 parent 9e78f2c commit 30da55b
4 files changed
Lines changed: 51 additions & 7 deletions
- docs/API.md+3-3
- docs/ARCHITECTURE.md+90-25
- docs/CONCEPTS.md+9-7
- docs/SURFACE_DEDUP.md+4-11
- docs/TUTORIAL.md+6-5
- examples/c/basic.c+5-2
- include/alea.h+23-1
- src/core/alea_cell.h+5-4
- src/core/alea_public_api.c+45-2
- src/core/alea_simplify.c+2-2
- src/core/alea_spatial.c+182-185
- src/core/alea_spatial.h+23
- src/core/alea_system.c+43-5
- src/core/alea_system.h+3
- src/core/alea_universe.c+1-1
- src/core/alea_void.c+1-1
- src/lua_bind/lua_ops.c+1-1
- src/mcnp/conversion/cell_conv.c+12-1
- src/mcnp/conversion/mcnp_conversion.c+17-18
- src/openmc/openmc_conversion.c+16-9
- src/raycast/bvh.c+76-84
- src/raycast/bvh.h+27-29
- src/raycast/ray_bbox.h+74
- src/raycast/ray_epsilon.h+31
- src/raycast/ray_intersect.c+183-345
- src/raycast/ray_intersect.h+15-15
- src/raycast/raycast.c+262-259
- src/raycast/raycast.h+28-2
- src/raycast/raycast_api.c+247-202
- src/render/render3d.c+10-30
- src/slice/curve_intersect.c+644-586
- src/slice/curve_intersect.h+11-30
- src/slice/slice_api.c+48-71
- src/slice/slice_epsilon.h+34
- src/util/poly_solve.c+24
- tests/integration/test_core.c+37-14
- tests/integration/test_flatten.c+25-8
- tests/unit/test_bbox_numerical.c+22-8
- tests/unit/test_cell_surface_index.c+17-11
- tests/unit/test_mesh_export.c+4-1
- tests/unit/test_overlap.c+6-2
- tests/unit/test_raycast.c+3-1
- tests/unit/test_raycast_numerical.c+331
- tests/unit/test_raycast_perf.c+460
- tests/unit/test_render3d.c+10-3
- tests/unit/test_simplify.c+7-3
- tests/unit/test_slice.c+39-12
- tests/unit/test_slice_numerical.c+731
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
362 | 369 | | |
363 | 370 | | |
364 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
175 | 182 | | |
176 | 183 | | |
177 | 184 | | |
178 | 185 | | |
179 | 186 | | |
| 187 | + | |
180 | 188 | | |
181 | 189 | | |
182 | | - | |
| 190 | + | |
183 | 191 | | |
184 | 192 | | |
185 | 193 | | |
| |||
0 commit comments