Skip to content

Commit

Permalink
Merge pull request #245 from Exawind/delete_unused_code
Browse files Browse the repository at this point in the history
Deleted old code from previous proof-of-concept development
  • Loading branch information
ddement authored Aug 15, 2024
2 parents 13c5cd0 + 0e50987 commit 9695737
Show file tree
Hide file tree
Showing 116 changed files with 2 additions and 14,870 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/correctness-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ${{ github.workspace }}/spack
key: linux-spack
- name: Install Dependencies
if: steps.cache-trilinos.outputs.cache-hit != 'true'
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
git clone https://github.com/spack/spack.git
source spack/share/spack/setup-env.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/correctness-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: ${{ github.workspace }}/spack
key: macos-spack
- name: Install Dependencies
if: steps.cache-trilinos.outputs.cache-hit != 'true'
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
git clone https://github.com/spack/spack.git
source spack/share/spack/setup-env.sh
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ set_target_properties(DISCON_ROTOR_TEST_CONTROLLER PROPERTIES PREFIX "" SUFFIX "

# Add subdirectories for additional components of the library
add_subdirectory(restruct_poc)
add_subdirectory(io)
add_subdirectory(utilities)
11 changes: 0 additions & 11 deletions src/gebt_poc/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions src/gebt_poc/CalculateSectionalStrain.hpp

This file was deleted.

62 changes: 0 additions & 62 deletions src/gebt_poc/ElementalConstraintForcesGradientMatrix.hpp

This file was deleted.

40 changes: 0 additions & 40 deletions src/gebt_poc/ElementalConstraintForcesResidual.hpp

This file was deleted.

83 changes: 0 additions & 83 deletions src/gebt_poc/ElementalInertialForcesResidual.hpp

This file was deleted.

110 changes: 0 additions & 110 deletions src/gebt_poc/ElementalInertialMatrices.hpp

This file was deleted.

Loading

0 comments on commit 9695737

Please sign in to comment.