rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
diffusivity_composite_components.m File Reference

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 More...
 

Detailed Description

glob is a npoints times 2 matrix

Definition in file diffusivity_composite_components.m.

Function Documentation

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);

Parameters
globglob
paramsa structure with model parameters
Return values
CC
CmatrixCmatrix
Required fields of params:
  • params —  B1, B2: number of composite blocks
  • B1 —  B1
  • B2 —  B2
Generated fields of diffusivity:
  • diffusivity —  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 17 of file diffusivity_composite_components.m.