UQTk: Uncertainty Quantification Toolkit 3.1.5
PCSet.h File Reference

Header file for the Multivariate PC class. More...

#include <iostream>
#include <sstream>
#include <string.h>
#include <stdio.h>
#include <map>
#include "Array1D.h"
#include "Array2D.h"
#include "error_handlers.h"
#include "ftndefs.h"
#include "quad.h"
#include <cvode/cvode.h>
#include <nvector/nvector_serial.h>
#include <sunmatrix/sunmatrix_dense.h>
#include <sunlinsol/sunlinsol_dense.h>
#include <sundials/sundials_types.h>
#include <sundials/sundials_context.h>
#include <sundials/sundials_dense.h>

Go to the source code of this file.

Classes

class  PCSet
 Defines and initializes PC basis function set and provides functions to manipulate PC expansions defined on this basis set. More...
 

Enumerations

enum  LogCompMethod { TaylorSeries =0 , Integration }
 

Detailed Description

Header file for the Multivariate PC class.

Author
B. Debusschere, C. Safta, K. Sargsyan, K. Chowdhary 2007 -

Enumeration Type Documentation

◆ LogCompMethod

Enumerator
TaylorSeries 
Integration