Code_Saturne
CFD tool
Functions
cs_lagr_perio.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <bft_error.h>
#include <bft_printf.h>
#include <fvm_periodicity.h>
#include "cs_base.h"
#include "cs_halo.h"
#include "cs_mesh.h"
#include "cs_lagr_perio.h"

Functions

BEGIN_C_DECLS void perloc (cs_int_t *icelcr, cs_int_t *ipercr)
 
void lagper (const cs_int_t *itrans, const cs_real_t vtx_a[], cs_real_t vtx_b[])
 
void lagvec (const cs_int_t *itrans, const cs_real_t vecti[], cs_real_t vectf[])
 

Function Documentation

◆ lagper()

void lagper ( const cs_int_t itrans,
const cs_real_t  vtx_a[],
cs_real_t  vtx_b[] 
)
Here is the call graph for this function:

◆ lagvec()

void lagvec ( const cs_int_t itrans,
const cs_real_t  vecti[],
cs_real_t  vectf[] 
)
Here is the call graph for this function:

◆ perloc()

BEGIN_C_DECLS void perloc ( cs_int_t icelcr,
cs_int_t ipercr 
)