source: issm/trunk-jpl/src/c/modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12442   13 years Mathieu Morlighem changing xmalloc to xNew and xfree to xDelete
(edit) @12422   13 years Mathieu Morlighem Simpler kriging
(edit) @12421   13 years Mathieu Morlighem Added other interpolation for Kriging
(edit) @12417   13 years Mathieu Morlighem Added simpler gsl slover
(edit) @12409   13 years Mathieu Morlighem wrapped MPI commands
(edit) @12377   13 years Mathieu Morlighem Added parallel kriging module
(edit) @12365   13 years Mathieu Morlighem Do not number folds (folding is automated)
(edit) @12342   13 years Mathieu Morlighem updated Sync script to #include <cstring>
(edit) @12341   13 years Mathieu Morlighem updated Sync script to #include <cstring>
(edit) @12328   13 years Mathieu Morlighem Synchronized Enums
(edit) @12326   13 years Mathieu Morlighem merged trunk and trunk-jpl
(edit) @12319   13 years utke missing includes (gcc 4.5.1 complains about it)
(edit) @12292   13 years Mathieu Morlighem Added mindata and maxdata options to Kriging
(edit) @12289   13 years Mathieu Morlighem Added Covariance for Kriging calculation (similar to gslib)
(edit) @12270   13 years habbalf Added convergence flag for reaching maximum number of iterations
(edit) @12269   13 years habbalf Added convergence flag for reaching maximum number of iterations
(edit) @12250   13 years Mathieu Morlighem Added Error calculation
(edit) @12232   13 years Mathieu Morlighem minor
(edit) @12231   13 years Mathieu Morlighem Added multithreading (VERY efficient for Kriging)
(edit) @12230   13 years Mathieu Morlighem Added power variogram
(edit) @12229   13 years Mathieu Morlighem Added 2 options: boxlength and searchrange
(edit) @12226   13 years Mathieu Morlighem Added boxlength option
(edit) @12218   13 years Mathieu Morlighem renamed QuadTree BamgQuadtree to avoid conflicts with Kriging's Quadtree
(edit) @12213   13 years Mathieu Morlighem Fixed quadtree
(edit) @12210   13 years Mathieu Morlighem Added Observations dataset
(edit) @12207   13 years Mathieu Morlighem Added from objects for Kriging
(edit) @12204   13 years Eric.Larour Missing ifdef
(edit) @12202   13 years Mathieu Morlighem minor
(edit) @12200   13 years Mathieu Morlighem Added Kriging object for semivariograms
(edit) @12183   13 years Mathieu Morlighem added options and GSL support
(edit) @12177   13 years Mathieu Morlighem Added Gaussian covariance
(edit) @12176   13 years Mathieu Morlighem Fixed issue in denominator
(edit) @12174   13 years Mathieu Morlighem Final version of Kriging (still not working)
(edit) @12164   13 years Mathieu Morlighem Added Kriging module (empty for now)
(edit) @12155   13 years Mathieu Morlighem Changing ISSM_TIER to ISSM_DIR
(edit) @12127   13 years Eric.Larour Starting conversion of SetIceShelfBC Needs ContourToMesh python …
(edit) @12121   13 years Eric.Larour Added new ContourToNodesx prototype to handle same functionality, but …
(edit) @12102   13 years Eric.Larour Stripped out the following layers: METIS: if not running with MPI, do …
(edit) @12098   13 years Mathieu Morlighem Removed 'whole' option of DomainOutlineRead (missleading)
(edit) @12096   13 years Mathieu Morlighem minor
(edit) @12095   13 years Mathieu Morlighem not needed anymore
(edit) @12093   13 years Mathieu Morlighem Merging TriMesh and TriMeshRifts
(edit) @12063   13 years Mathieu Morlighem Fixed TriMeshRiftsx
(edit) @12061   13 years Mathieu Morlighem Added TriMeshRifts (not working yet)
(edit) @12056   13 years seroussi fixed compilation on pleiades
(edit) @12021   13 years Mathieu Morlighem minor, removed folds for easier debugging
(edit) @12018   13 years Eric.Larour Taking out more SERIAL protected code
(edit) @12016   13 years Eric.Larour Took out all specific parts of the code that were supposedly PARALLEL.
(edit) @12013   13 years Eric.Larour Some debugging of compilation
(edit) @12011   13 years Eric.Larour Preliminary commit of new issm version, where serial code is starting …
(edit) @11994   13 years Mathieu Morlighem merged trunk and trunk-jpl
(edit) @11965   13 years habbalf Removed stray remarks
(edit) @11964   13 years habbalf Added DebugPetscProfilingEnum to parameters
(edit) @11963   13 years habbalf StringToEnum for PETSc profiling
(edit) @11962   13 years habbalf EnumToString for PETSc profiling
(edit) @11952   13 years seroussi Fixing compilation on pleiades (do not compile TriMeshx)
(edit) @11951   13 years Mathieu Morlighem Fixed compilation issue
(edit) @11945   13 years Mathieu Morlighem Fixed warning
(edit) @11944   13 years Eric.Larour Diverse
(edit) @11923   13 years Mathieu Morlighem Added check to avoid Segfault
(edit) @11922   13 years Mathieu Morlighem Fixed Segfault
(edit) @11918   13 years Mathieu Morlighem Less verbose in interpolation, and added email address for bug report …
(edit) @11901   13 years Mathieu Morlighem cosmetics
(edit) @11900   13 years Mathieu Morlighem TriMeshx not compiled in PARALLEL
(edit) @11890   13 years Mathieu Morlighem Added ContourEnum
(edit) @11885   13 years Mathieu Morlighem Not needed anymore
(edit) @11880   13 years Eric.Larour TriMeshx module
(edit) @11874   13 years Mathieu Morlighem simpified 3d and better indentation
(edit) @11861   13 years Mathieu Morlighem reverted ifdef _SERIAL_ to ifd defined(_SERIAL_) && defined(_HAVE_MATLAB_)
(edit) @11853   13 years Mathieu Morlighem Moved all _HAVE_MATLAB_ to _SERIAL_, otherwise parallel won't compile
(edit) @11843   13 years Eric.Larour Made matlab and python layers more independent in the ISSM code
(edit) @11827   13 years Mathieu Morlighem Now each core saves its results depending on SaveResults parameter …
(edit) @11815   13 years seroussi reverted last change, bad idea to put thermal steady into steadystate
(edit) @11813   13 years seroussi added option to use thermal and/or diagnostic in steady-state solution
(edit) @11810   13 years Mathieu Morlighem Added starttime in time stepping
(edit) @11760   13 years Eric.Larour More robuts Solverx
(edit) @11737   13 years Eric.Larour Vector object does not have an M size.
(edit) @11726   13 years Eric.Larour Added GSL solver
(edit) @11719   13 years Mathieu Morlighem Precipitation not needed for prognostic
(edit) @11716   13 years Mathieu Morlighem Added support for empty vectors in serial mode
(edit) @11715   13 years Mathieu Morlighem fixed problem if uf=NULL
(edit) @11712   13 years Mathieu Morlighem Added assert to avoid crash
(edit) @11707   13 years Mathieu Morlighem moved delete to xdelete for PETSC vec
(edit) @11701   13 years Mathieu Morlighem Fixed seg fault
(edit) @11699   13 years Mathieu Morlighem minor
(edit) @11695   13 years Eric.Larour Completed separation of Petsc from ISSM. Matrix and Vector are now …
(edit) @11691   13 years Mathieu Morlighem Changed to xdelete
(edit) @11687   13 years Mathieu Morlighem Fixed seg fault (obvious)
(edit) @11685   13 years Eric.Larour Using new delete routines to fix segfault
(edit) @11679   13 years Eric.Larour Large commit, to strip out Petsc from the code. Created new Matrix and …
(edit) @11603   13 years seroussi fixed problem caused by steady state enthalpy
(edit) @11554   13 years jschierm Exp2Kml: Added capability to output kml points. Also removed …
(edit) @11551   13 years Mathieu Morlighem Fixed hmaxVertices option
(edit) @11510   13 years Mathieu Morlighem Forgot to commit the module:
(edit) @11509   13 years Mathieu Morlighem moved AccumulationRate to Precepitation for PDD and removed …
(edit) @11469   13 years Mathieu Morlighem Fixed compilation for PETSc 3.2 (MATSOLVERMUMPS + PCFieldSplit)
(edit) @11466   13 years Eric.Larour Fixed issues with the MUMPS solver. Up to now, we never checked that …
(edit) @11465   13 years Eric.Larour Fixed bug in use of PETSC_VERSION (which does not exist) and …
(edit) @11447   13 years Mathieu Morlighem Added incomplete_adjoint flag (1 default for now)
(edit) @11407   13 years Mathieu Morlighem minor changes to Synchronize.sh so that it errors out when string not found
Note: See TracRevisionLog for help on using the revision log.