#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "./aph_dg_prism.h"
Functions | |
void | apr_gauss_select (int Type, int Order, int *Ng, double **Xg_p, double **Wg_p) |
void | apr_gauss_init () |
void apr_gauss_init | ( | ) |
------------------------------------------------------------------- apr_gauss_init - to initialize Gauss-Legendre quadratures --------------------------------------------------------------------
void apr_gauss_select | ( | int | Type, | |
int | Order, | |||
int * | Ng, | |||
double ** | Xg_p, | |||
double ** | Wg_p | |||
) |
------------------------------------------------------------------- apr_gauss_select - to select the proper quadrature --------------------------------------------------------------------