Skip to content
Open
Show file tree
Hide file tree
Changes from 86 commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
0e6e179
first fusing
Jun 28, 2025
756fdd9
advection final
Jun 28, 2025
3aaba6b
advance and main
Jun 28, 2025
9f0b64c
BC
Jun 28, 2025
42b6b02
BCfill, BPatch
Jun 28, 2025
23f1cde
some more changes
Jun 29, 2025
9d20ed6
emplace and diffusion
Jun 29, 2025
6815ae5
kernel funcs
Jun 29, 2025
fe8d269
formatting
Jun 29, 2025
3c93872
formatting
Jun 30, 2025
4d63d38
CI fixes
Jun 30, 2025
954aa32
dummy mf
Jun 30, 2025
8e8aad0
use species_bc
Jun 30, 2025
086e398
wrong memory, remove dummy
Jun 30, 2025
a029186
formatting
Jun 30, 2025
8cf5a8d
naming conv
Jun 30, 2025
ac1ee27
species_bc
Jun 30, 2025
089082b
implicit conversion
Jun 30, 2025
546032f
forces update
Jun 30, 2025
b61935d
clang-tidy performance
Jul 2, 2025
85df233
const checker
Jul 2, 2025
d825b6e
latest changes
Jul 4, 2025
0458798
projection
Jul 4, 2025
cb7ab21
formatting + endl
Jul 4, 2025
366a227
endl
Jul 13, 2025
7098811
header fixes
Jul 13, 2025
caeefe4
loops
Jul 13, 2025
68b1d00
advection
Jul 13, 2025
58e716c
couple of changes
Jul 13, 2025
45cf80a
merge and format
Jul 13, 2025
7ef5f7d
fixes
Jul 13, 2025
578a1eb
Merge branch 'development' into kernel_fusing
ThomasHowarth Jul 13, 2025
3808755
eb and plasma fixes
Jul 14, 2025
b50e9cd
small change
Jul 14, 2025
1a4969b
more tweaking and fixes
Jul 14, 2025
25925a7
more fixes
Jul 14, 2025
7e20d12
increment fix
Jul 14, 2025
e781026
fixes
Jul 31, 2025
390eff6
typo
Jul 31, 2025
624530c
tolerance tweak
Aug 1, 2025
80925f3
merge
Aug 18, 2025
38a78b7
formatting etc
Aug 19, 2025
dc5abbf
efield
Aug 19, 2025
2a668dc
efield and extras
Aug 19, 2025
56c04ed
more fusing
Aug 19, 2025
8e8b2c1
typo
Aug 19, 2025
37c5b9b
duplicate + emplace
Aug 19, 2025
d831c08
no [=]
Aug 19, 2025
43649b3
missing capture
Aug 19, 2025
6285da4
indexing
Aug 19, 2025
bea3d82
rogue space
Aug 19, 2025
90327e4
formatting and capture
Aug 19, 2025
aa9a88e
more const and duplicates
Aug 19, 2025
a22edb2
more emplacing
Aug 19, 2025
e61ecdc
missing capture, consts
Aug 20, 2025
95a8dbe
bot fix
Aug 20, 2025
179ddb0
constexpr in lambda
Aug 20, 2025
67122cf
more consts, plus switch
Aug 20, 2025
98f4d7b
more loops
Aug 20, 2025
d141d09
better streamsyncs
Aug 21, 2025
e41af65
remove comments
Aug 21, 2025
c8f7a72
combine kernels, const&
Aug 22, 2025
d2fa3a6
wrong incomp
Aug 22, 2025
55f11b4
fix typos
Aug 22, 2025
871f069
incomp fixes
Aug 22, 2025
e47b332
shift syncs inside
Aug 22, 2025
fc73a41
much more const, tweaks
Aug 22, 2025
84a21e8
compile const, endl clang-tidy
Aug 22, 2025
72830dc
remove endl checks
Aug 22, 2025
d5c0307
streamsync moves, n loops, no ba
Aug 23, 2025
3431aac
Merge branch 'development' into kernel_fusing
ThomasHowarth Aug 23, 2025
5c0d012
fix indentations
Aug 23, 2025
a8f96ae
unnecessary header, tol test
Aug 24, 2025
7ce2508
typo
Aug 24, 2025
59c3151
ebbfs tols
Aug 24, 2025
27ca5d9
couple more things
Aug 24, 2025
6397b2f
simplify
Aug 24, 2025
5f76f86
ngrow
Aug 24, 2025
5ddfe7c
reaction fusing
Aug 24, 2025
99298e5
fixes
Aug 24, 2025
5e8252f
unnecessary capture
Aug 24, 2025
74ee917
bump pelephysics
Aug 26, 2025
e125bc5
undo fusing
Sep 5, 2025
f8ef618
fixes
Sep 5, 2025
7ca206a
new/old overload
Sep 5, 2025
bf2b58f
typo
Sep 5, 2025
97d3d85
extra
Sep 5, 2025
9197222
more kernel undos and consts
Sep 5, 2025
fc450c7
bump pelephysics
Sep 5, 2025
574082c
old pelephysics
Sep 5, 2025
3bdb59c
Merge branch 'development' into types_etc
ThomasHowarth Sep 5, 2025
aee0aaf
Merge branch 'development' into types_etc
ThomasHowarth Sep 8, 2025
39fa482
eb bfs default tols
Sep 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Checks: 'bugprone-*,
clang-diagnostic-*,
clang-analyzer-*,
corecppguidelines-*,
cppcoreguidelines-avoid-capture-default,
modernize-*,
-modernize-avoid-c-arrays,
-modernize-use-trailing-return-type,
Expand Down
Loading
Loading