Context structure when a time step function is used for the definition. More...
#include <cs_xdef.h>
Data Fields | |
cs_time_func_t * | func |
void * | input |
cs_xdef_free_input_t * | free_input |
Context structure when a time step function is used for the definition.
cs_xdef_free_input_t* free_input |
NULL or pointer to a function to free a given input structure
cs_time_func_t* func |
pointer to a cs_time_func_t to call
void* input |
NULL or pointer to a structure cast on-the-fly for additional information used in the function