9.1
general documentation
cs_runge_kutta_integrator_priv.h File Reference
#include "base/cs_defs.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft/bft_error.h"
#include "bft/bft_printf.h"
#include "alge/cs_blas.h"
#include "base/cs_base_accel.h"
#include "base/cs_dispatch.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
+ Include dependency graph for cs_runge_kutta_integrator_priv.h:

Go to the source code of this file.

Classes

struct  cs_runge_kutta_coeff_t
 
struct  cs_runge_kutta_def_t
 
struct  cs_runge_kutta_integrator_t
 

Macros

#define RK_HIGHEST_ORDER   4
 

Enumerations

enum  cs_runge_kutta_scheme_t {
  CS_RK_NONE , CS_RK1 , CS_RK2 , CS_RK3 ,
  CS_RK4
}
 

Macro Definition Documentation

◆ RK_HIGHEST_ORDER

#define RK_HIGHEST_ORDER   4

Enumeration Type Documentation

◆ cs_runge_kutta_scheme_t

Enumerator
CS_RK_NONE 
CS_RK1 
CS_RK2 
CS_RK3 
CS_RK4