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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13831   13 years Mathieu Morlighem CHG: renamed libISSMWrappers libISSMModules
(edit) @13830   13 years Mathieu Morlighem CHG: no double blank space please
(edit) @13829   13 years Eric.Larour CHG: avoid double definition of isnan in AD mode compilation.
(edit) @13813   13 years Mathieu Morlighem CHG: more cppcheck issues
(edit) @13800   13 years Mathieu Morlighem CHG: safer way to call str().c_str() (see cppcheck …
(edit) @13785   13 years Mathieu Morlighem DEL: not needed anymore
(edit) @13782   13 years Eric.Larour CHG: resolved bug on murdo with isnan not working when including …
(edit) @13769   13 years Mathieu Morlighem CHG: fixed some double blank lines
(edit) @13767   13 years Eric.Larour CHG: made necessary changes to repair the broken adolc compile. Had to …
(edit) @13758   13 years Mathieu Morlighem CHG: some cleanup from cppcheck
(edit) @13701   13 years Mathieu Morlighem Better handling of matlab and python errors by putting error message …
(edit) @13640   13 years Mathieu Morlighem NEW: added WriteData for RiftStruct in python (empty for now). …
(edit) @13634   13 years Mathieu Morlighem NEW: added TriMeshProcessRiftsx, x layer of TriMeshProcessRifts for …
(edit) @13623   13 years Mathieu Morlighem CHG: cosmetics, removing all deboule blank lines and indent single …
(edit) @13622   13 years Mathieu Morlighem CHG: cosmetics, removing all deboule blank lines and indent single …
(edit) @13612   13 years Eric.Larour CHG: switched my_rank2 to my_rank and num_procs2 to num_procs
(edit) @13594   13 years Eric.Larour CHG: more changes to switch from my_rank and num_procs to …
(edit) @13579   13 years Eric.Larour CHG: had to template the binary_search for doubles, as AD mode compile …
(edit) @13577   13 years Mathieu Morlighem CHG: even simpler binary_search for doubles: return segment number
(edit) @13575   13 years Mathieu Morlighem BUG: rewrote binary_search for double, there was a segfault in the …
(edit) @13572   13 years Mathieu Morlighem BUG: changed offset==-1 to offset=-1 + some cosmetics
(edit) @13569   13 years Eric.Larour NEW: implemented binary_search for double sorted array, to speed up …
(edit) @13539   13 years Eric.Larour CHG: simplified profiler further. moved Dakotax to …
(edit) @13538   13 years Eric.Larour CHG: Sys directory not needed anymore
(edit) @13536   13 years Eric.Larour CHG: Not needed anymore
(edit) @13530   13 years Eric.Larour CHG and NEW: macros.h: changed name of ISSMBOOT and ISSMEND macros to …
(edit) @13521   13 years helsen update of the SMB gradients code
(edit) @13459   13 years utke CHG fix the operator order with ()
(edit) @13451   13 years utke NEW 2-dim variant of zero init array allocation
(edit) @13435   13 years Eric.Larour CHG: Added new level of verbosity for autodiff mode. Also updated …
(edit) @13367   13 years Mathieu Morlighem BUG: fixed bug in trimesh with holes
(edit) @13366   13 years Mathieu Morlighem BUG: need to initialize flag before calling IsInPolySerial
(edit) @13363   13 years Mathieu Morlighem NEW: improved error message handle in python
(edit) @13357   13 years Mathieu Morlighem CHG: cosmetics
(edit) @13353   13 years Mathieu Morlighem NEW: FtechData can now retrieve contours either from a file or from a …
(edit) @13327   13 years utke CHG fix up the assertions
(edit) @13312   13 years utke CHG parameter not needed
(edit) @13296   13 years utke NEW: 2-dim allocate/delete template fcts.
(edit) @13293   13 years utke missing string function prototypes acc to gcc 4.7.1
(edit) @13251   13 years Mathieu Morlighem CHG: getting rid of xfree
(edit) @13248   13 years Mathieu Morlighem CHG: getting rid of xmalloc xcalloc and xrealloc. Use xNew xNewInit …
(edit) @13231   13 years Mathieu Morlighem CHG: removing PetscInitialize and PetscFinalize from matlab and python …
(edit) @13229   13 years Mathieu Morlighem CHG: make sure we are using SeqVec so that we can disconnect PETSc …
(edit) @13220   13 years Eric.Larour CHG: adjustments to compile the Matlab and Python modules when ADOLC …
(edit) @13216   13 years Eric.Larour NEW: large change to the code, to adapt to ADOLC requirements. This …
(edit) @13185   13 years utke NEW : register externally differentiated function for ADOL-C ; …
(edit) @13142   13 years Mathieu Morlighem CHG: cosmetics
(edit) @13063   13 years Mathieu Morlighem BUG: fixed problem with cubic root
(edit) @13061   13 years Mathieu Morlighem CHG: ISSMized cubic.cpp
(edit) @13056   13 years glperez CHG: Correction from the 13046 revision
(edit) @13055   13 years glperez BUG: Reverted back. Chaco module not compiling…
(edit) @13050   13 years Mathieu Morlighem NEW: Added routine to find roots of cubic equations
(edit) @13036   13 years Mathieu Morlighem CHG: renaming _error2_ _error_
(edit) @13035   13 years Mathieu Morlighem CHG: getting rid of _error_, only use _error2_
(edit) @12988   13 years Eric.Larour NEW: created wrapper to SolverxSeq solver, so that when running with …
(edit) @12923   13 years lemorzad minor deltao18 update
(edit) @12909   13 years Mathieu Morlighem CHG: cosmetics
(edit) @12886   13 years lemorzad isdelta18o update 2
(edit) @12867   13 years lemorzad delta18o update
(edit) @12862   13 years Mathieu Morlighem CHG: xalloc_modules not needed anymore, use regular destructor
(edit) @12852   13 years Eric.Larour BUG: reverting to previous memory managenet in xdelete_module. This is …
(edit) @12850   13 years Eric.Larour CHG: homoegeization of the matrix class. Is now split into a pector …
(edit) @12835   13 years Mathieu Morlighem FIX: fixed compilation with new classes directory
(edit) @12832   13 years Eric.Larour Almost done migrating objects to classes
(edit) @12777   13 years Eric.Larour Cosmetic.
(edit) @12773   13 years helsen added an optional output: TotalSmb
(edit) @12771   13 years lemorzad some minor modification for delta18o methode
(edit) @12748   13 years lemorzad addind delta18o temperature and precipitation methode
(edit) @12705   13 years Mathieu Morlighem minor
(edit) @12704   13 years Mathieu Morlighem merged trunk and trunk-jpl
(edit) @12701   13 years Mathieu Morlighem Fixed compilation
(edit) @12696   13 years Eric.Larour Generalized profiling in issm.cpp to be applicable even when Petsc is …
(edit) @12694   13 years Eric.Larour System routines: profiling, time, etc …
(edit) @12677   13 years helsen smb gradient method added
(edit) @12583   13 years utke the specialized function template needs to be moved to the cpp file or …
(edit) @12581   13 years utke passivate
(edit) @12565   13 years utke reCast
(edit) @12546   13 years utke add casting mechanism that makes the switch from double to adouble for …
(edit) @12545   13 years Mathieu Morlighem missing include cmath
(edit) @12543   13 years Mathieu Morlighem isnan.cpp not needed anymore
(edit) @12529   13 years Mathieu Morlighem replaced all isnan by template xIsnan
(edit) @12527   13 years utke templatized isnan
(edit) @12520   13 years Mathieu Morlighem cosmetics
(edit) @12519   13 years Mathieu Morlighem cosmetics
(edit) @12515   13 years Mathieu Morlighem Starting to replace _printf by _pprintString
(edit) @12513   13 years Mathieu Morlighem Starting to replace _printf by _pprintString
(edit) @12512   13 years Mathieu Morlighem Starting to replace _printf by _pprintString
(edit) @12511   13 years Mathieu Morlighem replaced all printf to _printString and _printLine
(edit) @12507   13 years Mathieu Morlighem Changing some printf to _printLine_
(edit) @12500   13 years Mathieu Morlighem Final xmalloc
(edit) @12495   13 years Mathieu Morlighem minor
(edit) @12494   13 years Mathieu Morlighem replaced all _error_ to _error2_
(edit) @12493   13 years Mathieu Morlighem replaced all _error_ to _error2_
(edit) @12479   13 years utke should take const string&
(edit) @12476   13 years utke type renames
(edit) @12475   13 years utke type renames
(edit) @12461   13 years Mathieu Morlighem minor
(edit) @12460   13 years Mathieu Morlighem Better to use vnprintf
(edit) @12448   13 years utke replace NULL, put in some extra comments relating to the manual page; …
(edit) @12447   13 years utke should have read the manual page more carefully the first time around …
Note: See TracRevisionLog for help on using the revision log.