Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Dec 4, 2024
1 parent 65999e1 commit 101a4f1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions include/fem-dem/void_fraction.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ class VoidFractionBase : public PhysicsLinearSubequationsSolver
/**
* @brief Establish the constraints of the void fraction systems.
*
* @param[in] boundary_conditions The boundary conditions of fluid dynamics. This is used to establish periodic boundary conditions for the void fraction.
* @param[in] boundary_conditions The boundary conditions of fluid dynamics.
* This is used to establish periodic boundary conditions for the void
* fraction.
*
*/
void
Expand Down Expand Up @@ -187,7 +189,8 @@ class VoidFractionBase : public PhysicsLinearSubequationsSolver
/**
* @brief Initialize the void fraction at the beginning of a simulation.
*
* @param[in] time The current time. This is used for time-dependent functions.
* @param[in] time The current time. This is used for time-dependent
* functions.
*/
void
initialize_void_fraction(const double time)
Expand Down Expand Up @@ -258,8 +261,8 @@ class VoidFractionBase : public PhysicsLinearSubequationsSolver
/**
* @brief Solve the linear system resulting from the assemblies.
*
* @param[in] is_post_mesh_adaptation Indicates if the equation is being solved during post_mesh_adaptation(),
* for verbosity.
* @param[in] is_post_mesh_adaptation Indicates if the equation is being
* solved during post_mesh_adaptation(), for verbosity.
*/
virtual void
solve_linear_system_and_update_solution(
Expand Down

0 comments on commit 101a4f1

Please sign in to comment.