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 Oct 3, 2024
1 parent 5b21ec6 commit 0f5a854
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/serac/physics/contact/contact_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,10 @@ std::unique_ptr<mfem::BlockOperator> ContactData::mergedJacobian() const
return std::make_unique<mfem::BlockOperator>(jacobian_offsets_);
}

void ContactData::residualFunction([[maybe_unused]] const mfem::Vector& u_shape, [[maybe_unused]] const mfem::Vector& u, [[maybe_unused]] mfem::Vector& r) {}
void ContactData::residualFunction([[maybe_unused]] const mfem::Vector& u_shape, [[maybe_unused]] const mfem::Vector& u,
[[maybe_unused]] mfem::Vector& r)
{
}

std::unique_ptr<mfem::BlockOperator> ContactData::jacobianFunction(mfem::HypreParMatrix* orig_J) const
{
Expand Down

0 comments on commit 0f5a854

Please sign in to comment.