Skip to content

Commit

Permalink
[reorg] move modules into folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-afeef-badri committed Jan 15, 2025
1 parent aa2b0a7 commit 9dbc60f
Show file tree
Hide file tree
Showing 256 changed files with 58 additions and 58 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acoustics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- acoustics/**
- modules/acoustics/**
pull_request:
branches: [ main ]
paths:
- acoustics/**
- modules/acoustics/**
workflow_dispatch:

env:
MODULE_DIR: 'acoustics'
MODULE_DIR: 'modules/acoustics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/aerodynamics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- aerodynamics/**
- modules/aerodynamics/**
pull_request:
branches: [ main ]
paths:
- aerodynamics/**
- modules/aerodynamics/**
workflow_dispatch:

env:
MODULE_DIR: 'aerodynamics'
MODULE_DIR: 'modules/aerodynamics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bilaplacian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- bilaplacian/**
- modules/bilaplacian/**
pull_request:
branches: [ main ]
paths:
- bilaplacian/**
- modules/bilaplacian/**
workflow_dispatch:

env:
MODULE_DIR: 'bilaplacian'
MODULE_DIR: 'modules/bilaplacian'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/elasticity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- elasticity/**
- modules/elasticity/**
pull_request:
branches: [ main ]
paths:
- elasticity/**
- modules/elasticity/**
workflow_dispatch:

env:
MODULE_DIR: 'elasticity'
MODULE_DIR: 'modules/elasticity'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/elastodynamics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- elastodynamics/**
- modules/elastodynamics/**
pull_request:
branches: [ main ]
paths:
- elastodynamics/**
- modules/elastodynamics/**
workflow_dispatch:

env:
MODULE_DIR: 'elastodynamics'
MODULE_DIR: 'modules/elastodynamics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/electrostatics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- electrostatics/**
- modules/electrostatics/**
pull_request:
branches: [ main ]
paths:
- electrostatics/**
- modules/electrostatics/**
workflow_dispatch:

env:
MODULE_DIR: 'electrostatics'
MODULE_DIR: 'modules/electrostatics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fourier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- fourier/**
- modules/fourier/**
pull_request:
branches: [ main ]
paths:
- fourier/**
- modules/fourier/**
workflow_dispatch:

env:
MODULE_DIR: 'fourier'
MODULE_DIR: 'modules/fourier'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/heat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- heat/**
- modules/heat/**
pull_request:
branches: [ main ]
paths:
- heat/**
- modules/heat/**
workflow_dispatch:

env:
MODULE_DIR: 'heat'
MODULE_DIR: 'modules/heat'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/laplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- laplace/**
- modules/laplace/**
pull_request:
branches: [ main ]
paths:
- laplace/**
- modules/laplace/**
workflow_dispatch:

env:
MODULE_DIR: 'laplace'
MODULE_DIR: 'modules/laplace'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/passmo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- passmo/**
- modules/passmo/**
pull_request:
branches: [ main ]
paths:
- passmo/**
- modules/passmo/**
workflow_dispatch:

env:
MODULE_DIR: 'passmo'
MODULE_DIR: 'modules/passmo'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/poisson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- poisson/**
- modules/poisson/**
pull_request:
branches: [ main ]
paths:
- poisson/**
- modules/poisson/**
workflow_dispatch:

env:
MODULE_DIR: 'poisson'
MODULE_DIR: 'modules/poisson'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/soildynamics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- soildynamics/**
- modules/soildynamics/**
pull_request:
branches: [ main ]
paths:
- soildynamics/**
- modules/soildynamics/**
workflow_dispatch:

env:
MODULE_DIR: 'soildynamics'
MODULE_DIR: 'modules/soildynamics'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
branches: [ main ]
paths:
- testlab/**
- modules/testlab/**
pull_request:
branches: [ main ]
paths:
- testlab/**
- modules/testlab/**
workflow_dispatch:

env:
MODULE_DIR: 'testlab'
MODULE_DIR: 'modules/testlab'

# CTest
CT_OPTS: "--timeout 300 --output-on-failure"
Expand Down
26 changes: 13 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ set(MSH_DIR ${CMAKE_SOURCE_DIR}/meshes/msh)
set(BUILD_SHARED_LIBS TRUE)

add_subdirectory(femutils)
add_subdirectory(acoustics)
add_subdirectory(aerodynamics)
add_subdirectory(testlab)
add_subdirectory(laplace)
add_subdirectory(poisson)
add_subdirectory(fourier)
add_subdirectory(electrostatics)
add_subdirectory(bilaplacian)
add_subdirectory(elasticity)
add_subdirectory(elastodynamics)
add_subdirectory(soildynamics)
add_subdirectory(heat)
add_subdirectory(passmo)
add_subdirectory(modules/acoustics)
add_subdirectory(modules/aerodynamics)
add_subdirectory(modules/testlab)
add_subdirectory(modules/laplace)
add_subdirectory(modules/poisson)
add_subdirectory(modules/fourier)
add_subdirectory(modules/electrostatics)
add_subdirectory(modules/bilaplacian)
add_subdirectory(modules/elasticity)
add_subdirectory(modules/elastodynamics)
add_subdirectory(modules/soildynamics)
add_subdirectory(modules/heat)
add_subdirectory(modules/passmo)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<meshes>
<mesh>
<filename>plate.msh</filename>
<filename>meshes/plate.msh</filename>
</mesh>
</meshes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<meshes>
<mesh>
<filename>plate.msh</filename>
<filename>meshes/plate.msh</filename>
</mesh>
</meshes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<meshes>
<mesh>
<filename>plate.msh</filename>
<filename>meshes/plate.msh</filename>
</mesh>
</meshes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<meshes>
<mesh>
<filename>plate.msh</filename>
<filename>meshes/plate.msh</filename>
</mesh>
</meshes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<meshes>
<mesh>
<filename>plate.fine.msh</filename>
<filename>meshes/plate.fine.msh</filename>
</mesh>
</meshes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<meshes>
<mesh>
<filename>plate.fine.msh</filename>
<filename>meshes/plate.fine.msh</filename>
</mesh>
</meshes>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9dbc60f

Please sign in to comment.