|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Functions | |
| time_function_until_limit (func, time_limit=1.0, max_executions=None, iter_pack=1, report=None, *args, **kwargs) | |
| get_fv (mpi) | |
| _test_fv_Op (mpi, CFV.FiniteVolume fv, Geom.UnstructuredMesh mesh, nvars=1, test_time=5.0, max_iter=1000 *1000 *1000) | |
| _test_fv_Op_Fix_Run (fv, mesh, u, grad_u, grad_u1, test_Host, test_CUDA, test_time, max_iter) | |
| _test_fv_Op_Fix1 (mpi, CFV.FiniteVolume fv, Geom.UnstructuredMesh mesh, test_time=5.0, max_iter=1000 *1000 *1000) | |
| _test_fv_Op_Fix5 (mpi, CFV.FiniteVolume fv, Geom.UnstructuredMesh mesh, test_time=5.0, max_iter=1000 *1000 *1000) | |
| _test_fv_Op_SOA_ver0_X (mpi, CFV.FiniteVolume fv, Geom.UnstructuredMesh mesh, nvars=1, test_time=5.0, max_iter=1000 *1000 *1000) | |
| _run_basic (mpi) | |
Variables | |
| mpi = DNDS.MPIInfo() | |
|
protected |
|
protected |
Definition at line 124 of file test_basic_fv.py.
|
protected |
|
protected |
Definition at line 346 of file test_basic_fv.py.
|
protected |
Definition at line 214 of file test_basic_fv.py.
|
protected |
Definition at line 390 of file test_basic_fv.py.
| test_basic_fv.get_fv | ( | mpi | ) |
| test_basic_fv.time_function_until_limit | ( | func, | |
time_limit = 1.0, |
|||
max_executions = None, |
|||
iter_pack = 1, |
|||
report = None, |
|||
| * | args, | ||
| ** | kwargs | ||
| ) |
| test_basic_fv.mpi = DNDS.MPIInfo() |
Definition at line 487 of file test_basic_fv.py.