Changeset 8834


Ignore:
Timestamp:
07/06/11 17:49:44 (14 years ago)
Author:
seroussi
Message:

fixed coupling stokes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/solvers/solver_stokescoupling_nonlinear.cpp

    r8821 r8834  
    4646        for(;;){
    4747
    48 
    4948                /*First diagnostic horiz:*/
    5049                femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum);
     
    6463                Mergesolutionfromftogx(&ug_horiz, uf_horiz,ys,femmodel->nodes,femmodel->parameters); VecFree(&ys);
    6564                InputUpdateFromSolutionx( femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug_horiz);
    66                 VecFree(&ug_horiz); VecFree(&uf_horiz);
    6765
    6866                convergence(&converged,Kff_horiz,pf_horiz,uf_horiz,old_uf_horiz,femmodel->parameters); MatFree(&Kff_horiz);VecFree(&pf_horiz); VecFree(&df_horiz);
     
    9290        /*clean-up*/
    9391        VecFree(&old_uf_horiz);
     92        VecFree(&uf_horiz);
     93        VecFree(&ug_horiz);
    9494        VecFree(&ys);
    9595}
Note: See TracChangeset for help on using the changeset viewer.