[cig-commits] [commit] master: leave a todo (240592e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon May 19 20:14:29 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/76d4275352ef2cae5de9a073acd1c03a92c2670c...4f3d06fd1f3754419813db37ec9ef7f0f6f3cb15

>---------------------------------------------------------------

commit 240592e0dc03f26552dd6b970e48dfd06885baaf
Author: Timo Heister <timo.heister at gmail.com>
Date:   Mon May 19 20:36:09 2014 -0400

    leave a todo


>---------------------------------------------------------------

240592e0dc03f26552dd6b970e48dfd06885baaf
 source/simulator/solver.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/simulator/solver.cc b/source/simulator/solver.cc
index 88bcd16..05a6250 100644
--- a/source/simulator/solver.cc
+++ b/source/simulator/solver.cc
@@ -386,6 +386,7 @@ namespace aspect
           make_pressure_rhs_compatible(system_rhs);
 
         SolverControl cn;
+        // TODO: can we re-use the direct solver?
         TrilinosWrappers::SolverDirect solver(cn);
         solver.solve(system_matrix.block(0,0), distributed_stokes_solution.block(0), system_rhs.block(0));
 



More information about the CIG-COMMITS mailing list