rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules 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 
function diff = diffusivity_cached(glob, params, callerid)
compute diffusivity tensor for geometry transformation and store results in a cache ...
function [ P1res , P2res ] = inv_geo_trans_derivative(model, glob, P1derivates, P2derivates, callerid)
computes entries of a geometry transformation function's inverse transposed jacobian ...
function clear_all_caches()
This function clears the caches generated for caching of gradient data in evolution schemes...