Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ModRocstar.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 global variable for coupling with GenX.
26
!
27
! Description: none
28
!
29
! Notes: none
30
!
31
!******************************************************************************
32
!
33
! $Id: ModGenx.F90,v 1.6 2008/12/06 08:44:18 mtcampbe Exp $
34
!
35
! Copyright: (c) 2002 by the University of Illinois
36
!
37
!******************************************************************************
38
39
MODULE
modrocstar
40
41
USE
modglobal
, ONLY
:
t_global
42
#ifdef RFLO
43
USE
moddatastruct
, ONLY
: t_region
44
#endif
45
#ifdef RFLU
46
USE
moddatastruct
, ONLY
: t_level
47
#endif
48
IMPLICIT NONE
49
50
#ifdef GENX
51
include
'rocmanf90.h'
52
#endif
53
54
TYPE
t_globalgenx
55
LOGICAL
:: isDummy
56
57
TYPE(
t_global
)
,
POINTER
:: global
58
#ifdef RFLO
59
TYPE(
t_region
)
,
POINTER
:: regions(:)
60
#endif
61
#ifdef RFLU
62
TYPE(
t_level
)
,
POINTER
:: levels(:)
63
#endif
64
END TYPE
t_globalgenx
65
66
CONTAINS
67
SUBROUTINE
associate_pointer
( attr, ptr)
68
TYPE(
t_globalgenx
)
,
POINTER
::
attr
,
ptr
69
ptr
=>
attr
70
END SUBROUTINE
associate_pointer
71
72
END MODULE
modrocstar
73
74
!******************************************************************************
75
!
76
! RCS Revision history:
77
!
78
! $Log: ModGenx.F90,v $
79
! Revision 1.6 2008/12/06 08:44:18 mtcampbe
80
! Updated license.
81
!
82
! Revision 1.5 2008/11/19 22:17:29 mtcampbe
83
! Added Illinois Open Source License/Copyright
84
!
85
! Revision 1.4 2002/11/15 22:11:31 haselbac
86
! Enclosed INCLUDE within ifdef
87
!
88
! Revision 1.3 2002/11/15 21:24:08 haselbac
89
! Added INCLUDE rocmanf90.h for use in interfaces
90
!
91
! Revision 1.2 2002/10/05 18:59:11 haselbac
92
! Integration of RFLU into GENX
93
!
94
! Revision 1.1 2002/09/20 22:22:35 jblazek
95
! Finalized integration into GenX.
96
!
97
!******************************************************************************
98
99
100
101
102
103
modglobal
Definition:
ModGlobal.F90:39
Node::attr
const COM::Attribute * attr(const COM::Attribute *a) const
Obtain the attribute on the parent pane of the node.
Definition:
Manifold_2.h:404
m_rocburn_interface_data::associate_pointer
subroutine associate_pointer(attr, ptr)
Definition:
01.burn_interface_data.f90:143
modrocstar::t_globalgenx
Definition:
ModRocstar.F90:54
Aff_transformationS2::ptr
Aff_transformation_rep_baseS2< FT > * ptr() const
Definition:
Aff_transformationS2.h:797
moddatastruct
Definition:
ModDataStruct.F90:40
modglobal::t_global
Definition:
ModGlobal.F90:50
modrocstar
Definition:
ModRocstar.F90:39
RocfluidMP
modfloflu
ModRocstar.F90
Generated on Wed Nov 30 2016 16:56:09 for Rocstar by
1.8.5