Skip to content
GitLab
Menu
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
1681e00a
Commit
1681e00a
authored
Jan 28, 2018
by
Praetorius, Simon
Browse files
renamed path dune/amdis to amdis
parent
91f95d14
Changes
213
Show whitespace changes
Inline
Side-by-side
dune
/amdis/assembler/SecondOrderPartialTestPartialTrial.hpp
→
src
/amdis/assembler/SecondOrderPartialTestPartialTrial.hpp
View file @
1681e00a
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/Output.hpp>
#include
<amdis/Output.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/StokesOperator.hpp
→
src
/amdis/assembler/StokesOperator.hpp
View file @
1681e00a
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
#include
<type_traits>
#include
<type_traits>
#include
<vector>
#include
<vector>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/ZeroOrderTest.hpp
→
src
/amdis/assembler/ZeroOrderTest.hpp
View file @
1681e00a
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/ZeroOrderTestTrial.hpp
→
src
/amdis/assembler/ZeroOrderTestTrial.hpp
View file @
1681e00a
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/ZeroOrderTestTrialvec.hpp
→
src
/amdis/assembler/ZeroOrderTestTrialvec.hpp
View file @
1681e00a
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/ZeroOrderTestvec.hpp
→
src
/amdis/assembler/ZeroOrderTestvec.hpp
View file @
1681e00a
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/ZeroOrderTestvecTrial.hpp
→
src
/amdis/assembler/ZeroOrderTestvecTrial.hpp
View file @
1681e00a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/assembler/ZeroOrderTestTrialvec.hpp>
#include
<amdis/assembler/ZeroOrderTestTrialvec.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/assembler/ZeroOrderTestvecTrialvec.hpp
→
src
/amdis/assembler/ZeroOrderTestvecTrialvec.hpp
View file @
1681e00a
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
#include
<type_traits>
#include
<type_traits>
#include
<
dune/
amdis/GridFunctionOperator.hpp>
#include
<amdis/GridFunctionOperator.hpp>
#include
<
dune/
amdis/common/ValueCategory.hpp>
#include
<amdis/common/ValueCategory.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/common/Assigner.hpp
→
src
/amdis/common/Assigner.hpp
View file @
1681e00a
File moved
dune
/amdis/common/CMakeLists.txt
→
src
/amdis/common/CMakeLists.txt
View file @
1681e00a
...
@@ -18,4 +18,4 @@ install(FILES
...
@@ -18,4 +18,4 @@ install(FILES
TypeDefs.hpp
TypeDefs.hpp
Utility.hpp
Utility.hpp
ValueCategory.hpp
ValueCategory.hpp
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
dune/
amdis/common
)
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/amdis/common
)
dune
/amdis/common/ClonablePtr.hpp
→
src
/amdis/common/ClonablePtr.hpp
View file @
1681e00a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#include
<memory>
#include
<memory>
#include
<utility>
#include
<utility>
#include
<
dune/
amdis/common/Utility.hpp>
#include
<amdis/common/Utility.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/common/Concepts.hpp
→
src
/amdis/common/Concepts.hpp
View file @
1681e00a
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
#include
<dune/functions/common/functionconcepts.hh>
#include
<dune/functions/common/functionconcepts.hh>
#include
<
dune/
amdis/common/ConceptsBase.hpp>
#include
<amdis/common/ConceptsBase.hpp>
#include
<
dune/
amdis/common/Mpl.hpp>
#include
<amdis/common/Mpl.hpp>
#include
<
dune/
amdis/common/Utility.hpp>
#include
<amdis/common/Utility.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/common/ConceptsBase.hpp
→
src
/amdis/common/ConceptsBase.hpp
View file @
1681e00a
File moved
dune
/amdis/common/FieldMatVec.hpp
→
src
/amdis/common/FieldMatVec.hpp
View file @
1681e00a
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
#include
<dune/common/fmatrix.hh>
#include
<dune/common/fmatrix.hh>
#include
<dune/common/fvector.hh>
#include
<dune/common/fvector.hh>
#include
<
dune/
amdis/common/Math.hpp>
#include
<amdis/common/Math.hpp>
#include
<
dune/
amdis/common/Concepts.hpp>
#include
<amdis/common/Concepts.hpp>
#include
<
dune/
amdis/common/ScalarTypes.hpp>
#include
<amdis/common/ScalarTypes.hpp>
#include
<
dune/
amdis/operations/Arithmetic.hpp>
#include
<amdis/operations/Arithmetic.hpp>
#include
<
dune/
amdis/operations/MaxMin.hpp>
#include
<amdis/operations/MaxMin.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/common/FieldTraits.hpp
→
src
/amdis/common/FieldTraits.hpp
View file @
1681e00a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#include
<dune/common/ftraits.hh>
#include
<dune/common/ftraits.hh>
#include
<
dune/
amdis/common/Utility.hpp>
#include
<amdis/common/Utility.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/common/IndexSeq.hpp
→
src
/amdis/common/IndexSeq.hpp
View file @
1681e00a
File moved
dune
/amdis/common/Literals.hpp
→
src
/amdis/common/Literals.hpp
View file @
1681e00a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#include
<cassert>
#include
<cassert>
#include
<
dune/
amdis/common/Mpl.hpp>
#include
<amdis/common/Mpl.hpp>
namespace
AMDiS
namespace
AMDiS
{
{
...
...
dune
/amdis/common/Loops.hpp
→
src
/amdis/common/Loops.hpp
View file @
1681e00a
File moved
dune
/amdis/common/Math.hpp
→
src
/amdis/common/Math.hpp
View file @
1681e00a
File moved
dune
/amdis/common/Mpl.hpp
→
src
/amdis/common/Mpl.hpp
View file @
1681e00a
File moved
Prev
1
2
3
4
5
6
7
8
9
…
11
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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