Re: [petsc-dev] error reading binary file
12 Jun
2012
12 Jun
'12
3:25 p.m.
On Tue, Jun 12, 2012 at 3:18 PM, Mark F. Adams <[email protected]>wrote:
This is the calling sequence in ex10:
ierr = VecCreate(PETSC_COMM_WORLD,&b);CHKERRQ(ierr); ierr = VecSetFromOptions(b);CHKERRQ(ierr); ierr = VecLoad(b,fd);CHKERRQ(ierr);
I set the block size for matrices before SetFromOptions.
How is that? You don't even know the Vec type.
5174
Age (days ago)
5174
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jed Brown