9.0
general documentation
Loading...
Searching...
No Matches
cs_xdef_dof_context_t Struct Reference

Context structure when a definition by DoF function is used. More...

#include <cs_xdef.h>

Collaboration diagram for cs_xdef_dof_context_t:

Data Fields

int z_id
cs_flag_t dof_location
cs_dof_func_tfunc
void * input
cs_xdef_free_input_tfree_input

Detailed Description

Context structure when a definition by DoF function is used.

Field Documentation

◆ dof_location

cs_flag_t dof_location

Flag to know which type of entities are given as parameter in the cs_dof_func_t

◆ free_input

cs_xdef_free_input_t* free_input

null or pointer to a function to free a given input structure

◆ func

pointer to a cs_dof_func_t to call

◆ input

void* input

null or pointer to a structure cast on-the-fly for additional information used in the function

◆ z_id

int z_id

id related to a zone (volume or boundary) for this definition


The documentation for this struct was generated from the following file: