Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ModStencil.F90
Go to the documentation of this file.
1
! *********************************************************************
2
! * Rocstar Simulation Suite *
3
! * Copyright@2015, Illinois Rocstar LLC. All rights reserved. *
4
! * *
5
! * Illinois Rocstar LLC *
6
! * Champaign, IL *
7
! * www.illinoisrocstar.com *
8
! * sales@illinoisrocstar.com *
9
! * *
10
! * License: See LICENSE file in top level of distribution package or *
11
! * http://opensource.org/licenses/NCSA *
12
! *********************************************************************
13
! *********************************************************************
14
! * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, *
15
! * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES *
16
! * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND *
17
! * NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR *
18
! * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER *
19
! * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, *
20
! * Arising FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE *
21
! * USE OR OTHER DEALINGS WITH THE SOFTWARE. *
22
! *********************************************************************
23
! ******************************************************************************
24
!
25
! Purpose: Define the derived data type encapsulating stencils.
26
!
27
! Description: None.
28
!
29
! Notes: None
30
!
31
! ******************************************************************************
32
!
33
! $Id: ModStencil.F90,v 1.4 2008/12/06 08:44:19 mtcampbe Exp $
34
!
35
! Copyright: (c) 2003-2005 by the University of Illinois
36
!
37
! ******************************************************************************
38
39
MODULE
modstencil
40
41
USE
moddatatypes
42
USE
modparameters
43
44
IMPLICIT NONE
45
46
TYPE
t_stencil
47
INTEGER
:: nBFaceMembs,nCellMembs,nLayers
48
INTEGER
,
DIMENSION(:)
,
POINTER
:: cellMembs
49
INTEGER
,
DIMENSION(:,:)
,
POINTER
:: bFaceMembs,layerInfo
50
REAL(RFREAL)
,
DIMENSION(:)
,
POINTER
:: xyzMoms
51
END TYPE
t_stencil
52
53
TYPE
t_stencilinfo
54
INTEGER
:: nBFaceMembsMax,nCellMembsMax,nCellMembsMin,nLayersMax, &
55
orderNominal
56
END TYPE
t_stencilinfo
57
58
END MODULE
modstencil
59
60
! ******************************************************************************
61
!
62
! RCS Revision history:
63
!
64
! $Log: ModStencil.F90,v $
65
! Revision 1.4 2008/12/06 08:44:19 mtcampbe
66
! Updated license.
67
!
68
! Revision 1.3 2008/11/19 22:17:30 mtcampbe
69
! Added Illinois Open Source License/Copyright
70
!
71
! Revision 1.2 2005/01/03 16:18:06 haselbac
72
! Changed t_stencil_info type, cosmetics
73
!
74
! Revision 1.1 2003/12/04 03:28:19 haselbac
75
! Initial revision
76
!
77
! ******************************************************************************
78
79
80
81
82
83
modparameters
Definition:
ModParameters.F90:42
modstencil::t_stencil
Definition:
ModStencil.F90:46
modstencil
Definition:
ModStencil.F90:39
modstencil::t_stencilinfo
Definition:
ModStencil.F90:53
moddatatypes
Definition:
ModDataTypes.F90:40
RocfluidMP
modfloflu
ModStencil.F90
Generated on Wed Nov 30 2016 16:56:09 for Rocstar by
1.8.5