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
7b041309
Commit
7b041309
authored
Apr 30, 2015
by
GILLES Sebastien
Browse files
#531
Hyperelastic: midpoint has been adapted to new Assemble.
parent
947713ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/ModelInstances/Hyperelasticity/TimeSchemes/Midpoint/Midpoint.hxx
View file @
7b041309
...
...
@@ -33,8 +33,9 @@ namespace HappyHeart
{
static_cast
<
void
>
(
is_first_dynamic_call
);
the_operator
.
Assemble
(
1.
,
vm
.
GetNonCstMatrixNewStiffness
(),
1.
,
system_rhs
,
the_operator
.
Assemble
(
std
::
make_tuple
(
GlobalMatrixWithCoefficient
(
vm
.
GetNonCstMatrixNewStiffness
(),
1.
),
GlobalVectorWithCoefficient
(
system_rhs
,
1.
)
),
vm
.
GetMidpointPosition
(),
domain
);
...
...
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