Changeset 6862


Ignore:
Timestamp:
12/30/10 07:47:47 (14 years ago)
Author:
Mathieu Morlighem
Message:

never more than one linebreak please...

Location:
issm/trunk/src/c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/Solverx/Solverx.cpp

    r6858 r6862  
    3636        #endif
    3737
    38 
    3938        /*Display message*/
    4039        _printf_(VerboseModule(),"   Solving\n");
     
    5150        if (strcmp(ksp_type,"preonly")==0)uf0=NULL;
    5251        #endif
    53        
    5452
    5553        /*If initial guess for solution exists, use it to create uf, otherwise,
     
    6159                MatGetLocalSize(Kff,&local_m,&local_n);uf=NewVec(local_n,fromlocalsize);
    6260        }
    63 
    6461
    6562        /*Process petsc options to see if we are not using special types of external solvers: */
     
    9289        #endif
    9390        #endif
    94                
    9591
    9692        /*Prepare solver*/
     
    108104        #endif
    109105        #endif
    110 
    111106
    112107        /*If initial guess for solution, use it, except if we are using the MUMPS direct solver, where any initial
  • issm/trunk/src/c/modules/SystemMatricesx/SystemMatricesx.cpp

    r6852 r6862  
    3030        /*Display message*/
    3131        _printf_(VerboseModule(),"   Generating matrices\n");
    32 
    33 
    3432
    3533        /*retrive parameters: */
  • issm/trunk/src/c/toolkits/petsc/patches/NewMat.cpp

    r6852 r6862  
    8484        #endif
    8585
    86 
    87 
    8886        /*Determine local sizes: */
    8987        m=PetscDetermineLocalSize(M);
     
    9795        MatSetSizes(outmatrix,m,n,M,N);
    9896        MatSetFromOptions(outmatrix);
    99 
    100        
    10197
    10298        /*preallocation  according to type: */
Note: See TracChangeset for help on using the changeset viewer.