Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
85eeabad
Commit
85eeabad
authored
Apr 01, 2016
by
Gautier Bureau
Committed by
GILLES Sebastien
Apr 06, 2016
Browse files
#860
Corrections made with respect to tag 16.13.
parent
db55a8bf
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
HappyHeart.xcodeproj/project.pbxproj
View file @
85eeabad
This diff is collapsed.
Click to expand it.
Sources/Operators/GlobalVariationalOperator/GlobalVariationalOperator.hpp
View file @
85eeabad
...
...
@@ -238,7 +238,7 @@ namespace HappyHeart
* \param[in] ref_geom_elt Reference geometric element which local variational operator is requested.
*
*/
LocalVariationalOperator
&
GetNonCstLocalOperator
(
const
RefGeomElt
::
shared_ptr
&
ref_geom_elt
)
const
;
LocalVariationalOperator
T
&
GetNonCstLocalOperator
(
const
RefGeomElt
::
shared_ptr
&
ref_geom_elt
)
const
;
/*!
* \brief Whether there is a local variational operator related to a given \a ref_geom_elt.
...
...
Sources/Operators/LocalVariationalOperatorInstances/NonlinearForm/SecondPiolaKirchhoffStressTensor/ActiveStressPolicy/InputAnalyticalPrestress.hpp
View file @
85eeabad
...
...
@@ -62,7 +62,7 @@ namespace HappyHeart
const
MatchDofInNumberingSubset
*
GetMatchDofInNumberingSubsetOperatorRawPtr
()
const
noexcept
;
//! Constant accessor on contractility.
const
ScalarParameter
&
GetContractility
()
const
noexcept
;
const
ScalarParameter
<>
&
GetContractility
()
const
noexcept
;
//! Constant accessor on the initial value of the active stress.
double
GetInitialValueActiveStress
()
const
noexcept
;
...
...
@@ -73,7 +73,7 @@ namespace HappyHeart
const
MatchDofInNumberingSubset
*
match_dof_in_numbering_subset_operator_
;
//! Contracitility.
ScalarParameter
::
unique_ptr
contractility_
=
nullptr
;
ScalarParameter
<>
::
unique_ptr
contractility_
=
nullptr
;
//! Initial value of the active stress.
const
double
initial_value_active_stress_
;
...
...
Sources/Operators/LocalVariationalOperatorInstances/NonlinearForm/SecondPiolaKirchhoffStressTensor/ActiveStressPolicy/InputAnalyticalPrestress.hxx
View file @
85eeabad
...
...
@@ -46,7 +46,7 @@ namespace HappyHeart
};
inline
const
ScalarParameter
&
InputAnalyticalPrestress
::
GetContractility
()
const
noexcept
inline
const
ScalarParameter
<>
&
InputAnalyticalPrestress
::
GetContractility
()
const
noexcept
{
assert
(
!
(
!
contractility_
));
return
*
contractility_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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