|
ergo
|
Code for various cubature rules that can be used for numerical integration. More...
#include "realtype.h"Go to the source code of this file.
Classes | |
| struct | BoxStruct_ |
Typedefs | |
| typedef struct BoxStruct_ | BoxStruct |
Functions | |
| int | use_cubature_rule (int maxlen, real(*coor)[3], real *weight, BoxStruct *box, int ruleNumber) |
Variables | |
| const int | NO_OF_DIMENSIONS = 3 |
Code for various cubature rules that can be used for numerical integration.
| typedef struct BoxStruct_ BoxStruct |
| int use_cubature_rule | ( | int | maxlen, |
| real(*) | coor[3], | ||
| real * | weight, | ||
| BoxStruct * | box, | ||
| int | ruleNumber ) |
References MACRO_3VECT, BoxStruct_::max, BoxStruct_::min, and NO_OF_DIMENSIONS.
Referenced by compute_grid_for_box().
| const int NO_OF_DIMENSIONS = 3 |