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 = \
SOURCES = \
assemblers.cc \
compute_state.cc \
compute_state_dieterich.cc \
compute_state_ruina.cc \
mysolver.cc \
one-body-sample.cc \
......
......@@ -8,7 +8,7 @@
#include <dune/tectonic/mydirectionalconvexfunction.hh>
#include "compute_state.hh"
#include "compute_state_dieterich.hh"
// The nonlinearity exp(-x)
// NOTE: the Dieterich law has an additional linear term!
......
File moved
......@@ -65,7 +65,7 @@
#include <dune/tectonic/myconvexproblem.hh>
#include "assemblers.hh"
#include "compute_state.hh"
#include "compute_state_dieterich.hh"
#include "compute_state_ruina.hh"
#include "mysolver.hh"
#include "vtk.hh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment