Skip to content

Commit

Permalink
doxygen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Tomin authored and Pavel Tomin committed Jan 30, 2025
1 parent 8ff6918 commit 7323102
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/coreComponents/physicsSolvers/PhysicsSolverBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,13 @@ class PhysicsSolverBase : public ExecutableGroup
template< typename CONSTITUTIVE_BASE_TYPE >
static string getConstitutiveName( ParticleSubRegionBase const & subRegion ); // particle overload

/**
* @brief Register wrapper with given name and store constitutive model name on the subregion
*
* @tparam CONSTITUTIVE_BASE_TYPE the base type of the constitutive model.
* @param subRegion the subregion on which the constitutive model is registered
* @param the name name of the constitutive model of type CONSTITUTIVE_BASE_TYPE registered on the subregion.
*/
template< typename CONSTITUTIVE_BASE_TYPE >
void setConstitutiveName( ElementSubRegionBase & subRegion, string const & name ) const;

Expand Down

0 comments on commit 7323102

Please sign in to comment.