General structure of the code:

Generate the grid:
	biquadinput.c

Matlab Graphics drivers:
	closeport* openport* receive* laund*

My matlab script
	bscript.m

Makefile:
	for solaris: makefile
	for IRIX64: denalimakefile
	debug:  make BOPT=g
	optimized:  make BOPT=O
	biquad:  make biquadinput

Solver code:
	appctx.h		-header with the context
	appcreate.c  	-creates vec and mat
	appload.c 	-partition, and setup data structures
	appsetalg.c 	-set the matrix, stiffness, nonlinear
	appsetref.c	-set the reference element, and interpolation
	appview.c		-graphics
	functions.c	-functions for boundary conditions, initial guess 
	integrator.c	-computes local stiffness, mass etc
	main.c		-drives the code, sets up solvers





