~vcs-imports/escript-finley/trunk

« back to all changes in this revision

Viewing changes to finley/src/Assemble_PDE_System2_3D.c

  • 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:
45
45
 
46
46
/**************************************************************/
47
47
 
48
 
void  Finley_Assemble_PDE_System2_3D(Assemble_Parameters p, Finley_ElementFile* elements,
 
48
void  Finley_Assemble_PDE_System2_3D(Finley_Assemble_Parameters p,
 
49
                                     Finley_ElementFile* elements,
49
50
                                     Paso_SystemMatrix* Mat, escriptDataC* F,
50
51
                                     escriptDataC* A, escriptDataC* B, escriptDataC* C, escriptDataC* D, escriptDataC* X, escriptDataC* Y) {
51
52