flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
Loading...
Searching...
No Matches
test_ibm_overlay.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
 

Functions

template<int SCHEME>
static int run (int bc)
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ DSpace

using DSpace = Kokkos::DefaultExecutionSpace

Definition at line 15 of file test_ibm_overlay.cpp.

Function Documentation

◆ run()

template<int SCHEME>
static int run ( int  bc)
static

Definition at line 18 of file test_ibm_overlay.cpp.

References N.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 123 of file test_ibm_overlay.cpp.