BG_Flood  0.8
Documentation (Work-in-progress)
Mesh.h File Reference
#include "General.h"
#include "Param.h"
#include "Forcing.h"
#include "MemManagement.h"
#include "Util_CPU.h"
#include "Arrays.h"
#include "Write_txtlog.h"
#include "GridManip.h"
#include "Poly.h"
Include dependency graph for Mesh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int CalcInitnblk (Param XParam, Forcing< float > XForcing)
 
template<class T >
void InitMesh (Param &XParam, Forcing< float > &XForcing, Model< T > &XModel)
 
template<class T >
void InitBlockInfo (Param &XParam, Forcing< float > &XForcing, BlockP< T > &XBlock)
 
template<class T >
void InitBlockadapt (Param &XParam, BlockP< T > XBlock, AdaptP &XAdap)
 
template<class T >
void InitBlockxoyo (Param XParam, Forcing< float > XForcing, BlockP< T > &XBlock)
 
template<class T >
void InitBlockneighbours (Param &XParam, Forcing< float > &XForcing, BlockP< T > &XBlock)
 
template<class T >
int CalcMaskblk (Param XParam, BlockP< T > XBlock)
 
template<class T >
void FindMaskblk (Param XParam, BlockP< T > &XBlock)
 

Function Documentation

◆ CalcInitnblk()

int CalcInitnblk ( Param  XParam,
Forcing< float >  XForcing 
)

nmask++;

◆ CalcMaskblk()

template<class T >
int CalcMaskblk ( Param  XParam,
BlockP< T >  XBlock 
)

◆ FindMaskblk()

template<class T >
void FindMaskblk ( Param  XParam,
BlockP< T > &  XBlock 
)

◆ InitBlockadapt()

template<class T >
void InitBlockadapt ( Param XParam,
BlockP< T >  XBlock,
AdaptP XAdap 
)

◆ InitBlockInfo()

template<class T >
void InitBlockInfo ( Param XParam,
Forcing< float > &  XForcing,
BlockP< T > &  XBlock 
)

◆ InitBlockneighbours()

template<class T >
void InitBlockneighbours ( Param XParam,
Forcing< float > &  XForcing,
BlockP< T > &  XBlock 
)

◆ InitBlockxoyo()

template<class T >
void InitBlockxoyo ( Param  XParam,
Forcing< float >  XForcing,
BlockP< T > &  XBlock 
)

◆ InitMesh()

template<class T >
void InitMesh ( Param XParam,
Forcing< float > &  XForcing,
Model< T > &  XModel 
)