TASMANIAN
TASMANIAN copied to clipboard
The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN
Dear Miroslav, It seems to me that, unless in Python, there is no possibility for scale correction in Fortran's local refinement procedure. Is that true? And if yes, do you...
Hi, First and foremost, I'd want to express my gratitude to the developer for their excellent job. I've utilized the Tasmanian library for several of my research projects. I recently...
Hi. I am using windows system and want use this package as a component of matlab project as in https://github.com/agoupy/eigenvalue_gPC. I am unfamiliar with cmake. So I hope to know...
All the tests fail while building with gcc-11.2.0 Here are the cmake options used. Same options works well for 9.3.0 `cmake -D CMAKE_INSTALL_PREFIX:PATH=/home/TASMANIAN/install_prefix -D Tasmanian_ENABLE_PYTHON:BOOL=ON -D CMAKE_BUILD_TYPE:STRING=Release .. `
* add `evaluateBatchGPU()` to the Fortrain 2003 interface * test `evaluateBatchGPU()` (not sure how) * fix the complex compiler problem on the PGI compiler with the Fourier hierarchical coefficients
Keep this issue active to document any problems or changes to Tasmanian necessitated by the Tornado interface.
Anisotropic coefficients are a good estimate for Global/Sequence/Fourier grids, but Local Polynomial and Wavelet grids do not have a good estimate. * the Sobol indexes can be estimated using Monte...
No need to overhaul the index set class, only the values storage class and the associated load/unload commands. Check to see how this would affect the ML capabilities.
Currently, when issuing the read command, the internal API will initialize a bunch of classes to empty and then overwrite the empty with the data from the stream. **Objective:** *...
Add more tests that use files saved with previous versions of Tasmanian.