HARM
harm and utilities
 All Data Structures Files Functions Variables Typedefs Macros Pages
Variables
boundsint.c File Reference

User Boundary conditions for PFTYPE for pflag type quantities. More...

#include "decs.h"
Include dependency graph for boundsint.c:

Go to the source code of this file.

Variables

int inboundloop [NDIM]
 
int outboundloop [NDIM]
 
int innormalloop [NDIM]
 
int outnormalloop [NDIM]
 
int inoutlohi [NUMUPDOWN][NUMUPDOWN][NDIM]
 
int riin
 
int riout
 
int rjin
 
int rjout
 
int rkin
 
int rkout
 
int dosetbc [COMPDIM *2]
 

Detailed Description

User Boundary conditions for PFTYPE for pflag type quantities.

this is the presently used function

Regarding GRID SECTIONING, the pflag can be set using LOOPF's not COMPLOOPF since no benefit in moving where define "real" boundary

Definition in file boundsint.c.

Variable Documentation

int dosetbc[COMPDIM *2]

Definition at line 21 of file boundsint.c.

int inboundloop[NDIM]

Definition at line 15 of file boundsint.c.

int innormalloop[NDIM]

Definition at line 17 of file boundsint.c.

int inoutlohi[NUMUPDOWN][NUMUPDOWN][NDIM]

Definition at line 19 of file boundsint.c.

int outboundloop[NDIM]

Definition at line 16 of file boundsint.c.

int outnormalloop[NDIM]

Definition at line 18 of file boundsint.c.

int riin

Definition at line 20 of file boundsint.c.

int riout

Definition at line 20 of file boundsint.c.

int rjin

Definition at line 20 of file boundsint.c.

int rjout

Definition at line 20 of file boundsint.c.

int rkin

Definition at line 20 of file boundsint.c.

int rkout

Definition at line 20 of file boundsint.c.