Loading [MathJax]/extensions/tex2jax.js
Neko
0.9.1
A portable framework for high-order spectral element flow simulations
Toggle main menu visibility
Main Page
User Guide
Developer Guide
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
x
Enumerator
c
h
Data Types
Data Types List
Data Type Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Functions/Subroutines
_
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
Macros
c
d
g
h
m
n
p
s
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
structs.f90
Go to the documentation of this file.
1
2
module
structs
3
use
num_types
,
only
:
rp
,
dp
4
implicit none
5
private
6
7
type
,
public
::
struct_curve_t
8
real
(kind=
dp
) :: curve_data(5,12)
9
integer
:: curve_type(12)
10
integer
:: el_idx
11
end type
struct_curve_t
7
type
,
public
::
struct_curve_t
…
12
14
type
,
public
::
array_ptr_t
15
real
(kind=
rp
),
pointer
:: ptr(:)
16
end type
array_ptr_t
14
type
,
public
::
array_ptr_t
…
17
end module
structs
18
num_types
Definition
num_types.f90:1
num_types::dp
integer, parameter, public dp
Definition
num_types.f90:9
num_types::rp
integer, parameter, public rp
Global precision used in computations.
Definition
num_types.f90:12
structs
Defines structs that are used... Dont know if we should keep it though.
Definition
structs.f90:2
structs::array_ptr_t
Pointer to array.
Definition
structs.f90:14
structs::struct_curve_t
Definition
structs.f90:7
src
common
structs.f90
Generated on Sun Dec 29 2024 14:19:48 for Neko by
1.9.8