fluxmethod_advection_diffusion_3d_gpu Interface

interface
public subroutine fluxmethod_advection_diffusion_3d_gpu(solution, solutiongradient, flux, u, v, w, nu, N, nel, nvar) bind(c,name="0")

Arguments

TypeIntentOptionalAttributesName
type(c_ptr), value:: solution
type(c_ptr), value:: solutiongradient
type(c_ptr), value:: flux
real(kind=c_prec), value:: u
real(kind=c_prec), value:: v
real(kind=c_prec), value:: w
real(kind=c_prec), value:: nu
integer(kind=c_int), value:: N
integer(kind=c_int), value:: nel
integer(kind=c_int), value:: nvar