rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
clear_all_caches.m
Go to the documentation of this file.
1 function clear_all_caches
2 % function clear_all_caches
3 % This function clears the caches generated for caching of gradient data in
4 % evolution schemes.
5 %
6 % In detail the caches in inv_geo_trans_derivative() and diffusivity_cached()
7 % are cleared.
10 end
11