Ignore:
Timestamp:
05/14/09 22:33:13 (16 years ago)
Author:
Eric.Larour
Message:

Finished new parallel solution sequence for all types of elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/OutputDiagnostic.cpp

    r209 r434  
    1111#include "../objects/objects.h"
    1212
    13 void OutputDiagnostic(Vec u_g,Vec partition,char* filename,NodeSets* nodesets,char* analysis_type){
     13void OutputDiagnostic(Vec u_g,Vec p_g, FemModel* femmodels,char* filename){
    1414
    1515        int i;
     
    1919        FILE* fid=NULL;
    2020
     21        /*intermediary: */
     22        FemModel  femmodel;
     23        NodeSets* nodesets=NULL;
     24        Vec       partition=NULL;
     25        char*     analysis_type="diagnostic";
     26       
    2127        /* standard output: */
    2228        Vec partition_shifted=NULL;
    2329        double* serial_partition=NULL;
    24         int    analysis_size;
    2530
    2631        double* serial_ug=NULL;
     
    2833        int     gsize;
    2934        int     nods;
     35
     36        /*Recover diagnostic horiz femmodel: */
     37        femmodel=femmodels[0];
     38        partition=femmodel.partition;
     39        nodesets=femmodel.nodesets;
    3040
    3141        /*serialize outputs: */
Note: See TracChangeset for help on using the changeset viewer.