Skip to content
Snippets Groups Projects
Commit 1f3a6a6b authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

update names in other files

parent b8086b33
No related branches found
No related tags found
No related merge requests found
...@@ -27,13 +27,9 @@ headertest* ...@@ -27,13 +27,9 @@ headertest*
Makefile Makefile
stamp-h1 stamp-h1
config.* config.*
dune-stuff.pc dune-xt-la.pc
*.swp *.swp
CMakeLists.txt.user CMakeLists.txt.user
demos
dune/stuff/test/gtest/lib
data
!dune/stuff/data
.libs .libs
*.o *.o
*.la *.la
......
...@@ -8,5 +8,5 @@ include matrices.mini ...@@ -8,5 +8,5 @@ include matrices.mini
container = {vector}, {matrix} | expand container = {vector}, {matrix} | expand
[__static] [__static]
TESTCONTAINERTYPE = Dune::Stuff::LA::{container}<{fieldtype}> TESTCONTAINERTYPE = Dune::XT::LA::{container}<{fieldtype}>
...@@ -6,8 +6,8 @@ include vectors.mini ...@@ -6,8 +6,8 @@ include vectors.mini
include matrices.mini include matrices.mini
[__static] [__static]
TESTMATRIXTYPE = Dune::Stuff::LA::{matrix}<{fieldtype}> TESTMATRIXTYPE = Dune::XT::LA::{matrix}<{fieldtype}>
TESTVECTORTYPE = Dune::Stuff::LA::{vector}<{fieldtype}> TESTVECTORTYPE = Dune::XT::LA::{vector}<{fieldtype}>
...@@ -4,4 +4,4 @@ __exec_suffix = {vector}_{fieldtype_short} ...@@ -4,4 +4,4 @@ __exec_suffix = {vector}_{fieldtype_short}
include vectors.mini include vectors.mini
[__static] [__static]
TESTVECTORTYPE = Dune::Stuff::LA::{vector}<{fieldtype}> TESTVECTORTYPE = Dune::XT::LA::{vector}<{fieldtype}>
...@@ -11,6 +11,6 @@ vector2 = {__local.vector_common}, {__local.vector_eigen2}, {__local.vector_istl ...@@ -11,6 +11,6 @@ vector2 = {__local.vector_common}, {__local.vector_eigen2}, {__local.vector_istl
'{matrix}' == 'IstlRowMajorSparseMatrix' and '{fieldtype_short}' == 'complex' | exclude '{matrix}' == 'IstlRowMajorSparseMatrix' and '{fieldtype_short}' == 'complex' | exclude
[__static] [__static]
TESTMATRIXTYPE = Dune::Stuff::LA::{matrix}<{fieldtype}> TESTMATRIXTYPE = Dune::XT::LA::{matrix}<{fieldtype}>
TESTRHSVECTORTYPE = Dune::Stuff::LA::{vector}<{fieldtype}> TESTRHSVECTORTYPE = Dune::XT::LA::{vector}<{fieldtype}>
TESTSOLUTIONVECTORTYPE = Dune::Stuff::LA::{vector2}<{fieldtype}> TESTSOLUTIONVECTORTYPE = Dune::XT::LA::{vector2}<{fieldtype}>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment