Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spatially variable hyperresistivity #893

Merged
merged 6 commits into from
Oct 18, 2024

less typo

280f1d5
Select commit
Loading
Failed to load commit list.
Merged

spatially variable hyperresistivity #893

less typo
280f1d5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 17, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 365 in src/core/numerics/ohm/ohm.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
array<WeightPoint<3UL>, 8UL>
is 192 bytes - consider passing a const pointer/reference instead.

Check notice on line 365 in src/core/numerics/ohm/ohm.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
array<WeightPoint<3UL>, 8UL>
is 192 bytes - consider passing a const pointer/reference instead.

Check notice on line 365 in src/core/numerics/ohm/ohm.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
array<WeightPoint<3UL>, 8UL>
is 192 bytes - consider passing a const pointer/reference instead.