/[MITgcm]/MITgcm_contrib/dgoldberg/code_cg3d_petsc/CG3D_PETSC.h
ViewVC logotype

Annotation of /MITgcm_contrib/dgoldberg/code_cg3d_petsc/CG3D_PETSC.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Sat Jul 2 17:48:26 2016 UTC (9 years ago) by dgoldberg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
petsc bug fix

1 dgoldberg 1.1 C $Header: /u/gcmpack/MITgcm/pkg/streamice/STREAMICE_PETSC.h,v 1.1 2015/06/15 14:32:44 dgoldberg Exp $
2     C $Name: $
3    
4     C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
5    
6     #ifdef ALLOW_NONHYDROSTATIC
7    
8     COMMON /CG3D_PETSC_MATRIX/
9     & matrix_Petsc_cg3d, mumpsFac_cg3d
10     Mat matrix_Petsc_cg3d
11     Mat mumpsFac_cg3d
12    
13     COMMON /CG3D_PETSC_KSP/
14     & ksp_cg3d
15     KSP ksp_cg3d
16    
17     COMMON /CG3D_PETSC_PC/
18     & pc_cg3d
19     PC pc_cg3d
20    
21    
22    
23    
24     #endif
25    
26     CEH3 ;;; Local Variables: ***
27     CEH3 ;;; mode:fortran ***
28     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22