Skip to content
Snippets Groups Projects
Commit 87230f4c authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Rename: compute_state -> compute_state_dieterich

parent 628ba794
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ bin_PROGRAMS = \ ...@@ -6,7 +6,7 @@ bin_PROGRAMS = \
SOURCES = \ SOURCES = \
assemblers.cc \ assemblers.cc \
compute_state.cc \ compute_state_dieterich.cc \
compute_state_ruina.cc \ compute_state_ruina.cc \
mysolver.cc \ mysolver.cc \
one-body-sample.cc \ one-body-sample.cc \
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <dune/tectonic/mydirectionalconvexfunction.hh> #include <dune/tectonic/mydirectionalconvexfunction.hh>
#include "compute_state.hh" #include "compute_state_dieterich.hh"
// The nonlinearity exp(-x) // The nonlinearity exp(-x)
// NOTE: the Dieterich law has an additional linear term! // NOTE: the Dieterich law has an additional linear term!
......
File moved
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
#include <dune/tectonic/myconvexproblem.hh> #include <dune/tectonic/myconvexproblem.hh>
#include "assemblers.hh" #include "assemblers.hh"
#include "compute_state.hh" #include "compute_state_dieterich.hh"
#include "compute_state_ruina.hh" #include "compute_state_ruina.hh"
#include "mysolver.hh" #include "mysolver.hh"
#include "vtk.hh" #include "vtk.hh"
......
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