PLUTO
PLM_COEFFS Struct Reference

#include <plm_coeffs.h>

Public Attributes

double * cp
 
double * cm
 
double * wp
 
double * wm
 
double * dp
 
double * dm
 

Detailed Description

Simple structure used to retrieve 1D reconstruction weights (c, w, d) used by piecewise linear interpolation (see states_plm.c)

Definition at line 38 of file plm_coeffs.h.

Member Data Documentation

double* PLM_COEFFS::cm

Definition at line 40 of file plm_coeffs.h.

double* PLM_COEFFS::cp

Definition at line 39 of file plm_coeffs.h.

double* PLM_COEFFS::dm

Definition at line 44 of file plm_coeffs.h.

double* PLM_COEFFS::dp

Definition at line 43 of file plm_coeffs.h.

double* PLM_COEFFS::wm

Definition at line 42 of file plm_coeffs.h.

double* PLM_COEFFS::wp

Definition at line 41 of file plm_coeffs.h.


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