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
947713ba
Commit
947713ba
authored
Apr 30, 2015
by
GILLES Sebastien
Browse files
#531
Remove the test lines.
parent
82a4e5ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
HappyHeart.xcodeproj/xcshareddata/xcschemes/Hyperelasticity_CG_half_sum - mpi.xcscheme
View file @
947713ba
...
...
@@ -44,7 +44,7 @@
selectedLauncherIdentifier =
"Xcode.IDEFoundation.Launcher.PosixSpawn"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
buildConfiguration =
"
Release
"
buildConfiguration =
"
Debug
"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
allowLocationSimulation =
"YES"
>
...
...
Sources/ModelInstances/Hyperelasticity/TimeSchemes/HalfSum/HalfSum.hpp
View file @
947713ba
...
...
@@ -129,9 +129,6 @@ namespace HappyHeart
bool
is_first_dynamic_call_done
,
GlobalVector
&
irrelevant_argument
,
VectorsAndMatrices
<
HyperelasticityNS
::
TimeScheme
::
half_sum
>&
vm
,
GlobalMatrix
&
foo
,
GlobalMatrix
&
bar
,
GlobalVector
&
baz
,
const
Domain
&
domain
=
Domain
());
...
...
Sources/ModelInstances/Hyperelasticity/TimeSchemes/HalfSum/HalfSum.hxx
View file @
947713ba
...
...
@@ -30,21 +30,12 @@ namespace HappyHeart
bool
is_first_dynamic_call
,
GlobalVector
&
into_vector
,
VectorsAndMatrices
<
HyperelasticityNS
::
TimeScheme
::
half_sum
>&
vm
,
GlobalMatrix
&
foo
,
GlobalMatrix
&
bar
,
GlobalVector
&
baz
,
const
Domain
&
domain
)
{
static_cast
<
void
>
(
into_vector
);
the_operator
.
Assemble
(
std
::
make_tuple
(
GlobalVectorWithCoefficient
(
baz
,
-
2111.
),
GlobalMatrixWithCoefficient
(
vm
.
GetNonCstMatrixNewStiffness
(),
0.5
),
GlobalMatrixWithCoefficient
(
bar
,
10000.
),
GlobalVectorWithCoefficient
(
vm
.
GetNonCstVectorNewStiffness
(),
1.
),
GlobalMatrixWithCoefficient
(
foo
,
10000.
)
the_operator
.
Assemble
(
std
::
make_tuple
(
GlobalMatrixWithCoefficient
(
vm
.
GetNonCstMatrixNewStiffness
(),
0.5
),
GlobalVectorWithCoefficient
(
vm
.
GetNonCstVectorNewStiffness
(),
1.
)
),
vm
.
GetEvaluationState
(),
domain
);
...
...
Sources/ModelInstances/Hyperelasticity/VariationalFormulationHyperElasticity.hxx
View file @
947713ba
...
...
@@ -276,7 +276,7 @@ namespace HappyHeart
Private
::
AssembleStiffness
(
this
->
GetNonCstStiffnessOperator
(),
is_first_dynamic_call
,
this
->
GetNonCstSystemRhs
(
this
->
GetNumberingSubset
()),
vm
,
*
foo
,
*
bar
,
*
baz
);
vm
);
}
...
...
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