Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
bview.c File Reference
#include "display.h"
Include dependency graph for bview.c:

Go to the source code of this file.

Macros

#define DISPLAY   0
 
#define DISPLAY_NO_CONTROLS
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ DISPLAY

#define DISPLAY   0

Basilisk View "dump files" server

This can be used to interactively display dump files using the javascript interface.

Typical usage is:

bview3D /path/to/file/dump

(note that the appropriate 2D/3D version must be chosen). The connection URL for the client will then be displayed.

The -d or -debug option can be used to follow the server activity.

Definition at line 21 of file bview.c.

◆ DISPLAY_NO_CONTROLS

#define DISPLAY_NO_CONTROLS

Definition at line 22 of file bview.c.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 25 of file bview.c.

References all, display(), Display, display_destroy(), display_poll(), display_update(), display_url(), fields_stats(), file, list, and restriction.

Here is the call graph for this function: