Skip to content

Commit

Permalink
Update .zenodo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kuberry authored Feb 8, 2019
1 parent 2a60cea commit c929104
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"name": "Nathaniel Trask",
"orcid": "0000-0003-1575-6380"
}
],
"description": "<p>The Compadre&nbsp;(Compatible Particle Discretization and Remap) Toolkit provides a performance portable solution for the parallel evaluation of computationally dense kernels. The toolkit specifically targets the Generalized Moving Least Squares (GMLS) approach, which requires the inversion of small dense matrices. The result is a set of weights that provide the information needed for remap or entries that constitute the rows of some globally sparse matrix.</p>\n\n<p>This toolkit focuses on the &#39;on-node&#39; aspects of meshless PDE solution and remap, namely the parallel construction of small dense matrices and their inversion. What it does <strong>not</strong> provide is the tools for managing fields, inverting globally sparse matrices, or neighbor search that requires orchestration over many MPI processes. This toolkit is designed to be easily dropped-in to an existing MPI (or serial) based framework for PDE solution or remap, with minimal dependencies (<a href=\"https://github.com/kokkos/kokkos\">Kokkos</a> and either <a href=\"https://developer.nvidia.com/cuda-toolkit\">Cuda Toolkit</a> or <a href=\"http://www.netlib.org/lapack/\">LAPACK</a>).</p>\n\n<p>Find up-to-date details <a href=\"https://github.com/SNLComputation/compadre/blob/master/README.md\">HERE</a></p>",
],
"keywords": [
"compatible",
"particle",
Expand Down

0 comments on commit c929104

Please sign in to comment.