36 #include "definitions.h"
49 Int get_upGridLineIndex() {
return upGridLineIndex;}
50 Int get_lowGridLineIndex() {
return lowGridLineIndex;}
51 Int* get_leftIndices() {
return leftIndices;}
52 Int* get_rightIndices() {
return rightIndices;}
57 void draw(Real* u_values, Real* v_values);
69 Int get_n_elements() {
return n_elements;}
70 rectBlock* get_element(Int i) {
return array[i];}
76 void draw(Real* u_values, Real* v_values);