|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <stdlib.h>#include <stdio.h>#include <assert.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/time.h>#include <fcntl.h>#include <unistd.h>#include "kdt.h"Go to the source code of this file.
Functions | |
| static int | includes_true (KdtRect rect) |
| static void | progress (float complete, void *data) |
| int | main (int argc, char *argv[]) |
Definition at line 61 of file xyz2kdt.c.
References assert, c, h, includes_true(), kdt_create(), kdt_destroy(), kdt_heap_create(), kdt_heap_flush(), kdt_heap_put(), kdt_new(), kdt_open(), kdt_query_sum(), kdt_sum_init(), kdt_tmpfile(), n, p, progress, sum, and x.