!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.9~svn20110310	//
BUFSIZE	input.c	10;"	d	file:
CC	Makefile	/^CC = mpicc$/;"	m
CFLAGS	Makefile	/^CFLAGS = -O3$/;"	m
FALSE	heat.c	11;"	d	file:
INPUT_H_INCLUDED	input.h	6;"	d
INTERLEAVING_COUNT	heat.c	13;"	d	file:
JACOBI_H_INCLUDED	heat.h	8;"	d
MPICC	Makefile	/^MPICC = mpicc$/;"	m
TIMING_H_INCLUDED	timing.h	6;"	d
TRUE	heat.c	12;"	d	file:
act_res	heat.h	/^    unsigned act_res;$/;"	m	struct:__anon2
algoparam_t	heat.h	/^algoparam_t;$/;"	t	typeref:struct:__anon2
algorithm	heat.h	/^    int algorithm;          \/\/ 0=>Jacobi, 1=>Gauss$/;"	m	struct:__anon2
blocksize_x	heat.h	/^    unsigned blocksize_x;$/;"	m	struct:__anon2
blocksize_y	heat.h	/^    unsigned blocksize_y;$/;"	m	struct:__anon2
finalize	misc.c	/^int finalize( algoparam_t *param )$/;"	f
get_rank_from_2dcoords	relax_gauss.c	/^int get_rank_from_2dcoords(int coord_x, int coord_y, int *thread_dims, MPI_Comm comm2d)$/;"	f
heatsrc_t	heat.h	/^heatsrc_t;$/;"	t	typeref:struct:__anon1
heatsrcs	heat.h	/^    heatsrc_t *heatsrcs;$/;"	m	struct:__anon2
initial_res	heat.h	/^    unsigned initial_res;$/;"	m	struct:__anon2
initialize	misc.c	/^int initialize( algoparam_t *param , int *coords)$/;"	f
main	heat.c	/^int main( int argc, char *argv[] )$/;"	f
max_res	heat.h	/^    unsigned max_res;       \/\/ spatial resolution$/;"	m	struct:__anon2
maxiter	heat.h	/^    unsigned maxiter;       \/\/ maximum number of iterations$/;"	m	struct:__anon2
numsrcs	heat.h	/^    unsigned   numsrcs;     \/\/ number of heat sources$/;"	m	struct:__anon2
posx	heat.h	/^    float posx;$/;"	m	struct:__anon1
posy	heat.h	/^    float posy;$/;"	m	struct:__anon1
print_params	input.c	/^void print_params( algoparam_t *param )$/;"	f
range	heat.h	/^    float range;$/;"	m	struct:__anon1
read_input	input.c	/^int read_input( FILE *infile, algoparam_t *param )$/;"	f
recbuf_left	heat.h	/^    double *sendbuf_left, *recbuf_left, *sendbuf_right, *recbuf_right;$/;"	m	struct:__anon2
recbuf_right	heat.h	/^    double *sendbuf_left, *recbuf_left, *sendbuf_right, *recbuf_right;$/;"	m	struct:__anon2
relax_gauss_return_residual	relax_gauss.c	/^double relax_gauss_return_residual( algoparam_t *param, int interleaving_count, int *coords, MPI_Comm comm2d)$/;"	f
relax_jacobi_return_residual	relax_jacobi.c	/^double relax_jacobi_return_residual( double *u, double *utmp,$/;"	f
res_step_size	heat.h	/^    unsigned res_step_size;$/;"	m	struct:__anon2
sendbuf_left	heat.h	/^    double *sendbuf_left, *recbuf_left, *sendbuf_right, *recbuf_right;$/;"	m	struct:__anon2
sendbuf_right	heat.h	/^    double *sendbuf_left, *recbuf_left, *sendbuf_right, *recbuf_right;$/;"	m	struct:__anon2
temp	heat.h	/^    float temp;$/;"	m	struct:__anon1
thread_dims	heat.h	/^    int thread_dims[2]; 	\/\/x*y dimensions of thread$/;"	m	struct:__anon2
u	heat.h	/^    double *u, *uhelp;$/;"	m	struct:__anon2
uhelp	heat.h	/^    double *u, *uhelp;$/;"	m	struct:__anon2
usage	heat.c	/^void usage( char *s )$/;"	f
wtime	timing.c	/^double wtime()$/;"	f
