[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Xiangze Zeng
... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/df821fe2/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Xiangze Zeng
r setting the matrix type. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/54906b68/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Xiangze Zeng
What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermai

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Xiangze Zeng
How are you measuring? What preconditioner are you using and how many iterations are typically required? -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/92be17eb/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Dave May
Hey Matt, Do you have any guidance or ideas regarding how large the subdomains should be to offset the cost of this copy? Cheers, Dave On 13 March 2012 15:03, Matthew Knepley wrote: > On Tue, Mar 13, 2012 at 8:59 AM, Xiangze Zeng > wrote: >> >> Hi, Jed. >> At the beginning and end of ?the

[petsc-users] system upgrade

2012-03-13 Thread Francis Poulin
t failed. I presume that's the more interesting one > anyhow. > > You could send to petsc-maint instead (and / or try zipping) -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/565a1afa/attachment.htm>

[petsc-users] PetscBag Question

2012-03-13 Thread Jed Brown
exceed this size. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/5a62b011/attachment.htm>

[petsc-users] PetscBag Question

2012-03-13 Thread Matthew Knepley
html#PetscBagCreate> > > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <h

[petsc-users] system upgrade

2012-03-13 Thread Francis Poulin
interesting one anyhow. -- next part -- An embedded and charset-unspecified text was scrubbed... Name: configure.txt URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/89ea58a8/attachment.txt>

[petsc-users] using OpenMP in PETSc

2012-03-13 Thread Xiangdong Liang
Hello everyone, Can someone provide me advice on using OpenMP in PETSc? I am solving a problem like this: int main() { vec vsum; for(i=0; i< N; i++) { vec vi; fcomputev(i, vi); VecAXPY(vsum, 1.0, vi); // vsum +=vi; } } Can I use OpenMP "omp parallel for" to do the

[petsc-users] PetscBag Question

2012-03-13 Thread Daniel Christian Weflen
I have a question about PetscBagCreate (the documentation for which can be found here [1]). The documentation says that the size of the struct cannot be larger than a PetscInt, which is 4 bytes. Is this referring to the entire struct, or just a pointer to it? If the size of the struct itself c

[petsc-users] system upgrade

2012-03-13 Thread Sean Farley
more interesting > one anyhow. You could send to petsc-maint instead (and / or try zipping) -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/6b754c83/attachment.htm>

[petsc-users] system upgrade

2012-03-13 Thread Matthew Knepley
-- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/8c4a8507/attachment.htm>

[petsc-users] using OpenMP in PETSc

2012-03-13 Thread Matthew Knepley
dong > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/a4871dfb/attachment-0001.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Xiangze Zeng
s infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/4ff44b88/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Matthew Knepley
> iterations are typically required? > >> > >> > >> > > > > > > > > -- > > What most experimenters take for granted before they begin their > experiments > > is infinitely more interesting than any results to which their > experiments > > lead. > > -- Norbert Wiener > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/5d3b307c/attachment.htm>

[petsc-users] using PCFieldSplitGetSubKSP in c++

2012-03-13 Thread Klaij, Christiaan
> > >Declare this as KSP *subksp; > > > > Compare this ^^^ > > > > > > > > Matt > > > > > > > Thanks Matt, but when I do that I cannot use KSPSetNullSpace: > > > > KSP *subksp[2]; > > > > To this ^^ Matt, Jed Thanks, I get the idea now and changed the code to: KSP *subksp;

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Jed Brown
ss with comment (2) above in regards to Singleblock > BJacobi. I haven't yet tried it for Multiblock or Multiproc. > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/bd23aa8d/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Jed Brown
me local fixes to make it work efficiently (without extra > copies), but changes won't be pushed too soon because the design is not > sufficiently general. > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-u

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Paul Mullowney
ecause the >> design is not sufficiently general. >> >> > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/42ffb2ae/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Paul Mullowney
ficiently (without extra > copies), but changes won't be pushed too soon because the design > is not sufficiently general. > > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/18634da0/attachment-0001.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Jed Brown
riod. It is much longer than >> that when I don't use the GPU. I just guess the time is used for copping >> data. My PCTYPE is sor. And 2000 iterations. Do you have any suggestion >> about this? > > -- next part -- An HTML attachment was sc

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Paul Mullowney
data. My PCTYPE is sor. And 2000 iterations. Do you have > any suggestion about this? > > ------ next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/4c40d705/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Jed Brown
RL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/8805a235/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Matthew Knepley
or granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener -- next part ------ An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/12f11f25/attachment.htm>

[petsc-users] using PCFieldSplitGetSubKSP in c++

2012-03-13 Thread Jed Brown
bed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/cf948210/attachment.htm>

[petsc-users] Bug in pc_right + nonzero initial guess + {tfqmr, tcqmr, cgs}

2012-03-13 Thread Jed Brown
-- > > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/408ba1bb/attachment.htm>

[petsc-users] [petsc-maint #107932] run a simple example ex19 in src/snes/examples/tutorials

2012-03-13 Thread Jed Brown
erations are typically required? -- next part -- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20120313/b9cba6ff/attachment-0001.htm>