Skip to content

Commit

Permalink
Fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tupek2 committed Oct 1, 2024
1 parent 6b2c6e0 commit 223474b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/serac/physics/contact/contact_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class ContactData {
/**
* @brief Computes the residual including contact terms
*
* @param [in] u_shape Shape displacement vector (size of [displacement] block)
* @param [in] u Solution vector ([displacement; pressure] block vector)
* @param [in,out] r Residual vector ([force; gap] block vector); takes in initialized residual force vector and adds
* contact contributions
Expand All @@ -130,7 +131,6 @@ class ContactData {
/**
* @brief Computes the Jacobian including contact terms, given the non-contact Jacobian terms
*
* @param u Solution vector ([displacement; pressure] block vector)
* @param orig_J The non-contact terms of the Jacobian, not including essential boundary conditions
* @return Jacobian with contact terms, not including essential boundary conditions
*/
Expand All @@ -152,6 +152,7 @@ class ContactData {
/**
* @brief Update the current coordinates based on the new displacement field
*
* @param u_shape Shape displacement vector
* @param u Current displacement dof values
*/
void setDisplacements(const mfem::Vector& u_shape, const mfem::Vector& u);
Expand Down

0 comments on commit 223474b

Please sign in to comment.