MultiElasticity should hold multiple MainElasticities
Designs
- Show closed items
Link issues together to show that they're related or that one is blocking others.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Niklas Baumgarten added Elasticity label
added Elasticity label
- Author Owner
Vector &MultiElasticity::Run() { ElastodynamicTimeIntegrator dynamicSolver; for (int level = initialLevel; level <= referenceLevel; ++level){ auto &mechA = mains[level].GetAssemble(); auto &displacement = mains[level].GetDisplacement(); if(level>intialLevel) { mechA.Interpolate(mains[level-1], displacement); } dynamicSolver.Step(mechA, displacement); }
}
By jonathan.froehlich on 2023-01-26T12:06:19 (imported from GitLab)
- Niklas Baumgarten created branch
213-multielasticity-should-hold-multiple-mainelasticities
to address this issuecreated branch
213-multielasticity-should-hold-multiple-mainelasticities
to address this issueBy jonathan.froehlich on 2023-01-29T20:00:49 (imported from GitLab)
- Niklas Baumgarten mentioned in merge request !235
mentioned in merge request !235
By jonathan.froehlich on 2023-01-29T22:21:31 (imported from GitLab)
Please register or sign in to reply