Skip to content
Snippets Groups Projects
Forked from agnumpde / dune-tectonic
655 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
compute_state.hh 129 B
#ifndef COMPUTE_STATE_HH
#define COMPUTE_STATE_HH

double state_update_dieterich(double h, double uol, double old_state);
#endif