PLUTO
userdef_output.c File Reference
#include "pluto.h"
Include dependency graph for userdef_output.c:

Go to the source code of this file.

Functions

void ComputeUserVar (const Data *d, Grid *grid)
 
void ChangeDumpVar ()
 

Function Documentation

void ChangeDumpVar ( )

Definition at line 21 of file userdef_output.c.

26 {
27  Image *image;
28 
29  image = GetImage("rho");
30  image->logscale = YES;
31 
32 }
#define YES
Definition: pluto.h:25
Definition: structs.h:300
int logscale
Definition: structs.h:303
static Image image[MAX_IMAGE_NUMBER]
Definition: set_image.c:4
Image * GetImage(char *)
Definition: set_image.c:35

Here is the call graph for this function:

void ComputeUserVar ( const Data d,
Grid grid 
)

Definition at line 4 of file userdef_output.c.

14 {
15  int i, j, k;
16 
17  DOM_LOOP(k,j,i){
18  }
19 }
DOM_LOOP(k, j, i)
Definition: analysis.c:22
int j
Definition: analysis.c:2
int k
Definition: analysis.c:2
int i
Definition: analysis.c:2

Here is the call graph for this function: