comparison +multiblock/local2globalClosure.m @ 899:ba10f24bf476 bcSetupExperiment

Fix the documentation of functions
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 24 Nov 2018 15:48:00 +0100
parents c51b3f945c65
children
comparison
equal deleted inserted replaced
895:ba037fd21e9f 899:ba10f24bf476
1 1 % Takes the block-local closures and turns it into a global closure
2 % Takes the local closure for ice or water and turns it into a closure for the whole system
3 % local -- The local closure 2 % local -- The local closure
4 % div -- block matrix division for the diffOp 3 % div -- block matrix division for the diffOp
5 % I -- Index of blockmatrix block 4 % I -- Index of blockmatrix block
6 function closure = local2globalClosure(local, div, I) 5 function closure = local2globalClosure(local, div, I)
7 closure_bm = blockmatrix.zero(div); 6 closure_bm = blockmatrix.zero(div);