BG_Flood  0.8
Documentation (Work-in-progress)
FlowCPU.h File Reference
#include "General.h"
#include "Param.h"
#include "Arrays.h"
#include "Forcing.h"
#include "Util_CPU.h"
#include "MemManagement.h"
#include "Halo.h"
#include "GridManip.h"
#include "Gradients.h"
#include "Kurganov.h"
#include "Advection.h"
#include "Friction.h"
#include "Updateforcing.h"
#include "Reimann.h"
Include dependency graph for FlowCPU.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
void FlowCPU (Param XParam, Loop< T > &XLoop, Forcing< float > XForcing, Model< T > XModel)
 
template<class T >
void HalfStepCPU (Param XParam, Loop< T > &XLoop, Forcing< float > XForcing, Model< T > XModel)
 

Function Documentation

◆ FlowCPU()

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

◆ HalfStepCPU()

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

Debugging flow step This function was crated to debug the main engine of the model