diff options
author | garga <garga@FreeBSD.org> | 2006-03-15 18:36:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-15 18:36:29 +0800 |
commit | b4d2688b5e3e58164042e98b6b880bb47ed47a7d (patch) | |
tree | cd0a353695aa0b1a05939f9f4692158fc658a1b2 /science/fastcap/pkg-descr | |
parent | e5e4d5786f645981c47678e04c7780a54ec3ac3f (diff) | |
download | freebsd-ports-graphics-b4d2688b5e3e58164042e98b6b880bb47ed47a7d.tar.gz freebsd-ports-graphics-b4d2688b5e3e58164042e98b6b880bb47ed47a7d.tar.zst freebsd-ports-graphics-b4d2688b5e3e58164042e98b6b880bb47ed47a7d.zip |
Add fastcap , a three-dimensional capacitance extraction program.
PR: ports/93968
Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'science/fastcap/pkg-descr')
-rw-r--r-- | science/fastcap/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/fastcap/pkg-descr b/science/fastcap/pkg-descr new file mode 100644 index 00000000000..324fd8bfcae --- /dev/null +++ b/science/fastcap/pkg-descr @@ -0,0 +1,20 @@ +FastCap computes self and mutual capacitances between ideal +conductors of arbitrary shapes, orientations and sizes. +The conductors can be embedded in a dielectric region composed +of any number of constant-permittivity regions of any shape and +size. + +The algorithm used in FastCap is an acceleration of the +boundary-element technique for solving the integral equation +associated with the multiple-conductor, multiple-dielectric +capacitance extraction problem. The linear system resulting +from the boundary-element discretization is solved using a +generalized conjugate residual algorithm with a fast multipole +algorithm to efficiently compute the iterates. + +--------------------- +This version of fastcap has been cleaned up and enhanced by Stephen R. +Whiteley of Whitleley Research Inc. +--------------------- + +WWW: http://www.rle.mit.edu/cpg/research_codes.htm |