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

#include "common.h"
#include "config.h"
#include <stdexcept>
#include <cstdarg>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <assert.h>
#include <pthread.h>
#include <math.h>
#include <time.h>
#include <float.h>
#include <cmath>
#include <algorithm>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <queue>
#include <sstream>
#include <fstream>
#include <Judy.h>
#include "common.h"
#include "mesh.h"
#include "function.h"
#include "shapeset.h"
#include "quad_all.h"
#include "precalc.h"
#include "matrix.h"
#include "quad.h"
#include "solution.h"
#include "refmap.h"
#include "../refinement_type.h"
#include "forms.h"
#include "weakform.h"
#include "ref_selectors/selector.h"

Defines

#define H2D_TOTAL_ERROR_MASK   0x0F
 A mask which mask-out total error type. Used by Adapt::calc_error() internally.
#define H2D_ELEMENT_ERROR_MASK   0xF0
 A mask which mask-out element error type. Used by Adapt::calc_error() internally.

Define Documentation

#define H2D_ELEMENT_ERROR_MASK   0xF0

A mask which mask-out element error type. Used by Adapt::calc_error() internally.

For internal use only.

#define H2D_TOTAL_ERROR_MASK   0x0F

A mask which mask-out total error type. Used by Adapt::calc_error() internally.

For internal use only.

Generated on Sat Jun 5 15:17:43 2010 for Hermes2D Library: Real Version by  doxygen 1.6.3