1 #ifndef VOLUMES_AND_AREAS_HPP
2 #define VOLUMES_AND_AREAS_HPP
10 double* node_vol_nearest_h,
double* node_vol_h,
double* node_area_h,
double* psi00_h,
int npsi00);
47 #ifndef NO_FORTRAN_MODULES
VolumesAndAreas(int ntriangle_in, int nnode_in, int npsi00_in)
Definition: volumes_and_areas.hpp:27
void set_fortran_ptrs()
Definition: volumes_and_areas.hpp:46
View< double *, CLayout, HostType > vol00_h
Definition: volumes_and_areas.hpp:23
View< double *, CLayout, HostType > node_area_h
Definition: volumes_and_areas.hpp:22
void init_fortran_vols_and_areas(double *tr_area_h, double *tr_vol_h, double *node_vol_nearest_h, double *node_vol_h, double *node_area_h, double *psi00_h, int npsi00)
Definition: volumes_and_areas.hpp:14
View< double **, CLayout, HostType > node_vol_ff_l_h
Definition: volumes_and_areas.hpp:18
View< double *, CLayout, HostType > tr_area_h
Definition: volumes_and_areas.hpp:15
View< double *, CLayout, HostType > tr_vol_h
Definition: volumes_and_areas.hpp:16
View< double *, CLayout, HostType > node_vol_h
Definition: volumes_and_areas.hpp:21
View< double **, CLayout, HostType > node_vol_ff_r_h
Definition: volumes_and_areas.hpp:19
Kokkos::ViewAllocateWithoutInitializing NoInit
Definition: space_settings.hpp:68
View< double *, CLayout, HostType > node_vol_nearest_h
Definition: volumes_and_areas.hpp:20
VolumesAndAreas()
Definition: volumes_and_areas.hpp:25
View< double **, CLayout, HostType > node_vol_ff_h
Definition: volumes_and_areas.hpp:17