flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
test_ibm_apply.cpp File Reference
#include <cmath>
#include <cstdio>
#include <Kokkos_Core.hpp>
#include <random>
#include <vector>
#include "cut_cell_ibm.hpp"

Go to the source code of this file.

Typedefs

using DSpace = Kokkos::DefaultExecutionSpace
 
using FV = Kokkos::View< float *, IMem >
 
using DV = Kokkos::View< double *, IMem >
 

Functions

int main (int argc, char **argv)
 

Typedef Documentation

◆ DSpace

using DSpace = Kokkos::DefaultExecutionSpace

Definition at line 14 of file test_ibm_apply.cpp.

◆ FV

using FV = Kokkos::View<float*, IMem>

Definition at line 15 of file test_ibm_apply.cpp.

◆ DV

using DV = Kokkos::View<double*, IMem>

Definition at line 16 of file test_ibm_apply.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)