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

Go to the source code of this file.

Functions

static void hostVel (std::vector< double > &f, B3 ext, int g, int a, int s, int comp, double wall, int fold)
 
static void hostZeroOpen (std::vector< double > &oa, B3 ext, int g, int a, int s)
 
int main (int argc, char **argv)
 

Function Documentation

◆ hostVel()

static void hostVel ( std::vector< double > &  f,
B3  ext,
int  g,
int  a,
int  s,
int  comp,
double  wall,
int  fold 
)
static

Definition at line 14 of file test_bc.cpp.

References peclet::flow::B3::x, peclet::flow::B3::y, and peclet::flow::B3::z.

Referenced by main().

◆ hostZeroOpen()

static void hostZeroOpen ( std::vector< double > &  oa,
B3  ext,
int  g,
int  a,
int  s 
)
static

Definition at line 50 of file test_bc.cpp.

References peclet::flow::B3::x, peclet::flow::B3::y, and peclet::flow::B3::z.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)