#include <stdio.h>#include <stdlib.h>#include <utils/utils.h>#include <sed/sed_sedflux.h>#include "subside.h"#include <math.h>Go to the source code of this file.
Classes | |
| struct | Subside_data |
Defines | |
| #define | N_THREADS 5 |
Functions | |
| void | subside_helper (gpointer data, gpointer v_0) |
| void | subside_grid_load (Eh_dbl_grid w, Eh_dbl_grid v_0, double eet, double y) |
| void | subside_point_load (Eh_dbl_grid g, double load, double h, double E, int i_load, int j_load) |
| Solve the flexure equation for a point load. | |
| void | subside_half_plane_load (Eh_dbl_grid g, double load, double h, double E) |
| Solve the flexure equation for a half-plane load. | |
| double | get_flexure_parameter (double h, double E, gssize n_dim) |
| Calculate the flexure parameter. | |
| void subside_helper | ( | gpointer | data, | |
| gpointer | v_0 | |||
| ) |
Definition at line 124 of file subside.c.
References Subside_data::eet, eh_grid_id_to_sub(), eh_grid_n_y(), Eh_ind_2::i, Subside_data::id, Eh_ind_2::j, subside_point_load(), Subside_data::v_0, Subside_data::w, and Subside_data::y.
Referenced by subside_grid_load().
1.5.2