Skip to content

hsundar/dendro-1

 
 

Repository files navigation

DENDRO v1.0
-------------------------
The instructions for installing the library can be found in the
INSTALL file. 

'DENDRO' is a collection of tools for parallel octree-based
applications. It is written in C++ using the standard template library
(STL) and uses the Message Passing standard, MPI. It supports the
PETSc objects 'Mat' and 'Vec' and provides interfaces to PETSc's
linear and non-linear solvers. DENDRO is released under the GNU Public
License, a copy of which can be found in the file LICENCE.GPL


The DENDRO library comprises of 4 main modules, which are listed below: 
1. 'par': A templated library of parallel functions used for sorting, 
          merging, searching and partitioning data.  
2. 'oct': Functions used to construct and balance linear 
          octrees.  
3. 'oda': Functions used to construct and manage the 
          Finite element mesh and provides interfaces to create the PETSc objects 
          'Mat' and 'Vec'.  
4. 'omg': Functions used to set up and use the multigrid 
          solver on the octree based finite element discretization.

A quick tutorial can be found in Manual/Manual.pdf
Detailed Doxygen documentation can be generated using the configure
file provided under Doc/Doxyfile. 


About

Automatically exported from code.google.com/p/dendro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.9%
  • TeX 18.0%
  • C++ 9.2%
  • Mathematica 5.9%
  • Mercury 3.4%
  • MATLAB 3.2%
  • Other 3.4%