Functions | Variables

output_pdf.c File Reference

Outputs Probability Distribution Functions of selected variables in formatted tabular form. More...

Go to the source code of this file.

Functions

void output_pdf (MeshS *pM, OutputS *pOut)
 Outputs PDFs.

Variables

static int size_dat = 0
static double * data = NULL
static int size_pdf = 0
static int * pdf = NULL
static int * cd_pdf = NULL
static char def_fmt [] = "%21.15e"

Detailed Description

Outputs Probability Distribution Functions of selected variables in formatted tabular form.

PURPOSE: Outputs Probability Distribution Functions of selected variables in formatted tabular form. Fully MPI enabled, which requires passing lots of global sums and means (only the parent process produces output). With SMR, dumps are made for all levels and domains, unless nlevel and ndomain are specified in <output> block.

CONTAINS PUBLIC FUNCTIONS:

Definition in file output_pdf.c.


Function Documentation

void output_pdf ( MeshS pM,
OutputS pOut 
)

Variable Documentation

int* cd_pdf = NULL [static]

Definition at line 31 of file output_pdf.c.

Referenced by output_pdf().

double* data = NULL [static]
char def_fmt[] = "%21.15e" [static]

Definition at line 34 of file output_pdf.c.

Referenced by output_pdf().

int* pdf = NULL [static]

Definition at line 29 of file output_pdf.c.

Referenced by output_pdf().

int size_dat = 0 [static]

Definition at line 25 of file output_pdf.c.

Referenced by output_pdf().

int size_pdf = 0 [static]

Definition at line 28 of file output_pdf.c.

Referenced by output_pdf().