]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Do the same for algorithms as well
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Apr 2013 14:02:17 +0000 (14:02 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Apr 2013 14:02:17 +0000 (14:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@29246 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/algorithms/CMakeLists.txt
deal.II/source/algorithms/operator.cc [moved from deal.II/source/lac/operator.cc with 100% similarity]
deal.II/source/algorithms/operator.inst.in [moved from deal.II/source/lac/operator.inst.in with 100% similarity]
deal.II/source/algorithms/timestep_control.cc [moved from deal.II/source/lac/timestep_control.cc with 100% similarity]
deal.II/source/lac/CMakeLists.txt

index 15a95c83b23233bea6a9e90cf8363c425a241334..3a382d7c8f97fd41ec0a23c3a36f0eb9487ba54f 100644 (file)
@@ -19,6 +19,13 @@ FILE(GLOB _header
   )
 
 SET(_src
+  operator.cc
+  timestep_control.cc
   )
 
-DEAL_II_ADD_LIBRARY(obj_algorithms OBJECT ${_src} ${_header})
+SET(_inst
+  operator.inst.in
+  )
+
+DEAL_II_ADD_LIBRARY(obj_algorithms OBJECT ${_src} ${_header} ${_inst})
+EXPAND_INSTANTIATIONS(obj_algorithms "${_inst}")
index 14f27af4f7af75759c339049858c863f6392bf72..e4a11e76c9659dbacb2fae8c7355401e8085dcc3 100644 (file)
@@ -34,7 +34,6 @@ SET(_src
   lapack_full_matrix.cc
   matrix_lib.cc
   matrix_out.cc
-  operator.cc
   parallel_vector.cc
   petsc_block_sparse_matrix.cc
   petsc_full_matrix.cc
@@ -66,7 +65,6 @@ SET(_src
   sparsity_pattern.cc
   sparsity_tools.cc
   swappable_vector.cc
-  timestep_control.cc
   tridiagonal_matrix.cc
   trilinos_block_sparse_matrix.cc
   trilinos_block_vector.cc
@@ -88,7 +86,6 @@ SET(_inst
   constraint_matrix.inst.in
   full_matrix.inst.in
   lapack_full_matrix.inst.in
-  operator.inst.in
   parallel_vector.inst.in
   precondition_block.inst.in
   relaxation_block.inst.in

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.