Parent Directory
|
Revision Log
|
Patch
revision 1557 by phornby, Thu May 1 07:09:49 2008 UTC | revision 1558 by ksteube, Tue May 20 07:33:49 2008 UTC | |
---|---|---|
# | Line 45 void Finley_Assemble_LumpedSystem(Finley | Line 45 void Finley_Assemble_LumpedSystem(Finley |
45 | type_t funcspace; | type_t funcspace; |
46 | index_t color,*row_index=NULL; | index_t color,*row_index=NULL; |
47 | double *S=NULL, *EM_lumpedMat=NULL, *Vol=NULL, *D_p=NULL, *lumpedMat_p=NULL; | double *S=NULL, *EM_lumpedMat=NULL, *Vol=NULL, *D_p=NULL, *lumpedMat_p=NULL; |
#ifdef NEW_LUMPING /* HRZ lumping */ | ||
48 | register double m_t, diagS; | register double m_t, diagS; |
#endif | ||
49 | register double rtmp; | register double rtmp; |
50 | size_t len_EM_lumpedMat_size; | size_t len_EM_lumpedMat_size; |
51 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |