source: XIOS/trunk/src/node/grid.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @895   8 years mhnguyen Adding a new transformation: Reduce a domain to an axis Test +) On Curie …
(edit) @890   8 years mhnguyen Removing some redundant codes and make some minor improvements +) Make a …
(edit) @887   8 years mhnguyen Adding a new type of element into grid: Scalar +) Add a new node Scalar …
(edit) @865   8 years mhnguyen Optimizing codes: Change the way to compute distribution of grid +) …
(edit) @857   8 years ymipsl Bug fix four output scalir variable without time records. YM+MHN
(edit) @835   8 years mhnguyen Exposing some functions to Fortran interface +) Allow add axis and domain …
(edit) @834   8 years mhnguyen Making some minor changes in distribution client +) Seperate global index …
(edit) @831   8 years mhnguyen Cleaning up some redundant coeds and making some improvements +) Remove …
(edit) @829   8 years mhnguyen Refactoring transformation code +) On exchanging information during …
(edit) @824   8 years mhnguyen Correcting the behavior of field_ref +) If a field refers to another one …
(edit) @823   8 years mhnguyen Implementing grid destination clone in case of two grid source +) Clone …
(edit) @821   8 years mhnguyen Making some improvements of transformation algorithm +) Correct the way …
(edit) @817   8 years mhnguyen Adding some attributes for axis and grid (ticket 71, 78) +) Add index …
(edit) @815   8 years mhnguyen Fixing the bug in ticket 72 +) The distributed axis on client side send …
(edit) @803   8 years rlacroix Fix buffer size estimation on server side when opening a file.
(edit) @789   8 years rlacroix Domain: Remove the domain_src attribute. It was added but was never …
(edit) @777   8 years mhnguyen Fixing some minors bug during merge Test +) On Curie +) test_remap …
(edit) @775   8 years mhnguyen Implementing the reading of attributes of an axis from a file +) 3d grid …
(edit) @771   8 years rlacroix Remove the now unused base reference framework.
(edit) @764   9 years rlacroix Fix the buffer size estimation to avoid requests for unexpected buffers.
(edit) @763   9 years rlacroix Fix: Deadlocks could occur depending on the zoom configuration.
(edit) @747   9 years rlacroix Fix the inherited name for axis/domains with reference in some cases. …
(edit) @746   9 years rlacroix Restore support for spatial transformations when 'domain_ref'/'axis_ref' …
(edit) @745   9 years rlacroix Grid: Don't recreate a temporary grid if an existing temporary grid can be …
(edit) @742   9 years mhnguyen Implement direct transformation with domain_ref and axis_ref +) Add a new …
(edit) @739   9 years rlacroix Fix a small mistake in the buffer size evaluation. The issue affected …
(edit) @731   9 years rlacroix Correctly estimate the needed buffer sizes. The attributes were not …
(edit) @721   9 years mhnguyen Templated version of distributed hashed table +) Implement DHT in more …
(edit) @720   9 years mhnguyen First implementation of hierarchical distributed hashed table +) …
(edit) @718   9 years rlacroix Rename "buffer_factor_size" to "buffer_size_factor" to clarify its …
(edit) @687   9 years mhnguyen Implementing auto-generate rectilinear domain +) Add a new special …
(edit) @676   9 years rlacroix Add support for indexed output. If the new field attribute …
(edit) @671   9 years rlacroix Avoid using C++11 feature for now.
(edit) @668   9 years mhnguyen Implementing some code factoring +) Replace some slow searching function …
(edit) @666   9 years mhnguyen Change name of several axis attributes and remove some redundant variable …
(edit) @664   9 years mhnguyen Changing some domain attributes +) Longitude and latitude from now on can …
(edit) @660   9 years mhnguyen Adding interpolation test_remap +) Add new test case for domain …
(edit) @657   9 years mhnguyen Making changes in domain to make sure unstructed grid work with new method …
(edit) @656   9 years rlacroix Grid: Release all allocated memory.
(edit) @650   9 years rlacroix Grid: Avoid some heap allocations and do various cleanups.
(edit) @632   9 years mhnguyen Moving transformation from grid source to grid destination +) grid …
(edit) @631   9 years mhnguyen Implementing zooming on a domain +) Add algorithm to do zooming on a …
(edit) @624   9 years mhnguyen Final tests of zoom and inverse on axis +) Modify test_client and …
(edit) @623   9 years mhnguyen Implementing transformation algorithm: zoom axis (local commit) +) …
(edit) @622   9 years mhnguyen Final testing transfomation algorithm: inverse axis (local commit) +) …
(edit) @621   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Change a …
(edit) @620   9 years mhnguyen Implementing generic transformation algorithm (local commit) +) Implement …
(edit) @619   9 years mhnguyen Implementing the first prototype of filter +) Create new class filter +) …
(edit) @600   9 years rlacroix Grid: Remove scalar_grid attribute. It always was for internal use only. …
(edit) @599   9 years rlacroix Implement reading fields from NetCDF files.
(edit) @598   9 years rlacroix Add the infrastructure to request fields from the server. This will be …
(edit) @595   9 years rlacroix Allow using more servers than clients. This will be useful later when …
(edit) @593   9 years rlacroix Add a new interface xios_recv_field to get local instant data from a …
(edit) @591   9 years rlacroix Remove leftovers from the XMLIO age.
(edit) @590   9 years rlacroix Fix: The computed size of the field data was off by one. The problem …
(edit) @587   9 years mhnguyen Correcting some issues because of merging code +) Correct Fortran …
(edit) @586   9 years mhnguyen Fixing some bugs on writting non-distributed data +) Implement scalar …
(edit) @585   9 years mhnguyen Modifying some functions to make sure zoom working even with grid not …
(edit) @584   9 years mhnguyen Implementing new hash algorithm and fixing bug related to zoom +) Replace …
(edit) @575   9 years rlacroix Rename axisDomainOrder attribute to axis_domain_order. "Snake case" is …
(edit) @569   9 years mhnguyen Correct some bugs on discovering server index and do some code cleanings …
(edit) @568   9 years mhnguyen Implementing discovering algorithm of server index +) Implement the …
(edit) @567   9 years mhnguyen Implementing a grid formed by only one axis or group of axis +) Add …
(edit) @553   9 years mhnguyen Seperating global index computation on client and server side +) Create a …
(edit) @552   9 years mhnguyen Doing some cleans and improving a little bit performance of creating local …
(edit) @551   9 years mhnguyen Redesigning grid structure +) Add an intermediate class to calculate …
(edit) @540   9 years mhnguyen Reorganizing structure of grid +) Grid doesn't have domain_ref and …
(edit) @518   9 years mhnguyen Fixing bug of automatic dection of buffer size +) Split sending of …
(edit) @511   9 years mhnguyen Seperating database of context on "client" side and "server" side +) Add …
(edit) @510   9 years mhnguyen Implementing buffer-size automatic detection in mode connected …
(edit) @509   9 years mhnguyen Implementing buffer size auto-detection for mode client -server +) …
(edit) @501   10 years ymipsl Add licence copyright to all file ond directory src using the command : …
(edit) @467   10 years ymipsl Add functionnalities for reduced gaussian grid support. YM
(edit) @435   11 years ymipsl enhancement : error message more explicit with non compliant mask size YM
(edit) @421   11 years ymipsl suppress warning due to french accents -> english traduction of error …
(edit) @415   11 years ymipsl Add grid mask attribute YM
(edit) @369   12 years ymipsl Major Update - redesign Type and attribute manipulation - add enumerate …
(edit) @352   12 years ymipsl
(edit) @351   12 years ymipsl Add zoom functionnality on vertical axis YM
(edit) @347   12 years ymipsl - Supress lot of shared_ptr - instrument code for vampir-trace and timer …
(edit) @346   12 years ymipsl Suppress access to CObjectFactory class and CTreeManager. YM
(edit) @345   12 years ymipsl removed "tree" namespace YM
(edit) @335   12 years ymipsl Change namespace xmlioserver -> xios YM
(edit) @314   12 years ymipsl Removing obsolete files and some cleaning... YM
(copy) @306   12 years ymipsl Transfert dev/common vers trunk YM
copied from XIOS/dev/common/src/node/grid.cpp:
(copy) @302   12 years ymipsl XMLIOSERVER devient XIOS !! YM
Note: See TracRevisionLog for help on using the revision log.