aboutsummaryrefslogtreecommitdiff
path: root/src/Boundary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Boundary.h')
-rw-r--r--src/Boundary.h60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/Boundary.h b/src/Boundary.h
index 1a7073f..f18078c 100644
--- a/src/Boundary.h
+++ b/src/Boundary.h
@@ -21,19 +21,19 @@ extern "C"
/* data type for pointer to function which implements a physical boundary
condition: */
typedef CCTK_INT (*phys_bc_fn_ptr)(CCTK_POINTER_TO_CONST, const CCTK_INT,
- const CCTK_INT *, const CCTK_INT *,
- const CCTK_INT *, const CCTK_INT *);
+ const CCTK_INT *, const CCTK_INT *,
+ const CCTK_INT *, const CCTK_INT *);
/* prototype for routine registed as providing 'None' boundary condition */
CCTK_INT BndNone(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
/* Scalar boundaries */
/* prototype for routine registed as providing 'Scalar' boundary condition */
CCTK_INT BndScalar(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
int BndScalarDirGI (const cGH *GH,
int stencil_size,
@@ -78,7 +78,7 @@ int BndScalarVN (const cGH *GH,
/* prototype for routine registed as providing 'Copy' boundary condition */
CCTK_INT BndCopy(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
int BndCopyDirGI (const cGH *GH,
int stencil_size,
@@ -122,45 +122,45 @@ int BndCopyVN (const cGH *GH,
/* prototype for routine registed as providing 'Static' boundary condition */
CCTK_INT BndStatic(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
int BndStaticDirGI (const cGH *GH,
- int stencil_size,
- int dir,
- int gi);
+ int stencil_size,
+ int dir,
+ int gi);
int BndStaticDirGN (const cGH *GH,
- int stencil_size,
- int dir,
- const char *gname);
+ int stencil_size,
+ int dir,
+ const char *gname);
int BndStaticDirVI (const cGH *GH,
- int stencil_size,
- int dir,
- int vi);
+ int stencil_size,
+ int dir,
+ int vi);
int BndStaticDirVN (const cGH *GH,
- int stencil_size,
- int dir,
- const char *vname);
+ int stencil_size,
+ int dir,
+ const char *vname);
int BndStaticGI (const cGH *GH,
- const int *stencil,
- int gi);
+ const int *stencil,
+ int gi);
int BndStaticGN (const cGH *GH,
- const int *stencil,
- const char *gname);
+ const int *stencil,
+ const char *gname);
int BndStaticVI (const cGH *GH,
- const int *stencil,
- int vi);
+ const int *stencil,
+ int vi);
int BndStaticVN (const cGH *GH,
- const int *stencil,
- const char *vname);
+ const int *stencil,
+ const char *vname);
/* Radiative boundaries */
/* prototype for routine registed as providing 'Radiative' boundary conditions */
CCTK_INT BndRadiative(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths,
- CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths,
+ CCTK_INT *table_handle);
int BndRadiativeDirGI (const cGH *GH,
int stencil_size,
@@ -221,7 +221,7 @@ int BndRadiativeVN (const cGH *GH,
/* prototype for routine registed as providing 'Robin' boundary condition */
CCTK_INT BndRobin(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
int BndRobinGI (const cGH *GH,
const int *stencil,
@@ -249,7 +249,7 @@ int BndRobinVN (const cGH *GH,
/* prototype for routine registed as providing 'Flat' boundary condition */
CCTK_INT BndFlat(const cGH *GH, CCTK_INT num_vars, CCTK_INT *var_indicies,
- CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
+ CCTK_INT *faces, CCTK_INT *boundary_widths, CCTK_INT *table_handle);
int BndFlatDirGI (const cGH *GH,
int stencil_size,