BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenčina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
slepc-dev
(root)
/
trunk
/
src
/
vec/
@ 2575
- Rev 2116
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
2116
1050d 02h
eromero
/trunk/src/vec/
Updated the copyright
2114
1050d 06h
eromero
/trunk/src/vec/
Fixed issues in order to compile with complex and c++
2110
1050d 07h
jroman
/trunk/src/vec/
Add missing comment at the beginning of new files
2012
1072d 13h
eromero
/trunk/src/vec/
- Adapted veccomp, precond, gd and jd to PETSc with c++
2010
1075d 10h
eromero
/trunk/src/vec/
- Fix warning in VecComp DvOps structure due to change r2009
2009
1075d 13h
eromero
/trunk/src/vec/
- Added to VecComp the support to VecDotNorm2 (see petsc-release-3.1 changeset 15573) and VecGetLocalSize
1992
1090d 06h
eromero
/trunk/src/vec/
- Corrected the state of the vectors in functions in dvd_blas
- Removed many calls to PetscObjectStateIncrease in VecComp object because the PETSc interface for Vec does it
- Completed the code that frees all the allocated objects by the Davidson solver
1987
1093d 01h
eromero
/trunk/src/vec/
- Merging from branches/davidsones to trunk
1976
1100d 09h
eromero
/branches/davidsones/src/vec/
- Transformation of the experimental Davidson solver "DAVIDSONES" to a full integrated family of solvers "davidson". The first solver is "gd". The code shared by the "davidson" solvers is packaged by the virtual solver "DAVIDSON": EPSSetUp_DAVIDSON, EPSSolve_DAVIDSON...
- Partially fixed bug: the size of the starting searching subspace is set by eps->nini, but this value can be negative.
- Integration of "davidsones_harm" as "eps_extraction"