AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
execution Directory Reference

Files

file  interface.hpp
 Defines an execution interface for generic loop traversals and various mesh traversals, e.g., loop over nodes, cells, etc. The traversals may be executed in parallel, on the CPU, GPU, or other accelerator device, or in serial on the CPU according to the execution policy, which is supplied as a template argument to each of the traversal functions.
 
file  xargs.hpp
 The xargs::* types are used as template arguments to the execution model loop/mesh traversal functions. They are used to indicate additional arguments to the lambda expression that is passed to the loop/mesh traversal function.