[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nullspaces
- To: petsc-users@xxxxxxxxxxx
- Subject: nullspaces
- From: "Yaron Kretchmer" <yaronkretchmer@xxxxxxxxx>
- Date: Mon, 8 May 2006 23:56:23 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VP3ZzrQ+gJpEa3DAPmEapOfinaVexw4GFdvnjiGKaFC/KoKZ/IG0yWU1dpXQP8y43A2XlyMNTRDJPfX2RptVDXxoJX2F9BUWE6cPTZtjgWG3r+fL43muOBIgSvf7gvfFEQhTKRQj4qovsdlcnLSZCsG/KINyn9G5ofWLPm/9Olo=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hi all
I have a matrix representing electrical currents (KCL). In my design, there are some elements which are totally isolated from the rest of the circuit, which means that they form the matrix's nullspace.
My questions are:
*) Can I use Petsc to derive the nodes which compose the nullspace
*) Can I then remove them from the KSP? If so, how?
Thanks much
Yaron