#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 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.
1.6.3