Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed May 4, 2023
1 parent 8160ddd commit 0818e5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unit_tests/node_kernels/UnitTestSSTNodeKernel.C
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,6 @@ TEST_F(SSTKernelHex8Mesh, NGP_tke_sst_node)
if (bulk_->parallel_size() > 1)
return;

// TDODO we can eliminate all the excess fields if we decide to do our field
// init after we add the kernels
fill_mesh_and_init_fields();

// Setup solution options
solnOpts_.meshMotion_ = false;
solnOpts_.externalMeshDeformation_ = false;
Expand All @@ -651,6 +647,10 @@ TEST_F(SSTKernelHex8Mesh, NGP_tke_sst_node)
helperObjs.nodeAlg->add_kernel<sierra::nalu::TKESSTNodeKernel>(
*meta_, *(helperObjs.realm.fieldManager_.get()), partVec_[0]);

// TDODO we can eliminate all the excess fields if we decide to do our field
// init after we add the kernels
fill_mesh_and_init_fields();

helperObjs.execute();

Kokkos::deep_copy(
Expand Down

0 comments on commit 0818e5a

Please sign in to comment.