programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Types
cs_c_bindings.f90 File Reference

Definition of C function and subroutine bindings. More...

Data Types

module  cs_c_bindings
 
type  cs_c_bindings::var_cal_opt
 
type  cs_c_bindings::solving_info
 
type  cs_c_bindings::gas_mix_species_prop
 
interface  cs_c_bindings::boundary_conditions_mapped_set
 Set mapped boundary conditions for a given field and mapping locator. More...
 
interface  cs_c_bindings::log_iteration
 
interface  cs_c_bindings::les_filter
 Compute filters for dynamic models. More...
 
interface  cs_c_bindings::cs_map_name_to_id_destroy
 Destroy name to id map structure. More...
 
interface  cs_c_bindings::parameters_read_restart_info
 Read restart metadata. More...
 
interface  cs_c_bindings::restart_destroy
 Destroy structure associated with a restart file (and close the file). More...
 
interface  cs_c_bindings::restart_check_base_location
 Check the locations associated with a restart file. More...
 
interface  cs_c_bindings::restart_read_field_info
 Read field metadata from checkpoint. More...
 
interface  cs_c_bindings::restart_write_field_info
 Write field metadata to checkpoint. More...
 
interface  cs_c_bindings::restart_read_bc_coeffs
 Read boundary condition coefficients for all fields from checkpoint. More...
 
interface  cs_c_bindings::restart_write_bc_coeffs
 Write boundary condition coefficients for all fields to checkpoint. More...
 
interface  cs_c_bindings::cs_time_moment_n_moments
 Return the number of temporal moments. More...
 
interface  cs_c_bindings::cs_time_moment_is_active
 Return if moment is active (1) or not (0). More...
 
interface  cs_c_bindings::time_moment_update_all
 Update temporal moments. More...
 
interface  cs_c_bindings::time_moment_log_iteration
 Log temporal moments initialization. More...
 
interface  cs_c_bindings::time_moment_field_id
 Get field id associated with a given moment. More...
 
interface  cs_c_bindings::time_moment_restart_read
 Read temporal moments checkpoint information. More...
 
interface  cs_c_bindings::time_moment_restart_write
 Checkpoint temporal moments. More...
 

Detailed Description

Definition of C function and subroutine bindings.