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
Merge requests
!235
Resolve "MultiElasticity should hold multiple MainElasticities"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve "MultiElasticity should hold multiple MainElasticities"
213-multielasticity-should-hold-multiple-mainelasticities
into
feature
Overview
0
Commits
9
Pipelines
1
Changes
13
Open
Niklas Baumgarten
requested to merge
213-multielasticity-should-hold-multiple-mainelasticities
into
feature
2 years ago
Overview
0
Commits
9
Pipelines
1
Changes
13
Expand
Closes
#213
Should be compiled and tested.
0
0
Merge request reports
Compare
feature
feature (base)
and
latest version
latest version
1154c8c9
9 commits,
2 years ago
13 files
+
252
−
168
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
src/elasticity/solvers/CMakeLists.txt
+
1
−
0
Options
@@ -4,6 +4,7 @@ add_library(ELASTICITY_SOLVERS STATIC
ElasticityEuler.cpp
ElasticityNewmark.cpp
DynamicMechanicsSolver.cpp
ElasticitySolver.cpp
)
target_link_libraries
(
ELASTICITY_SOLVERS ELASTICITY_ASSEMBLE
)
\ No newline at end of file
Loading