Skip to content

Commit

Permalink
Ongoing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmahlmann committed Feb 22, 2025
1 parent 0d3cc1c commit 4a57c38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/engines/srpic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ namespace ntt {
Kokkos::parallel_for(
"MatchFields",
CreateRangePolicy<M::Dim>( { xi_min[0] } , { xi_max[0] } ),
kernel::bc::ConductorBoundaries_kernel<SimEngine::SRPIC, M, in::x1>(
kernel::bc::ConductorBoundaries_kernel<SimEngine::SRPIC, in::x1>(
domain.fields.em,
tags));
}
Expand Down
1 change: 0 additions & 1 deletion src/kernels/fields_bcs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ namespace kernel::bc {
static constexpr idx_t i = static_cast<idx_t>(o) + 1u;

ndfield_t<M::Dim, 6> Fld;
const M metric;
const BCTags tags;

ConductorBoundaries_kernel(ndfield_t<M::Dim, 6> Fld,
Expand Down

0 comments on commit 4a57c38

Please sign in to comment.