#include <stdio.h>
#include <math.h>
#include <glib.h>
#include <utils/utils.h>
#include "flow.h"
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | SED_RATE_DEFAULT (.005) |
#define | DEPTH_DEFAULT (1500.) |
#define | PSI_BASE_DEFAULT (80.) |
#define | DZ_DEFAULT (25.) |
#define | DX_DEFAULT (25.) |
#define | DT_DEFAULT (48000.) |
#define | END_TIME_DEFAULT (1280000.) |
#define | PSI_MIN_DEFAULT (10.) |
#define | N_DEFAULT (5) |
#define | VERBOSE_DEFAULT (FALSE) |
Functions | |
void | print_profile_2d (double t, double **psi, int n) |
int | main (int argc, char *argv[]) |
#define DEPTH_DEFAULT (1500.) |
#define DT_DEFAULT (48000.) |
#define DX_DEFAULT (25.) |
Definition at line 77 of file flow_2d_main.c.
#define DZ_DEFAULT (25.) |
#define END_TIME_DEFAULT (1280000.) |
#define N_DEFAULT (5) |
#define PSI_BASE_DEFAULT (80.) |
#define PSI_MIN_DEFAULT (10.) |
#define SED_RATE_DEFAULT (.005) |
#define VERBOSE_DEFAULT (FALSE) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 102 of file flow_2d_main.c.
References allocate_2d(), DEPTH_DEFAULT, DT_DEFAULT, DZ_DEFAULT, eh_check_opts(), eh_exit(), eh_get_opt_bool(), eh_get_opt_dbl(), eh_get_opt_int(), eh_linspace(), eh_opts_init(), eh_print_opt(), END_TIME_DEFAULT, help_msg, N_DEFAULT, print_profile_2d(), PSI_BASE_DEFAULT, PSI_MIN_DEFAULT, SED_RATE_DEFAULT, solve_excess_pore_pressure_mg_2d(), and VERBOSE_DEFAULT.
void print_profile_2d | ( | double | t, | |
double ** | psi, | |||
int | n | |||
) |