📄 fem_master_full.cat
字号:
function [E,pp] = fem_master_full(vtx,simp,mat,gnd_ind,elec,zc,sym);Builds up the system matrix based on the complete electrode model. E is not yet permuted. To permute E -> E(pp,pp) as in fwd_solver.E = The full rank system matrix based on the 3D complete electrode modelvtx = The vertices matrixsimp = The simplices matrixmat = The conductivity vectorgnd_ind = The index of the ground nodeelec = The bounary electrodes matrixzc = The contact impedance vector, satisfying size(elec,1) = length(zc)sym = Column permutation of E, either '{y}' to opt or '{n}' to avoid.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -