My Project
programmer's documentation
|
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "mei_evaluate.h"
#include "cs_ale.h"
#include "cs_base.h"
#include "cs_boundary.h"
#include "cs_boundary_zone.h"
#include "cs_convection_diffusion.h"
#include "cs_field_pointer.h"
#include "cs_gui.h"
#include "cs_gui_util.h"
#include "cs_gui_variables.h"
#include "cs_gui_boundary_conditions.h"
#include "cs_mesh.h"
#include "cs_timer.h"
#include "cs_time_step.h"
#include "cs_gui_mobile_mesh.h"
Functions | |
void | CS_PROCF (uialin, UIALIN) |
void | CS_PROCF (uialvm, UIALVM)() |
void | CS_PROCF (uialcl, UIALCL) const |
void | CS_PROCF (uistr1, UISTR1) |
void | CS_PROCF (uistr2, UISTR2) |
void | CS_PROCF (uiaste, UIASTE) |
void | cs_gui_get_ale_viscosity_type (int *type) |
void | cs_gui_mesh_viscosity (void) |
void | cs_gui_mobile_mesh_get_boundaries (cs_domain_t *domain) |
Translate the user settings for the domain boundaries into a structure storing the ALE boundaries (New mechanism used in CDO) More... | |
void | cs_gui_mobile_mesh_get_fixed_velocity (const char *label, cs_real_3_t vel) |
Return the fixed velocity for a boundary. More... | |
void cs_gui_get_ale_viscosity_type | ( | int * | type | ) |
void cs_gui_mesh_viscosity | ( | void | ) |
void cs_gui_mobile_mesh_get_boundaries | ( | cs_domain_t * | domain | ) |
void cs_gui_mobile_mesh_get_fixed_velocity | ( | const char * | label, |
cs_real_3_t | vel | ||
) |
void CS_PROCF | ( | uialcl | , |
UIALCL | |||
) | const |
void CS_PROCF | ( | uialin | , |
UIALIN | |||
) |
void CS_PROCF | ( | uialvm | , |
UIALVM | |||
) |
void CS_PROCF | ( | uiaste | , |
UIASTE | |||
) |
void CS_PROCF | ( | uistr1 | , |
UISTR1 | |||
) |
void CS_PROCF | ( | uistr2 | , |
UISTR2 | |||
) |