The FARGO_THORIN code developer's guide
 All Data Structures Files Functions Variables Typedefs Macros
Data Fields
polargrid Struct Reference

A structure used to store any scalar fied on the computational domain. More...

#include <types.h>

Data Fields

int Nrad
 Radial size of the grid, in number of zones. More...
 
int Nsec
 Azimuthal size of the grid, in number of zones. More...
 
realField
 
char * Name
 Pointer to the array of Nrad*Nsec reals (e.g., density, etc.) More...
 

Detailed Description

A structure used to store any scalar fied on the computational domain.

In addition to the size (Nrad*Nsec) and field pointer, it also has a name, which is used by WritePolarGrid () to name appropriately the output file, automatically.

Definition at line 37 of file types.h.

Field Documentation

real* polargrid::Field
char* polargrid::Name

Pointer to the array of Nrad*Nsec reals (e.g., density, etc.)

Name of the PolarGrid (can be "dens", "vrad", "vtheta" or "label").

Definition at line 41 of file types.h.

Referenced by CreatePolarGrid().

int polargrid::Nrad
int polargrid::Nsec

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