cgnames.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cgnslib.h"
Go to the source code of this file.
Define Documentation
#define NUM_IDENTIFIER (sizeof(Identifier)/sizeof(IDENTIFIER)) |
Function Documentation
char const* cg_AngleUnitsName |
( |
int |
type |
) |
|
char const* cg_ArbitraryGridMotionTypeName |
( |
int |
type |
) |
|
char const* cg_AreaTypeName |
( |
int |
type |
) |
|
char const* cg_AverageInterfaceTypeName |
( |
int |
type |
) |
|
char const* cg_BCDataTypeName |
( |
int |
type |
) |
|
char const* cg_BCTypeName |
( |
int |
type |
) |
|
char const* cg_DataClassName |
( |
int |
type |
) |
|
char const* cg_DataTypeName |
( |
int |
type |
) |
|
char const* cg_ElectricCurrentUnitsName |
( |
int |
type |
) |
|
char const* cg_ElementTypeName |
( |
int |
type |
) |
|
int cg_enum_identifier |
( |
int(*)(char *name, int nexps, float *exps, void *user) |
callback, |
|
|
void * |
user | |
|
) |
| | |
int cg_find_identifier |
( |
const char * |
pattern, |
|
|
int * |
nnames, |
|
|
char *** |
names | |
|
) |
| | |
int cg_get_identifier |
( |
const char * |
name, |
|
|
int * |
nexps, |
|
|
float * |
exps | |
|
) |
| | |
char const* cg_GoverningEquationsTypeName |
( |
int |
type |
) |
|
char const* cg_GridConnectivityTypeName |
( |
int |
type |
) |
|
char const* cg_GridLocationName |
( |
int |
type |
) |
|
char const* cg_LengthUnitsName |
( |
int |
type |
) |
|
char const* cg_LuminousIntensityUnitsName |
( |
int |
type |
) |
|
char const* cg_MassUnitsName |
( |
int |
type |
) |
|
char const* cg_ModelTypeName |
( |
int |
type |
) |
|
char const* cg_PointSetTypeName |
( |
int |
type |
) |
|
char const* cg_RigidGridMotionTypeName |
( |
int |
type |
) |
|
char const* cg_SimulationTypeName |
( |
int |
type |
) |
|
char const* cg_SubstanceAmountUnitsName |
( |
int |
type |
) |
|
char const* cg_TemperatureUnitsName |
( |
int |
type |
) |
|
char const* cg_TimeUnitsName |
( |
int |
type |
) |
|
char const* cg_WallFunctionTypeName |
( |
int |
type |
) |
|
char const* cg_ZoneTypeName |
( |
int |
type |
) |
|