rbmatlab 0.10.01
|
glob is a npoints times 2 matrix More...
Go to the source code of this file.
Functions | |
function [
C , Cmatrix ] = | diffusivity_composite_components ( glob, params) |
glob is a npoints times 2 matrix |
glob is a npoints times 2 matrix
Definition in file diffusivity_composite_components.m.
function [ C , Cmatrix ] = diffusivity_composite_components | ( | glob, | |
params | |||
) |
glob is a npoints times 2 matrix
sanity check: sum_i ci = ones(size(glob,1),1);
glob | glob |
params | a structure with model parameters |
C | C |
Cmatrix | Cmatrix |
params —
B1, B2: number of composite blocks B1 —
B1 B2 —
B2diffusivity —
cell array of vectors with component values { c1,... c_Qc} with Qc = B1*B2 and c1 = vector with values 0 or 1 of length glob Definition at line 1 of file diffusivity_composite_components.m.