Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
5e075ee5
Commit
5e075ee5
authored
Feb 09, 2020
by
Praetorius, Simon
Browse files
Restructure and cleanup the amdis source directory
parent
e905780f
Changes
275
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5e075ee5
...
...
@@ -14,12 +14,12 @@ dune_project()
dune_enable_all_packages
(
MODULE_LIBRARIES amdis fmt
)
add_subdirectory
(
"amdis"
)
add_subdirectory
(
"bin"
)
add_subdirectory
(
"cmake/modules"
)
add_subdirectory
(
"doc"
)
add_subdirectory
(
"examples"
EXCLUDE_FROM_ALL
)
add_subdirectory
(
"libs"
)
add_subdirectory
(
"src"
)
add_subdirectory
(
"test"
)
target_link_libraries
(
amdis fmt
)
...
...
src/
amdis/AMDiS.hpp
→
amdis/AMDiS.hpp
View file @
5e075ee5
File moved
src/
amdis/AdaptBase.hpp
→
amdis/AdaptBase.hpp
View file @
5e075ee5
File moved
src/
amdis/AdaptInfo.cpp
→
amdis/AdaptInfo.cpp
View file @
5e075ee5
File moved
src/
amdis/AdaptInfo.hpp
→
amdis/AdaptInfo.hpp
View file @
5e075ee5
File moved
src/
amdis/AdaptInstationary.cpp
→
amdis/AdaptInstationary.cpp
View file @
5e075ee5
File moved
src/
amdis/AdaptInstationary.hpp
→
amdis/AdaptInstationary.hpp
View file @
5e075ee5
File moved
src/
amdis/AdaptStationary.cpp
→
amdis/AdaptStationary.cpp
View file @
5e075ee5
File moved
src/
amdis/AdaptStationary.hpp
→
amdis/AdaptStationary.hpp
View file @
5e075ee5
File moved
src/
amdis/AdaptionInterface.hpp
→
amdis/AdaptionInterface.hpp
View file @
5e075ee5
File moved
src/
amdis/AdaptiveGrid.hpp
→
amdis/AdaptiveGrid.hpp
View file @
5e075ee5
File moved
src/
amdis/Assembler.hpp
→
amdis/Assembler.hpp
View file @
5e075ee5
File moved
src/
amdis/AssemblerInterface.hpp
→
amdis/AssemblerInterface.hpp
View file @
5e075ee5
File moved
src/
amdis/BackupRestore.hpp
→
amdis/BackupRestore.hpp
View file @
5e075ee5
File moved
src/
amdis/BiLinearForm.hpp
→
amdis/BiLinearForm.hpp
View file @
5e075ee5
File moved
src/
amdis/BiLinearForm.inc.hpp
→
amdis/BiLinearForm.inc.hpp
View file @
5e075ee5
File moved
src/
amdis/Boundary.hpp
→
amdis/Boundary.hpp
View file @
5e075ee5
File moved
src/
amdis/BoundaryCondition.hpp
→
amdis/BoundaryCondition.hpp
View file @
5e075ee5
File moved
src/
amdis/BoundaryManager.hpp
→
amdis/BoundaryManager.hpp
View file @
5e075ee5
File moved
src/
amdis/CMakeLists.txt
→
amdis/CMakeLists.txt
View file @
5e075ee5
File moved
Prev
1
2
3
4
5
…
14
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment