Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CardMech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
Mpp
CardMech
Commits
e5efbc3b
Commit
e5efbc3b
authored
3 years ago
by
Laura Lindner
Browse files
Options
Downloads
Patches
Plain Diff
fixed merge
parent
a0cafd65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!153
Local add output info
,
!144
Debug cardmech
,
!113
Convergence tests monodomain
Pipeline
#123663
passed
3 years ago
Stage: build
Stage: test
Stage: debug
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cardmech/src/CardiacAssemble.hpp
+1
-0
1 addition, 0 deletions
cardmech/src/CardiacAssemble.hpp
cardmech/src/elasticity/materials/Material.hpp
+2
-0
2 additions, 0 deletions
cardmech/src/elasticity/materials/Material.hpp
mpp
+1
-1
1 addition, 1 deletion
mpp
with
4 additions
and
1 deletion
cardmech/src/CardiacAssemble.hpp
+
1
−
0
View file @
e5efbc3b
...
...
@@ -9,6 +9,7 @@
#include
"discretization/IDiscretization.hpp"
#include
"CardiacData.hpp"
#include
"ScalarElement.hpp"
#include
"LagrangeDiscretization.hpp"
const
Point
shift2
(
-
exp
(
1.3
),
0.0
);
...
...
This diff is collapsed.
Click to expand it.
cardmech/src/elasticity/materials/Material.hpp
+
2
−
0
View file @
e5efbc3b
...
...
@@ -4,6 +4,8 @@
#include
"utility/Config.hpp"
#include
"VolumetricPenalty.hpp"
#include
<Tensor.hpp>
#include
<functional>
static
Tensor
DeformationGradient
(
const
Tensor
&
Du
)
{
return
One
+
Du
;
}
...
...
This diff is collapsed.
Click to expand it.
mpp
@
bcafb16a
Compare
a56c00e6
...
bcafb16a
Subproject commit
a56c00e6057aeed8404df87c27ea2c6c7e5e585
0
Subproject commit
bcafb16abda9c2fe4deeb7156b652b9cae1dfe8
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment