Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
CardMech
Commits
51c49e8f
Commit
51c49e8f
authored
Jun 30, 2022
by
jonathan.froehlich
Browse files
Fixed Main assemble generation
parent
7eb0131b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cardmech/src/elasticity/MainElasticity.cpp
View file @
51c49e8f
...
...
@@ -117,7 +117,9 @@ void MainElasticity::initAssemble() {
int
degree
=
1
;
bool
isStatic
=
false
;
config
.
get
(
"MechPolynomialDegree"
,
degree
);
mechA
=
std
::
make_unique
<
LagrangeElasticity
>
(
*
elasticityProblem
,
*
pressureProblem
,
*
meshes
,
degree
,
isStatic
);
mechA
=
CreateFiniteElasticityAssemble
(
*
elasticityProblem
,
*
pressureProblem
,
*
meshes
,
degree
,
isStatic
);
}
double
MainElasticity
::
EvaluateQuantity
(
const
Vector
&
solution
,
const
std
::
string
&
quantity
)
const
{
...
...
Write
Preview
Supports
Markdown
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