/var/www2/hermes2d/hermes2d/src/linear2.cpp File Reference

#include "common.h"
#include "linear.h"
#include "refmap.h"
#include "linear_data.cpp"

Classes

class  Quad2DOrd

Defines

#define make_vert(index, x, y, val)
#define read_array(array, type, n, c, what)

Define Documentation

#define make_vert ( index,
x,
y,
val   ) 
Value:
{ (index) = add_vertex(); \
      verts[index][0] = (x); \
      verts[index][1] = (y); \
      verts[index][2] = (val); }
#define read_array ( array,
type,
n,
c,
what   ) 
Value:
if (fread(&n, sizeof(int), 1, f) != 1) \
      error("Error reading the number of " what " from %s", filename); \
    lin_init_array(array, type, c, n); \
    if (fread(array, sizeof(type), n, f) != n) \
      error("Error reading " what " from %s", filename);
Generated on Sat Jun 5 15:17:43 2010 for Hermes2D Library: Real Version by  doxygen 1.6.3