Skip to content

Commit

Permalink
Apply style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent Style committed Dec 5, 2024
1 parent fb01e66 commit 7249be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/serac/numerics/functional/element_restriction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ axom::Array<DoF, 2, axom::MemorySpace::Host> GetFaceDofs(const serac::fes_t* fes
std::vector<Array2D<int> > local_face_dofs = geom_local_face_dofs(p);
std::vector<std::vector<int> > lex_perm = lexicographic_permutations(p);

// sam: this function contains several comments that relate to an investigation into adopting
// sam: this function contains several comments that relate to an investigation into adopting
// mfem's FaceNbrData pattern (which ended up being too invasive to implement initially).
// I leave some of the commented code here so Julian's recommendations are not lost.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ void evaluation_kernel_impl(trial_element_type trial_elements, test_element, dou

// for each element in the domain
for (uint32_t e = 0; e < num_elements; e++) {

// load the jacobians and positions for each quadrature point in this element
auto J_e = J[e];
auto x_e = x[e];
Expand Down

0 comments on commit 7249be1

Please sign in to comment.