📄 forward_solver.cat
字号:
function [V] = forward_solver(vtx,E,I,tol,pp,V);This function solves the forward problem using the Cholesky or LU method or conjugate gradients. vtx = The verticesE = The full rank system matrix I = The currents matrix (RHS) pp = the column permutation vector V = The approximated nodal potential distributiontol = The tolerance in the forward solution, e.g. 1e-5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -