![]() |
Snoopy Version 6.0 (Albert)
|
#include "snoopy.h"#include <stdlib.h>#include "common.h"#include "error.h"#include "gfft.h"#include "symmetries.h"#include "debug.h"
Include dependency graph for boundary.c:Functions | |
| void | boundary_c (struct Field fldi) |
| void | init_real_mask () |
| void | enforce_real_mask (struct Field fldi) |
Variables | |
| double * | mask_real |
| void boundary_c | ( | struct Field | fldi | ) |
Experimental Bounadry conditions call This routine enforces a set of boundary conditions on fldi (eg rigid boundary conditions, obstacles)
| fldi,: | field stucture on which we apply the BC |
Here is the call graph for this function:
Here is the caller graph for this function:| void enforce_real_mask | ( | struct Field | fldi | ) |
Here is the call graph for this function:| void init_real_mask | ( | ) |
| double* mask_real |