forked from lijiext/lammps
fda492ea48
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14919 f3b2605a-c512-4ea7-a41b-209d697bcdaa |
||
---|---|---|
.. | ||
cmake | ||
common | ||
feint | ||
fenl | ||
fixture | ||
global_2_local_ids | ||
grow_array | ||
ichol | ||
md_skeleton | ||
multi_fem | ||
query_device | ||
sort_array | ||
tutorial | ||
CMakeLists.txt | ||
README |
README
This directory contains example application proxies that use different parts of Kokkos. If you are looking for the FENL ("finite element nonlinear" solve) example, it has moved into the LinAlg subpackage of Tpetra. MANIFEST: - common: Header files used by different examples - feint: Unstructured finite-element method - fixture: Some other finite-element method example - global_2_local_ids: Example of global-to-local index lookup - grow_array: Parallel dynamic memory allocation - md_skeleton: Molecular dynamics - query_device: Kokkos' HWLOC wrapper for querying device topology - sort_array: Parallel sort - tutorial: Kokkos tutorial (START HERE)