~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to paso/src/Transport.h

  • Committer: jfenwick
  • Date: 2010-10-11 01:48:14 UTC
  • Revision ID: svn-v4:77569008-7704-0410-b7a0-a92fef0b09fd:trunk:3259
Merging dudley and scons updates from branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    double* reactive_matrix;
48
48
    double* main_diagonal_mass_matrix;
49
49
 
50
 
    Paso_MPIInfo *mpi_info;
 
50
    Esys_MPIInfo *mpi_info;
51
51
    dim_t reference_counter;
52
52
 
53
53
} Paso_TransportProblem;
91
91
Paso_Connector* Paso_TransportProblem_borrowConnector(const Paso_TransportProblem* in);
92
92
 
93
93
PASO_DLL_API
94
 
index_t Paso_TransportProblem_getTypeId(const index_t solver,const index_t preconditioner, const index_t package,const  bool_t symmetry, Paso_MPIInfo *mpi_info);
 
94
index_t Paso_TransportProblem_getTypeId(const index_t solver,const index_t preconditioner, const index_t package,const  bool_t symmetry, Esys_MPIInfo *mpi_info);
95
95
 
96
96
PASO_DLL_API
97
97
void Paso_TransportProblem_insertConstraint(Paso_TransportProblem* fctp,  const double* r,  double* source);