1. add mesh analysis, 2. add bridge_algorithm.c, 3. delete some code for capacity...
authoryu.dongliang <18588496441@163.com>
Sat, 11 May 2024 12:25:35 +0000 (20:25 +0800)
committeryu.dongliang <18588496441@163.com>
Sat, 11 May 2024 12:25:35 +0000 (20:25 +0800)
commitb4ecf2aff383bb823beb64f7b5ffb71be48e4777
tree71aa4b71a6511b4a6cffd0df1be4e48ef45a10d0
parentca6e0eebd86bee1f1a3862f7c8dc62e625a81bd7
1. add mesh analysis, 2. add bridge_algorithm.c, 3. delete some code for capacity 'va', etc..
37 files changed:
Makefile
examples/add.cpk [new file with mode: 0644]
examples/add.pack [deleted file]
examples/add2.cpk [new file with mode: 0644]
examples/add2.pack [deleted file]
examples/and.cpk [new file with mode: 0644]
examples/and.pack [deleted file]
examples/or.cpk [new file with mode: 0644]
examples/or.pack [deleted file]
examples/oscillator.pack [deleted file]
examples/sin_oscillator.cpk [new file with mode: 0644]
main.c
scf_eda_pack.c
scf_eda_pack.h
scf_vector.h
ses_core.h
ses_flow.c [new file with mode: 0644]
ses_layout.c
ses_mesh_analysis.c [new file with mode: 0644]
ses_path.c [new file with mode: 0644]
ses_step_a_stat.c [new file with mode: 0644]
ses_step_dc_transistor.c
ses_step_jr.c
ses_step_open.c
ses_step_simplify.c
ses_step_simplify2.c [new file with mode: 0644]
ses_step_status.c [new file with mode: 0644]
ses_step_topo.c
ses_step_va.c
ses_step_va_bridge.c [deleted file]
ses_step_va_capacitor.c
ses_step_va_diode.c
ses_step_va_transistor.c
ses_steps.c
ses_utils.c
test/bridge_algorithm.c
test/main.c