G+Smo
24.08.0
Geometry + Simulation Modules
|
Header file for using Spectra extension. More...
Go to the source code of this file.
Classes | |
class | gsSpectraGenSymShiftSolver< MatrixType, GEigsMode > |
class | gsSpectraGenSymSolver< MatrixType, GEigsMode > |
class | gsSpectraSolver< MatrixType > |
Eigenvalue solver for general real matrices. More... | |
class | gsSpectraSymShiftSolver< MatrixType > |
Shifted Eigenvalue solver for real symmetric matrices. More... | |
class | gsSpectraSymSolver< MatrixType > |
Eigenvalue solver for real symmetric matrices. More... | |
class | SpectraOps< MatrixType, GEigsMode > |
class | SpectraOps< MatrixType, Spectra::GEigsMode::RegularInverse > |
class | SpectraShiftOps< MatrixType, GEigsMode > |
class | SpectraShiftOps< MatrixType, Spectra::GEigsMode::Buckling > |
Namespaces | |
gismo | |
The G+Smo namespace, containing all definitions for the library. | |
Header file for using Spectra extension.
This file is part of the G+Smo library.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Author(s): A. Mantzaflaris
Notes: -PARDISO notes: https://eigen.tuxfamily.org/dox/TopicUsingIntelMKL.html
-Compile on 64bit with MKL machine using (lp64):
cmake .. -DGISMO_OPTIONAL="gsSpectra" -DCMAKE_CXX_COMPILER=icpx -DCMAKE_C_COMPILER=icx -DGISMO_WITH_PARDISO=ON -DPARDISO_USE_MKL=ON -DEIGEN_USE_MKL_ALL=ON -DGISMO_WITH_OPENMP=ON -DMKL_INTERFACE=lp64 -DTARGET_ARCHITECTURE=none