Snoopy Version 6.0 (Albert)
boundary.c File Reference
#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

Function Documentation

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)

Parameters:
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 ( )

Variable Documentation

double* mask_real