Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
73f38434
Commit
73f38434
authored
Apr 03, 2016
by
GILLES Sebastien
Browse files
#9
Doxygen: fix all Model warnings.
parent
6a9cb82d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/Model/Private/InitializeHelper.hpp
View file @
73f38434
...
...
@@ -45,7 +45,9 @@ namespace HappyHeart
* \internal <b><tt>[internal]</tt></b> Should not be called outside of InitGodOfDof().
*
* \copydoc doxygen_hide_input_parameter_data_arg
* \param[out] felt_space_list_per_god_of_dof_index Instantiate all \a FEltSpace detailed in the input
* parameter file and store them in this container which key is the index of the \a GodOfDof (which are
* not yet created when this function is called).
*/
template
<
class
InputParameterDataT
>
void
CreateFEltSpaceList
(
const
InputParameterDataT
&
input_parameter_data
,
...
...
@@ -59,6 +61,10 @@ namespace HappyHeart
*
* \copydoc doxygen_hide_input_parameter_data_arg
* \copydetails doxygen_hide_do_consider_processor_wise_local_2_global
*
* \param[in] felt_space_list_per_god_of_dof_index List of all \a FEltSpace sort \a GodOfDof index. FEltSpace
* have already been instantiated during this call, and are given to their proper \a GodOfDof.
* The reference is not constant due to move semantics inside, but the output value shouldn't be considered.
*/
template
<
class
InputParameterDataT
>
void
InitEachGodOfDof
(
const
InputParameterDataT
&
input_parameter_data
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment