DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
test_basic_fv Namespace Reference

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()
 

Function Documentation

◆ _run_basic()

test_basic_fv._run_basic (   mpi)
protected

Definition at line 451 of file test_basic_fv.py.

Here is the call graph for this function:

◆ _test_fv_Op()

test_basic_fv._test_fv_Op (   mpi,
CFV.FiniteVolume  fv,
Geom.UnstructuredMesh  mesh,
  nvars = 1,
  test_time = 5.0,
  max_iter = 1000 * 1000 * 1000 
)
protected

Definition at line 124 of file test_basic_fv.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _test_fv_Op_Fix1()

test_basic_fv._test_fv_Op_Fix1 (   mpi,
CFV.FiniteVolume  fv,
Geom.UnstructuredMesh  mesh,
  test_time = 5.0,
  max_iter = 1000 * 1000 * 1000 
)
protected

Definition at line 302 of file test_basic_fv.py.

Here is the call graph for this function:

◆ _test_fv_Op_Fix5()

test_basic_fv._test_fv_Op_Fix5 (   mpi,
CFV.FiniteVolume  fv,
Geom.UnstructuredMesh  mesh,
  test_time = 5.0,
  max_iter = 1000 * 1000 * 1000 
)
protected

Definition at line 346 of file test_basic_fv.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _test_fv_Op_Fix_Run()

test_basic_fv._test_fv_Op_Fix_Run (   fv,
  mesh,
  u,
  grad_u,
  grad_u1,
  test_Host,
  test_CUDA,
  test_time,
  max_iter 
)
protected

Definition at line 214 of file test_basic_fv.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _test_fv_Op_SOA_ver0_X()

test_basic_fv._test_fv_Op_SOA_ver0_X (   mpi,
CFV.FiniteVolume  fv,
Geom.UnstructuredMesh  mesh,
  nvars = 1,
  test_time = 5.0,
  max_iter = 1000 * 1000 * 1000 
)
protected

Definition at line 390 of file test_basic_fv.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_fv()

test_basic_fv.get_fv (   mpi)

Definition at line 57 of file test_basic_fv.py.

Here is the caller graph for this function:

◆ time_function_until_limit()

test_basic_fv.time_function_until_limit (   func,
  time_limit = 1.0,
  max_executions = None,
  iter_pack = 1,
  report = None,
args,
**  kwargs 
)

Definition at line 11 of file test_basic_fv.py.

Here is the caller graph for this function:

Variable Documentation

◆ mpi

test_basic_fv.mpi = DNDS.MPIInfo()

Definition at line 487 of file test_basic_fv.py.