#include <failure.h>
Public Attributes | |
Fail_column ** | col |
failure data for each column. | |
Sed_cube | p |
the underlying Sed_cube. | |
double | fs_min_val |
value of the minimum factor of safety. | |
int | fs_min_start |
start of the failure surface with min fos. | |
int | fs_min_len |
length of the failure surface with min fos. | |
Failure_t | fail_const |
some constants for the profile. | |
int | size |
number of columns. | |
int | len |
number of columns allocated (length of col). | |
int | count |
Definition at line 106 of file failure.h.
failure data for each column.
Definition at line 108 of file failure.h.
Referenced by fail_create_fail_profile(), fail_destroy_failure_profile(), fail_dump_fail_profile(), fail_examine_fail_profile(), fail_get_fail_profile_fos(), fail_get_ignore_surface(), fail_get_janbu_parameters(), fail_load_fail_profile(), fail_reinit_fail_profile(), fail_reset_fail_profile(), fail_resize_fail_profile(), fail_set_failure_surface_ignore(), fail_update_fail_profile(), and get_node_fos().
Sed_cube Fail_profile::p |
the underlying Sed_cube.
Definition at line 109 of file failure.h.
Referenced by fail_dump_fail_profile(), fail_examine_fail_profile(), fail_get_fail_profile_fos(), fail_get_janbu_parameters(), fail_load_fail_profile(), fail_reinit_fail_profile(), fail_reuse_fail_profile(), and fail_update_fail_profile().
double Fail_profile::fs_min_val |
value of the minimum factor of safety.
Definition at line 110 of file failure.h.
Referenced by fail_reset_fail_profile(), fail_reuse_fail_profile(), fail_update_fail_profile(), get_node_fos(), and run_failure().
start of the failure surface with min fos.
Definition at line 111 of file failure.h.
Referenced by fail_reset_fail_profile(), fail_reuse_fail_profile(), fail_update_fail_profile(), get_node_fos(), and run_failure().
length of the failure surface with min fos.
Definition at line 112 of file failure.h.
Referenced by fail_reset_fail_profile(), fail_reuse_fail_profile(), fail_update_fail_profile(), get_node_fos(), and run_failure().
some constants for the profile.
Definition at line 113 of file failure.h.
Referenced by fail_reinit_fail_profile(), and fail_update_fail_profile().
number of columns.
Definition at line 114 of file failure.h.
Referenced by fail_create_fail_profile(), fail_destroy_failure_profile(), fail_dump_fail_profile(), fail_examine_fail_profile(), fail_get_janbu_parameters(), fail_load_fail_profile(), fail_reset_fail_profile(), fail_resize_fail_profile(), fail_update_fail_profile(), and get_node_fos().
number of columns allocated (length of col).
Definition at line 115 of file failure.h.
Referenced by fail_create_fail_profile(), fail_load_fail_profile(), and fail_resize_fail_profile().
Definition at line 116 of file failure.h.
Referenced by fail_create_fail_profile(), fail_reuse_fail_profile(), fail_update_fail_profile(), and get_node_fos().