PLUTO
PPM_COEFFS Struct Reference

#include <ppm_coeffs.h>

Public Attributes

double ** wp
 
double ** wm
 
double * hp
 
double * hm
 

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 29 of file ppm_coeffs.h.

Member Data Documentation

double* PPM_COEFFS::hm

Definition at line 33 of file ppm_coeffs.h.

double* PPM_COEFFS::hp

Definition at line 32 of file ppm_coeffs.h.

double** PPM_COEFFS::wm

Definition at line 31 of file ppm_coeffs.h.

double** PPM_COEFFS::wp

Definition at line 30 of file ppm_coeffs.h.


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