CSol
Typedefs | Functions | Variables
CSIRO::CSol::BF Namespace Reference

Bushfire solver.

Typedefs

typedef long long int64
 

Functions

int64 hashID (int A, int B)
 Return perfect hash of two signed integers. More...
 

Variables

const int cellbandwidth = 10
 Bushfire width in cells of narrow band. More...
 
const REAL CFL = (REAL)0.9
 Bushfire CFL multiplier. More...
 
const REAL dt_start = (REAL)1.0E-3
 Bushfire default timestep starting value. More...
 
const int nReservedConstants = 9
 Number of reserved tile constant values. More...
 
const int nUserLayers = 10
 Number of user-defined layers. More...
 
const unsigned int rand_number = 865749
 Bushfire random shuffle value for seed. More...
 

Typedef Documentation

typedef long long int64

Function Documentation

int64 hashID ( int  A,
int  B 
)

Variable Documentation

const int cellbandwidth = 10
const REAL CFL = (REAL)0.9
const REAL dt_start = (REAL)1.0E-3
const int nReservedConstants = 9
const int nUserLayers = 10
const unsigned int rand_number = 865749