BG_Flood  0.8
Documentation (Work-in-progress)
FlowMLGPU.h File Reference
#include "General.h"
#include "Param.h"
#include "Arrays.h"
#include "Forcing.h"
#include "Util_CPU.h"
#include "MemManagement.h"
#include "Multilayer.h"
#include "FlowGPU.h"
#include "Advection.h"
Include dependency graph for FlowMLGPU.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 FlowMLGPU (Param XParam, Loop< T > &XLoop, Forcing< float > XForcing, Model< T > XModel)
 

Function Documentation

◆ FlowMLGPU()

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

XiafrictionGPU <<< gridDim, blockDim, 0 >>> (XParam, XModel.blocks, XModel.time.dt, XModel.cf, XModel.evolv, XModel.evolv_o);