My Project
programmer's documentation
Functions
cs_lagr_lec.c File Reference
#include "cs_defs.h"
#include <limits.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <float.h>
#include <assert.h>
#include "bft_printf.h"
#include "bft_error.h"
#include "bft_mem.h"
#include "cs_log.h"
#include "cs_field.h"
#include "cs_mesh.h"
#include "cs_mesh_location.h"
#include "cs_parameters_check.h"
#include "cs_physical_model.h"
#include "cs_restart.h"
#include "cs_restart_default.h"
#include "cs_lagr.h"
#include "cs_lagr_tracking.h"
#include "cs_lagr_post.h"
#include "cs_lagr_stat.h"
#include "cs_lagr_restart.h"
#include "cs_lagr_lec.h"
Include dependency graph for cs_lagr_lec.c:

Functions

void CS_PROCF (laglec, LAGLEC)
 Fortran wrapper for restart files reading. More...
 
void CS_PROCF (lagout, LAGOUT)
 Fortran wrapper for restart files output. More...
 
void cs_restart_lagrangian_checkpoint_read (void)
 Read Lagrangian restart files. More...
 
void cs_lagr_restart_read_p (void)
 Read Lagrangian particle and statistics restart files. More...
 
void cs_restart_lagrangian_checkpoint_write (void)
 Output Lagrangian restart files. More...
 

Function Documentation

◆ cs_lagr_restart_read_p()

void cs_lagr_restart_read_p ( void  )

Read Lagrangian particle and statistics restart files.

◆ CS_PROCF() [1/2]

void CS_PROCF ( laglec  ,
LAGLEC   
)

Fortran wrapper for restart files reading.

Fortran wrapper for restart files readings.

◆ CS_PROCF() [2/2]

void CS_PROCF ( lagout  ,
LAGOUT   
)

Fortran wrapper for restart files output.

◆ cs_restart_lagrangian_checkpoint_read()

void cs_restart_lagrangian_checkpoint_read ( void  )

Read Lagrangian restart files.

◆ cs_restart_lagrangian_checkpoint_write()

void cs_restart_lagrangian_checkpoint_write ( void  )

Output Lagrangian restart files.