Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
All Data Structures Namespaces Files Functions Variables Typedefs Macros Modules Pages
pda.h File Reference

Product Difference Algorithm. More...

Go to the source code of this file.

Functions

void PDA (double *, double *, double *, int &)
 

Detailed Description

Product Difference Algorithm.

Parameters
weweights of quadrature approximation
vinodes of quadrature approximation
mommoments
nnumber of nodes
Returns
void

Definition in file pda.h.

Function Documentation

◆ PDA()

void PDA ( double *  we,
double *  vi,
double *  mom,
int &  n 
)
Parameters
weweights of quadrature approximation
vinodes of quadrature approximation
mommoments
nnumber of nodes
Returns
void

Definition at line 13 of file pda.h.