Go to the source code of this file.
PCSet* createPCSet |
( |
const int |
order, |
|
|
const int |
dim |
|
) |
| |
Definition at line 9 of file PC.cpp.
11 PCSet *pc =
new PCSet(order,dim,
"HG");
13 cout <<
"The number of PC terms in an expansion is "
14 << pc->GetNumberPCTerms() << endl;
17 pc->SetTaylorTolerance(1.e-15);