![]() |
(git:b77b4be)
|
#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. | |
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.
filename | Name of the task file. |
cycles | Number of times the task should be collocated. |
collocate | When true collocate is called otherwise integrate. |
batch | When false grid_ref_collocate_pgf_product is called. When true grid_collocate_task_list is called. |
cycles_per_block | Number of cycles per matrix block decontraction. |
tolerance | Tolerance for comparing floating point results. |
Reads a .task file, collocates/integrates it, and compares results.
Definition at line 222 of file grid_replay.c.