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

Move state-related code to a subdir

parent 0a5a4e8e
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ bin_PROGRAMS = \
SOURCES = \
assemblers.cc \
compute_state_dieterich_euler.cc \
compute_state_dieterich_common.cc \
compute_state_ruina.cc \
state/compute_state_dieterich_euler.cc \
state/compute_state_dieterich_common.cc \
state/compute_state_ruina.cc \
mysolver.cc \
one-body-sample.cc \
timestepping.cc \
......
......@@ -276,8 +276,9 @@
#include "timestepping.hh"
#include "ruinastateupdater.hh"
#include "dieterichstateupdater.hh"
#include "state/stateupdater.hh"
#include "state/ruinastateupdater.hh"
#include "state/dieterichstateupdater.hh"
int const dim = DIM;
......
File moved
File moved
File moved
File moved
File moved
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