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
3c29670a
Commit
3c29670a
authored
Nov 15, 2016
by
GILLES Sebastien
Browse files
#1022
Fix poromechanics warnings.
parent
18ea1c79
Changes
5
Hide whitespace changes
Inline
Side-by-side
Sources/ModelInstances/UnderDevelopment/Poromechanics/ExplicitStep/VariationalFormulation.hxx
View file @
3c29670a
...
...
@@ -140,8 +140,6 @@ namespace HappyHeart
template
<
class
HyperelasticLawT
>
void
ExplicitStepVariationalFormulation
<
HyperelasticLawT
>::
SupplInit
(
const
InputParameterList
&
input_parameter_data
)
{
decltype
(
auto
)
god_of_dof
=
parent
::
GetGodOfDof
();
decltype
(
auto
)
mesh
=
god_of_dof
.
GetGeometricMeshRegion
();
decltype
(
auto
)
variable_holder
=
this
->
GetVariableHolder
();
{
...
...
Sources/ModelInstances/UnderDevelopment/Poromechanics/ImplicitStep/ImplicitStepFluid/NewtonFixedPoint/VariationalFormulation.hxx
View file @
3c29670a
...
...
@@ -349,9 +349,7 @@ namespace HappyHeart
decltype
(
auto
)
interpolator_holder
=
this
->
GetInterpolatorHolder
();
decltype
(
auto
)
monolithic_data
=
this
->
GetMonolithicData
();
decltype
(
auto
)
solid_velocity_data
=
this
->
GetNonCstSolidVelocityData
();
decltype
(
auto
)
solid_displacement_data
=
this
->
GetNonCstSolidDisplacementData
();
ComputeDarcy
(
1.
,
IsFullDarcy
::
yes
,
rhs
);
decltype
(
auto
)
fluid_pressure_data
=
this
->
GetNonCstNewFluidPressureData
();
// \todo #820 I assume here Darcy is the first thing assembled into rhs. Anyway this line will
// disappear once model is validated.
...
...
Sources/ModelInstances/UnderDevelopment/Poromechanics/ImplicitStep/ImplicitStepFluid/NewtonFixedPoint/VariationalFormulationInit.hxx
View file @
3c29670a
...
...
@@ -203,7 +203,6 @@ namespace HappyHeart
decltype
(
auto
)
fluid_velocity_data
=
this
->
GetFluidVelocityData
();
decltype
(
auto
)
solid_velocity_data
=
this
->
GetSolidVelocityData
();
decltype
(
auto
)
solid_displacement_data
=
this
->
GetSolidDisplacementData
();
decltype
(
auto
)
new_fluid_pressure_data
=
this
->
GetNonCstNewFluidPressureData
();
decltype
(
auto
)
god_of_dof_manager
=
GodOfDofManager
::
GetInstance
();
...
...
Sources/ModelInstances/UnderDevelopment/Poromechanics/ImplicitStep/ImplicitStepFluid/dH/VariationalFormulationInit.hxx
View file @
3c29670a
...
...
@@ -155,7 +155,6 @@ namespace HappyHeart
decltype
(
auto
)
fluid_mass_data
=
this
->
GetFluidmassData
();
decltype
(
auto
)
fluid_velocity_data
=
this
->
GetFluidVelocityData
();
decltype
(
auto
)
solid_velocity_data
=
this
->
GetSolidVelocityData
();
decltype
(
auto
)
solid_displacement_data
=
this
->
GetSolidDisplacementData
();
decltype
(
auto
)
fluid_domain
=
DomainManager
::
GetInstance
().
GetDomain
(
EnumUnderlyingType
(
DomainIndex
::
fluid_full_mesh
));
...
...
Sources/ModelInstances/UnderDevelopment/Poromechanics/Parameter/Local/UpdatePressureAtQuadPt.hxx
View file @
3c29670a
...
...
@@ -74,8 +74,6 @@ namespace HappyHeart
const
auto
&
geom_elt
=
elementary_data
.
GetCurrentGeomElt
();
const
auto
&
ref_felt
=
elementary_data
.
GetRefFElt
(
GetNthUnknown
());
decltype
(
auto
)
cauchy_green_tensor
=
this
->
GetCauchyGreenTensor
();
decltype
(
auto
)
invariant_holder
=
GetNonCstInvariantHolder
();
...
...
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