|
flow 0.4.0
Kokkos cut-cell IBM incompressible Navier-Stokes solver + pnm pore extraction
|
#include <cmath>#include <cstdio>#include <Kokkos_Core.hpp>#include <vector>#include "flow_reference.hpp"Go to the source code of this file.
Functions | |
| static void | initTG (FlowReference &s, std::vector< double > &u0, std::vector< double > &v0) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 19 of file test_sdflow_tg.cpp.
References peclet::flow::FlowReference::G, G, and N.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |