(git:58e3e09)
grid_replay.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Functions

bool grid_replay (const char *filename, const int cycles, const bool collocate, const bool batch, const int cycles_per_block, const double tolerance)
 Reads a .task file, collocates/integrates it, and compares results. More...
 

Function Documentation

◆ grid_replay()

bool grid_replay ( const char *  filename,
const int  cycles,
const bool  collocate,
const bool  batch,
const int  cycles_per_block,
const double  tolerance 
)

Reads a .task file, collocates/integrates it, and compares results.

Parameters
filenameName of the task file.
cyclesNumber of times the task should be collocated.
collocateWhen true collocate is called otherwise integrate.
batchWhen false grid_ref_collocate_pgf_product is called. When true grid_collocate_task_list is called.
cycles_per_blockNumber of cycles per matrix block decontraction.
toleranceTolerance for comparing floating point results.
Returns
Returns true iff the test passed.
Author
Ole Schuett

Reads a .task file, collocates/integrates it, and compares results.

Author
Ole Schuett

Definition at line 222 of file grid_replay.c.

Here is the call graph for this function: