#include "constants.h"
#include "config.h"
Include dependency graph for crusde_api.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
#define boolean int |
#define false 0 |
#define NOT_TIME_DEPENDENT false |
#define TIME_DEPENDENT true |
#define true 1 |
enum FieldName |
enum PluginCategory |
boolean crusde_crustal_decay_given | ( | ) |
void crusde_exit | ( | int | exitcode | ) |
double crusde_get_crustal_decay_at | ( | int | t | ) |
int crusde_get_current_load_component | ( | ) |
int crusde_get_dimensions | ( | ) |
int crusde_get_displacement_dimensions | ( | ) |
int crusde_get_green_at | ( | double ** | res, | |
int | x, | |||
int | y | |||
) |
int crusde_get_gridsize | ( | ) |
double crusde_get_load_at | ( | int | x, | |
int | y | |||
) |
double crusde_get_load_history_at | ( | int | t | ) |
int crusde_get_min_x | ( | ) |
int crusde_get_min_y | ( | ) |
int crusde_get_number_of_loads | ( | ) |
const char* crusde_get_observation_file | ( | ) |
void crusde_get_operator_space | ( | int * | , | |
int * | ||||
) |
const char* crusde_get_out_file | ( | ) |
int crusde_get_quadrant | ( | ) |
double** crusde_get_result | ( | ) |
int crusde_get_size_t | ( | ) |
int crusde_get_size_x | ( | ) |
int crusde_get_size_y | ( | ) |
unsigned long int crusde_get_timesteps | ( | ) |
int crusde_get_x_index | ( | ) |
int crusde_get_y_index | ( | ) |
int crusde_get_z_index | ( | ) |
boolean crusde_load_history_given | ( | ) |
int crusde_model_step | ( | ) |
unsigned long int crusde_model_time | ( | ) |
void crusde_register_output_field | ( | int * | position, | |
FieldName | ||||
) |
double* crusde_register_param_double | ( | const char * | param_name, | |
PluginCategory | ||||
) |
char** crusde_register_param_string | ( | const char * | param_name, | |
PluginCategory | ||||
) |
crustaldecay_exec_function crusde_request_crustaldecay_plugin | ( | char * | plugin | ) |
green_exec_function crusde_request_green_plugin | ( | char * | plugin | ) |
run_function crusde_request_kernel_plugin | ( | char * | plugin | ) |
load_exec_function crusde_request_load_plugin | ( | char * | plugin | ) |
loadhistory_exec_function crusde_request_loadhistory_plugin | ( | char * | plugin | ) |
run_function crusde_request_postprocessor_plugin | ( | char * | plugin | ) |
void crusde_set_current_load_component | ( | int | ) |
void crusde_set_operator_space | ( | int | , | |
int | ||||
) |
void crusde_set_quadrant | ( | int | ) |
void crusde_set_result | ( | double ** | ) |
int crusde_stepsize | ( | ) |