Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92370151
grid_srcplane_conversion.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 19, 18:35
Size
947 B
Mime Type
text/x-c
Expires
Thu, Nov 21, 18:35 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22256826
Attached To
R1448 Lenstool-HPC
grid_srcplane_conversion.hpp
View Options
/*
* grid_srcplane_conversion.hpp
*
* Created on: Dec 21, 2016
* Author: cerschae
*/
#ifndef GRID_SRCPLANE_CONVERSION_HPP_
#define GRID_SRCPLANE_CONVERSION_HPP_
#include <math.h>
#include <structure_hpc.h>
void
grid_srcplane_conversion_CPU
(
double
*
grid_srcplane_x
,
double
*
grid_srcplane_y
,
const
struct
grid_param
*
frame
,
const
struct
Potential_SOA
*
lens
,
const
double
dlsds
,
int
*
Nlens
,
int
nbgridcells
);
void
grid_srcplane_conversion_sis_CPU
(
double
*
grid_srcplane_x
,
double
*
grid_srcplane_y
,
const
struct
grid_param
*
frame
,
int
Nlens
,
int
nbgridcells
,
const
double
dlsds
,
const
struct
Potential_SOA
*
lens
);
void
grid_srcplane_conversion_piemd_CPU
(
double
*
grid_srcplane_x
,
double
*
grid_srcplane_y
,
const
struct
grid_param
*
frame
,
int
Nlens
,
int
nbgridcells
,
const
double
dlsds
,
const
struct
Potential_SOA
*
lens
);
static
struct
point
rotateCoordinateSystem
(
struct
point
P
,
double
theta
);
#endif
/* GRID_SRCPLANE_CONVERSION_HPP_ */
Event Timeline
Log In to Comment