Skip to content

Commit

Permalink
remove twisted rod and old-damping model
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Aug 8, 2024
1 parent 151a260 commit 23ef432
Show file tree
Hide file tree
Showing 31 changed files with 524 additions and 1,796 deletions.
133 changes: 0 additions & 133 deletions backend/examples/tutorial_rod_construction.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion backend/src/Systems/CosseratRods/Aliases.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// Includes
//******************************************************************************
#include "Systems/CosseratRods/Aliases/CosseratRod.hpp"
#include "Systems/CosseratRods/Aliases/CosseratRodWithoutDamping.hpp"
// #include "Systems/CosseratRods/Aliases/CosseratRodWithoutDamping.hpp"
2 changes: 1 addition & 1 deletion backend/src/Systems/CosseratRods/Aliases/CosseratRod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace elastica {
using CosseratRodComponents = ::elastica::SymplecticPolicy<
T, B, ::elastica::cosserat_rod::component::WithCircularCosseratRod,
::elastica::cosserat_rod::component::
WithExplicitlyDampedDiagonalLinearHyperElasticModel,
WithDiagonalLinearHyperElasticModel,
::elastica::cosserat_rod::component::WithRodKinematics,
::elastica::cosserat_rod::component::CosseratRodNameAdapted>;

Expand Down
104 changes: 0 additions & 104 deletions backend/src/Systems/CosseratRods/Aliases/CosseratRodWithoutDamping.hpp

This file was deleted.

Loading

0 comments on commit 23ef432

Please sign in to comment.