|
flow
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#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) |
| using DSpace = Kokkos::DefaultExecutionSpace |
Definition at line 14 of file test_ibm_apply.cpp.
Definition at line 15 of file test_ibm_apply.cpp.
Definition at line 16 of file test_ibm_apply.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 18 of file test_ibm_apply.cpp.
References AC, peclet::flow::ibmBuildDiffusion(), and peclet::flow::ibmModifyStencil().