Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
0ceb0bb7
Commit
0ceb0bb7
authored
May 29, 2019
by
LEFEBVREJP email
Browse files
Updating declspec on sparsegridinterface.
parent
001b8929
Pipeline
#57745
passed with stages
in 14 minutes
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixio/examples/Rawin_35mmfilm_Sugar_19Nov1951_1750GMT.csv
View file @
0ceb0bb7
...
...
@@ -2,23 +2,23 @@ Pressure,Height,Temperature,Relative Humidity,Dew Point,Wind Direction,Wind Spee
pres,zhgt,temp,rh,tdew,wdir,wspd,msg
mb,m,C,per,C,deg,knot,NULL
f,f,f,f,f,f,f,s
875,
-999
9,10.0,24,-9.6,
20
,0,
850,1499,6.4,34,-8.4,
0
,0,
875,
125
9,10.0,24,-9.6,
-9999
,0,
850,1499,6.4,34,-8.4,
-9999
,0,
843,-9999,5.3,37,-8.2,-9999,-9999,
830,-9999,6.0,46,-4.7,-9999,-9999,
800,1994,3.9,54,-9999.0,
8
,8,
750,2510,0.3,68,-9999.0,
8
,14,
800,1994,3.9,54,-9999.0,
180
,8,
750,2510,0.3,68,-9999.0,
180
,14,
732,-9999,-1.0,74,-5.0,-9999,-9999,
700,3066,-2.3,65,-8.0,
9
,17,
700,3066,-2.3,65,-8.0,
202.5
,17,
666,-9999,-1.0,22,-20.1,-9999,-9999,
650,3666,-2.4,
14
,-9999.0,
9,19,
600,4285,-6.5,
15
,-9999.0,
10
,21,
650,3666,-2.4,
-9999
,-9999.0,
202.5,19,RH(14)
600,4285,-6.5,
-9999
,-9999.0,
225
,21,
RH(15)
572,-9999,-9.0,-9999,-9999.0,-9999,-9999,
562,-9999,-8.3,-9999,-9999.0,-9999,-9999,
550,4970,-9.4,
15
,-9999.0,
10
,24,
500,5695,-15.0,
16
,-9999.0,
9,35,
450,6500,-20.9,
17
,-9999.0,
9,27,
400,7342,-27.2,
1
9,-9999.0,-9999,-9999,
550,4970,-9.4,
-9999
,-9999.0,
225
,24,
RH(15)
500,5695,-15.0,
-9999
,-9999.0,
202.5,35,RH(16)
450,6500,-20.9,
-9999
,-9999.0,
202.5,27,RH(17)
400,7342,-27.2,
-999
9,-9999.0,-9999,-9999,
RH(19)
374,-9999,-31.0,29,-43.2,-9999,-9999,
350,8284,-34.5,47,-9999.0,-9999,-9999,
318,-9999,-40.0,71,-43.2,-9999,-9999,
...
...
@@ -26,5 +26,5 @@ f,f,f,f,f,f,f,s
267,-9999,-51.0,-9999,-9999.0,-9999,-9999,
256,-9999,-51.2,-9999,-9999.0,-9999,-9999,
250,10546,-52.2,-9999,-9999.0,-9999,-9999,
210,
-9999
,-60.6,-9999,-9999.0,-9999,-9999,
210,
11705
,-60.6,-9999,-9999.0,-9999,-9999,
200,12029,-9999.0,-9999,-9999.0,-9999,-9999,Extrapolated Height
radixsparsegrids/sparsegrids.cpp2f.xml
View file @
0ceb0bb7
<generate
name=
"sparse_grids"
>
<include_relative
name=
"radixsparsegrids/sparse
_
grids.hh"
/>
<include_relative
name=
"radixsparsegrids/sparsegrids.hh"
/>
<type_define
name=
"RadixSparseGrids"
type=
"radix::SparseGrids"
/>
<class
name=
"RadixSparseGrids"
>
...
...
radixsparsegrids/sparsegridsinterface.hh
View file @
0ceb0bb7
...
...
@@ -15,7 +15,7 @@ typedef radix::SparseGrids RadixSparseGrids;
#ifdef __cplusplus
extern
"C"
{
#endif
void
*
RADIX_PUBLIC
RadixSparseGrids_Construct
(
int
*
input_dimension
,
int
*
output_dimension
,
int
*
depth
,
char
*
type_depth
,
char
*
type_1d_rule
);
void
RADIX_PUBLIC
*
RadixSparseGrids_Construct
(
int
*
input_dimension
,
int
*
output_dimension
,
int
*
depth
,
char
*
type_depth
,
char
*
type_1d_rule
);
void
RADIX_PUBLIC
RadixSparseGrids_SetConstrainedTransformAt
(
void
*
RadixSparseGrids_ptr
,
int
*
num_inputs
,
int
*
input_indices
,
double
*
left
,
double
*
right
);
void
RADIX_PUBLIC
RadixSparseGrids_SetTransformAt
(
void
*
RadixSparseGrids_ptr
,
int
*
index
,
double
*
left
,
double
*
right
);
void
RADIX_PUBLIC
RadixSparseGrids_GenerateQuadrature
(
void
*
RadixSparseGrids_ptr
);
...
...
@@ -24,7 +24,7 @@ void RADIX_PUBLIC RadixSparseGrids_GetQuadAbscissasAt(void * RadixSparseGrids_pt
void
RADIX_PUBLIC
RadixSparseGrids_SetOrdinatesAt
(
void
*
RadixSparseGrids_ptr
,
int
*
index
,
double
*
ordinates
);
void
RADIX_PUBLIC
RadixSparseGrids_GenerateSurrogate
(
void
*
RadixSparseGrids_ptr
);
void
RADIX_PUBLIC
RadixSparseGrids_Evaluate
(
void
*
RadixSparseGrids_ptr
,
double
*
abscissas
,
double
*
ordinates
);
void
*
RADIX_PUBLIC
RadixSparseGrids_initialize
();
void
RADIX_PUBLIC
*
RadixSparseGrids_initialize
();
void
RADIX_PUBLIC
RadixSparseGrids_destroy
(
void
*
RadixSparseGrids_ptr
);
#ifdef __cplusplus
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment