Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Document localMatrix parameter in setSparsityPattern
Added parameter documentation for localMatrix in setSparsityPattern.
  • Loading branch information
paveltomin authored Sep 30, 2025
commit 1ae2748b3d11113344690829340dbea556cf724e
1 change: 1 addition & 0 deletions src/coreComponents/physicsSolvers/PhysicsSolverBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ class PhysicsSolverBase : public ExecutableGroup
* @brief Set the sparsity pattern of the linear system matrix
* @param domain the domain containing the mesh and fields
* @param dofManager degree-of-freedom manager associated with the linear system
* @param localMatrix the system matrix
* @param pattern the sparsity pattern to be filled
*/
virtual void
Expand Down
Loading