ergo
cubature_rules.h File Reference

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 ergo_real real
 
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
 

Detailed Description

Code for various cubature rules that can be used for numerical integration.

Author
: Elias Rudberg responsible

Typedef Documentation

◆ BoxStruct

typedef struct BoxStruct_ BoxStruct

◆ real

typedef ergo_real real

Function Documentation

◆ use_cubature_rule()

int use_cubature_rule ( int  maxlen,
real(*)  coor[3],
real weight,
BoxStruct box,
int  ruleNumber 
)

Variable Documentation

◆ NO_OF_DIMENSIONS