~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to src/mat/impls/aij/mpi/libtfs/types.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*$Id: types.h,v 1.2 2001/04/10 19:37:38 bsmith Exp $*/
 
2
/**********************************types.h*************************************
 
3
SPARSE GATHER-SCATTER PACKAGE: bss_malloc bss_malloc ivec error comm gs queue
 
4
 
 
5
Author: Henry M. Tufo III
 
6
 
 
7
e-mail: hmt@cs.brown.edu
 
8
 
 
9
snail-mail:
 
10
Division of Applied Mathematics
 
11
Brown University
 
12
Providence, RI 02912
 
13
 
 
14
Last Modification: 
 
15
6.21.97
 
16
***********************************types.h************************************/
 
17
 
 
18
/**********************************types.h*************************************
 
19
File Description:
 
20
-----------------
 
21
 
 
22
***********************************types.h************************************/
 
23
typedef void (*vfp)(void*,void*,int,...);
 
24
typedef void (*rbfp)(REAL *, REAL *, int len);
 
25
#ifdef MPISRC
 
26
#define vbfp MPI_User_function *
 
27
#else
 
28
typedef void (*vbfp)(void *, void *, int len, DATA_TYPE dt);
 
29
#endif
 
30
typedef int (*bfp)(void *, void *, int *len, DATA_TYPE *dt); 
 
31
/* typedef REAL (*bfp)(REAL, REAL); */