/* * LPTlib * Lagrangian Particle Tracking library * * Copyright (c) 2012-2014 Advanced Institute for Computational Science, RIKEN. * All rights reserved. * */ LPTlib ====== Lagrangian Particle Tracking library is a C++ class library to compute trajectories of numerous particles. This library is designed to achieve higher scalability in large-scale parallel environments using particle-based load balancing and data caching algorithm to hide the communication cost of data transfer. Contributors ------------ - Kenji Ono - Naoyuki Sogo Copyright --------- Copyright (c) 2014 Advanced Institute for Computational Science, RIKEN. All rights reserved. License ------- BSD (2-clause) license Software Requirement -------------------- - MPI library - Text parser library Ingredients ----------- AUTHORS Contributors ChangeLog History of modification COPYING Copyright doc/ Document Doxyfile Configuration file to generate a doxygen file LPTdesign.pdf Design of LPTlib LPTlib.pdf User's manual (in Japanese) FileConverter Source files of file converter, which transform from LPT native output to FieldView include/ Header files INSTALL Description of how to install LICENSE License to apply NEWS Release note Makefile_hand Building LPTlib by hand compile README This document src/ Source codes