rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
scm Directory Reference
Directory dependency graph for scm:
rbasis/basisgen/struct/scm

Files

file  scm_demo.m [code]
 scm_demo.m a simple demo script which produces scm_offline_data for the inf-sup constant of the scm_minimal_model. Then for a fine set of parameters in [0,1] the exact constant (mu), the lower bound {LB}(mu) and the exact cercivity constant (mu) are computet and the results are plottet. This shows that the scm_minimal_model is coercive up to mu = 0.5 and from there on it is only inf-sup stable. For mu = 0.5 it is neither cercive nor inf-sup stable. The main point is to show, that the SCM is working fine for little lin_stat inf-sup stable problems.
 
file  scm_get_neighbours.m [code]
 [P_M, ind] = scm_get_neighbours(M, mu, C)
 
file  scm_lower_bound.m [code]
 [constant_LB, constant_UB] = scm_lower_bound(model, reduced_data)
 
file  scm_minimal_model.m [code]
 model = scm_minimal_model(size)
 
file  scm_offline.m [code]
 scm_offline_data = scm_offline(model, detailed_data, M_train, D_train)
 
file  scm_online.m [code]
 scm_results = scm_online(mu, Theta_mu, scm_offline_data, M_alpha, M_plus, desired_constant)