Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
xyz2kdt.c File Reference
#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"
Include dependency graph for xyz2kdt.c:

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[])
 

Function Documentation

◆ includes_true()

static int includes_true ( KdtRect  rect)
static

Definition at line 37 of file xyz2kdt.c.

Referenced by main().

Here is the caller graph for this function:

◆ main()

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.

Here is the call graph for this function:

◆ progress()

static void progress ( float  complete,
void data 
)
static

Definition at line 42 of file xyz2kdt.c.

References data, and x.