MatCreateMPIAIJWithSplitArrays

Panyasantisuk Jarunan Jarunan.Panyasantisuk at eleves.ec-nantes.fr
Wed Jan 14 07:15:44 CST 2009


Hello,

To define a matrix with arrays, I cannot use 
MatCreateMPIAIJWithSplitArrays in my program which is written in 
Fortran:

      call MatCreateMPIAIJWithSplitArrays(PETSC_COMM_WORLD,N,N,
     $     PETSC_DETERMINE,PETSC_DETERMINE,pointer,column,v,opointer,
     $     oColumn,ov,D,ierr)

The error is
F:246: undefined reference to `matcreatempiaijwithsplitarrays_'

I could use MatCreateMPIAIJWithArrays but the off diagonal values are 
missing with this command.

I would be appreciate for any advice. Thank you before hand.

Regards,
Jarunan




-- 
Jarunan PANYASANTISUK
MSc. in Computational Mechanics
Erasmus Mundus Master Program
Ecole Centrale de Nantes
1, rue de la noë, 44321 NANTES, FRANCE








More information about the petsc-users mailing list