mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Setup
This commit is contained in:
parent
9779aaea33
commit
29f6b8a74a
@ -287,8 +287,8 @@ int main (int argc, char ** argv)
|
|||||||
} else {
|
} else {
|
||||||
// Aggregates.CreateSubspaceMultishift(RNG5,HermOpEO,
|
// Aggregates.CreateSubspaceMultishift(RNG5,HermOpEO,
|
||||||
// 0.0003,1.0e-5,2000); // Lo, tol, maxit
|
// 0.0003,1.0e-5,2000); // Lo, tol, maxit
|
||||||
Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.01,1500); <== last run
|
// Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.01,1500); <== last run
|
||||||
// Aggregates.CreateSubspaceChebyshevNew(RNG5,HermOpEO,95.); // 176 with refinement
|
Aggregates.CreateSubspaceChebyshevNew(RNG5,HermOpEO,95.); // 176 with refinement
|
||||||
// Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.001,3000,1500,200,0.0); // Attempt to resurrect
|
// Aggregates.CreateSubspaceChebyshev(RNG5,HermOpEO,nbasis,95.,0.001,3000,1500,200,0.0); // Attempt to resurrect
|
||||||
SaveBasis(Aggregates,subspace_file);
|
SaveBasis(Aggregates,subspace_file);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user