(git:e7e05ae)
pw_pool_types.F File Reference

Go to the source code of this file.

Modules

module  pw_pool_types
 Manages a pool of grids (to be used for example as tmp objects), but can also be used to instantiate grids that are never given back.
 

Functions/Subroutines

subroutine, public pw_pool_types::pw_pool_create (pool, pw_grid, max_cache)
 creates a pool for pw More...
 
subroutine, public pw_pool_types::pw_pool_release (pool)
 releases the given pool (see cp2k/doc/ReferenceCounting.html) More...
 
subroutine, public pw_pool_types::pw_pools_copy (source_pools, target_pools)
 copies a multigrid pool, the underlying pools are shared More...
 
subroutine, public pw_pool_types::pw_pools_dealloc (pools)
 deallocates the given pools (releasing each of the underlying pools) More...