thorn_name
stringclasses
227 values
url
stringclasses
26 values
configuration
stringclasses
137 values
interface
stringclasses
225 values
param
stringclasses
220 values
schedule
stringclasses
223 values
src_filename
stringlengths
4
83
src_code
stringlengths
0
579k
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
make.code.deps
# Dependencies file for thorn EHFinder. # $Header$ EHFinder_mod.F90.o: EHFinder_Constants.F90.o EHFinder_IsoSurface_mod.F90.o: EHFinder_Constants.F90.o EHFinder_fuzzy.F90.o: EHFinder_Constants.F90.o EHFinder_Init.F90.o: EHFinder_mod.F90.o EHFinder_Sources.F90.o: EHFinder_mod.F90.o EHFinder_Generator_Sources.F...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
EHFinder_ReadData.F90
! Read metric, lapse, shift and conformal factor from files. ! $Header$ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" !This routine reads in the metric (from ADMBase). subroutine EHFinder_Read_Metric(CCTK_ARGUMENTS) use EHFinder_mod implicit none DECLA...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
EHFinder_mod.F90
! Module with various common variable. ! $Header$ #include "cctk.h" module EHFinder_mod use EHFinder_Constants CCTK_INT, dimension(0:5), parameter :: ll = (/ 1, 2, 4, 8, 16, 32 /) CCTK_INT :: ixl, ixr, jyl, jyr, kzl, kzr CCTK_REAL :: hfac CCTK_INT :: nx, ny, nz, ngx, ngy, ngz CCTK_INT :: max_handle, min_...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
EHFinder_Init.F90
! Initialisation of the level set function and various other things. ! $Header$ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" subroutine EHFinder_Init_F(CCTK_ARGUMENTS) use EHFinder_mod implicit none DECLARE_CCTK_PARAMETERS DECLARE_CCTK_ARGUMENTS D...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
MoL_Init.F90
! Registration of variables with MoL ! $Header$ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" subroutine EHFinder_MoLRegister(CCTK_ARGUMENTS) implicit none CCTK_INT :: ierr_cum, varindex, rhsindex DECLARE_CCTK_PARAMETERS DECLARE_CCTK_ARGUMENTS DECL...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
EHFinder_ParamCheck.F90
! @@ ! @file EHFinder_ParamCheck.F90 ! @date Tue May 21 21:26:45 2002 ! @author Peter Diener ! @desc ! Parameter checking stuff for EHFinder ! @enddesc ! @version $Header$ ! @@ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" subroutine EHFin...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/upwind_shift_second2.h
! Calculation of shift upwinded differences except at boundaries. ! $Header$ ! If this is an active cell... if ( eh_mask(i,j,k,l) .ge. 0 ) then ! If the shift in the x-direction is <0. if ( betax(i,j,k) .lt. zero ) then ! If both of the two nearest cells to the right are active cells... if ( ( eh_mask(i+...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/upwind_characteristic_second2.h
! Calculation of characteristic upwinded differences except at boundaries. ! $Header$ ! If this is an active cell we have to compute its derivative. if ( eh_mask(i,j,k,l) .ge. 0 ) then ! If it is not a boundary cell in the x-direction then calculate as a ! starting point the centered derivative in the x-direction...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/metric.h
! Calculation of inverse three metric. At this point there is no distinction ! between the case of a physical or static conformal metric. ! $Header$ if ( eh_mask(i,j,k,l) .ge. 0 ) then tmp1 = gyy(i,j,k)*gzz(i,j,k) - gyz(i,j,k)**2 tmp2 = gxz(i,j,k)*gyz(i,j,k) - gxy(i,j,k)*gzz(i,j,k) tmp3 = gxy(i,j,k)*gyz(i,j,k) -...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/physical_part2.h
! Figure out the extent of the physical part of a chunk of a grid. ! This version to be used in EHFinder_Reparametrize_Check, where it does not ! make sense to go all the way to the physical boundary. ! $Header$ ! nx, ny and nz contains the full size of the chunk. nx = cctk_lsh(1) ny = cctk_lsh(2) nz = cctk_lsh(3) !...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/upwind_second.h
! Calculate second order upwinded differences and store them in the dfdx, dfdy ! and dfdz grid functions. ! $Header$ ! First figure out the range of indices excluding ghost cells and symmetry ! cells. # include "physical_part.h" ! Set idx, idy and idz to 0.5*gridspacing ! idx, idy and idz must be defined in the inclu...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/centered_second.h
! Calculation of centered differences. ! $Header$ # include "physical_part.h" idx = half / cctk_delta_space(1) idy = half / cctk_delta_space(2) idz = half / cctk_delta_space(3) do l = 1, eh_number_level_sets do k = kzl, kzr do j = jyl, jyr do i = ixl, ixr if ( eh_mask(i,j,k,l) .ge. 0 ) then ...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/centered_second2.h
! Calculation of centered differences. ! $Header$ if ( eh_mask(i,j,k,l) .ge. 0 ) then if ( ( .not. btest(eh_mask(i,j,k,l),0) ) .and. & ( .not. btest(eh_mask(i,j,k,l),1) ) ) then dfx(i,j,k,l) = idx * ( f(i+1,j,k,l) - f(i-1,j,k,l) ) else if ( btest(eh_mask(i,j,k,l),0) ) then dfx(i,j,k,l) = idx * ( -th...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/upwind_second2.h
! Calculate second order upwinded differences. ! The only difference from upwind_second.h is that here the loop over cells ! must be done in the including routine. ! $Header$ ! If this is an active cell... if ( eh_mask(i,j,k,l) .ge. 0 ) then ! If this is not a boundary cell... if ( ( .not. btest(eh_mask(i,j,k,l),...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/physical_part.h
! Figure out the extent of the physical part of a chunk of a grid. ! $Header$ ! nx, ny and nz contains the full size of the chunk. ! nx, ny and nz are declared in EHFinder_mod.F90. nx = cctk_lsh(1) ny = cctk_lsh(2) nz = cctk_lsh(3) ! ngx, ngy, ngz contains the size of any ghostzones. ! ngx, ngy and ngz are declared ...
EinsteinAnalysis/EHFinder
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn AEIThorns/EHFinder # $Header$ REQUIRES THORNS: CartGrid3D
# Interface definition for thorn EHFinder # $Header$ implements: ehfinder inherits: grid admbase coordgauge staticconformal spacemask boundary USES INCLUDE: Boundary.h carpet.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) USES F...
# Parameter definitions for thorn EHFinder # $Header$ private: INT eh_number_level_sets "How many level set functions should we evolve" { 1:10 :: "Between 1 and 10" } 1 KEYWORD eh_metric_type "Do we use numerical or analytic metric information" { "numerical" :: "Read in metric from numerical data" "ana...
# Schedule definitions for thorn EHFinder # $Header$ if (CCTK_Equals(mode,"analysis")) { STORAGE: f[1] } else { STORAGE: f[2] STORAGE: sf STORAGE: ftmp STORAGE: sftmp STORAGE: eh_mask STORAGE: surface_arrays STORAGE: eh_area2, eh_centroid2_x, eh_centroid2_y, eh_centroid2_z STORAGE: eh_circ_eq2, eh_ci...
include/upwind_first.h
! Calculate first order upwinded differences. ! $Header$ if ( eh_mask(i,j,k,l) .ge. 0 ) then if ( ( .not. btest(eh_mask(i,j,k,l),0) ) .and. & ( .not. btest(eh_mask(i,j,k,l),1) ) ) then al = idx * ( f(i,j,k,l) - f(i-1,j,k,l) ) ar = idx * ( f(i+1,j,k,l) - f(i,j,k,l) ) else if ( btest(eh_mask(i,j,k,l),...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
momentum_integrand3D_int.F
#include "cctk.h" MODULE momentum_integrand3D_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE momentum_integrand3D(origin,Dx,Dy,Dz,x,y,z,gxx, & gxy,gxz,gyy,gyz,gzz,hxx,hxy,hxz,hyy,hyz,hzz,momentum_int, & Psi,Psi_power...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
D3_extract.F
#include "cctk.h" c ================================================================== SUBROUTINE D3_extract(cctkGH,conformal_state,do_ADMmass,do_momentum,do_spin,igrid, & origin,myproc,interpolation_operator,interpolation_order,Nt,Np, & nx,ny,nz,all_modes, & l,m,x,y,z,Dx,Dy,Dz,P...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
ParamCheck.c
/*@@ @file ParamCheck.c @date April 26 2002 @author Gabrielle Allen @desc Check parameters for Extract @enddesc @@*/ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" static const char *rcsid = "$Header$"; CCTK_FILEVERSION(CactusEinstein_Extract_ParamChe...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
D3_to_D2.F
#include "cctk.h" #include "cctk_Functions.h" c ======================================================================== SUBROUTINE D3_to_D2(cctkGH,conformal_state,do_ADMmass,do_momentum,do_spin, & Psi_power,origin,myproc,interpolation_operator,interpolation_order, & Dx,Dy,Dz,Psi, & ...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
D2_extract_int.F
#include "cctk.h" MODULE D2_extract_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE D2_extract(eta,igrid,Nt,Np,theta,phi,all_modes,l,m, & g00,g11,g12,g13,g22,g23,g33,dg22,dg23,dg33, & do_ADMmass,ADMmass_int1,ADMmass_int2, ...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
unphysical_to_physical_int.F
#include "cctk.h" MODULE unphysical_to_physical_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE unphysical_to_physical(grr,grt,grp,gtt,gtp,gpp,dgtt, & dgtp,dgpp,Psis,dPsis,Psi_power) IMPLICIT NONE INTEGER :: & Psi_po...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
D2_extract.F
#include "cctk.h" c ======================================================================== SUBROUTINE D2_extract(eta,igrid,Nt,Np,theta,phi,all_modes,l,m, & g00,g11,g12,g13,g22,g23,g33,dg22,dg23,dg33, & do_ADMmass,ADMmass_int1,ADMmass_int2, & do_momentum,momentum_int1,momentum_i...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
momentum_integrand3D.F
#include "cctk.h" c ======================================================================== SUBROUTINE momentum_integrand3D(origin,Dx,Dy,Dz,x,y,z,gxx,gxy,gxz, & gyy,gyz,gzz,hxx,hxy,hxz,hyy,hyz,hzz, & momentum_int,Psi,Psi_power,conformal_state) c -------------------------------------...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
cartesian_to_spherical_int.F
#include "cctk.h" MODULE cartesian_to_spherical_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE cartesian_to_spherical(theta,phi,rad,gxxs,gxys,gxzs, & gyys,gyzs,gzzs,grrs,grts,grps,gtts,gtps,gpps,dgxxs,dgxys, & dgxzs,dgyys,dgyzs,...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
Extract.F
c/*@@ c @file Extract.F c @date 28th October 1997 c @author Gab Allen c @desc Waveform extraction c c @enddesc c@@*/ #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" c/*@@ c @routine Extract c @date 28th October 1997 c @author ...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
spin_integrand3D.F
#include "cctk.h" c ======================================================================== SUBROUTINE spin_integrand3D(origin,x,y,z,gxx,gxy,gxz, & gyy,gyz,gzz,hxx,hxy,hxz,hyy,hyz,hzz, & spin_int,Psi,Psi_power,conformal_state) c ------------------------------------------------------...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
make.code.defn
# Main make.code.defn file for thorn Extract # $Header$ # Source files in this directory SRCS = D2_extract_int.F \ D3_extract_int.F \ D3_to_D2_int.F \ cartesian_to_spherical_int.F \ unphysical_to_physical_int.F \ ADMmass_integrand3D_int.F \ momentum_integrand3D_int.F\ spin_integrand3D_int.F\ met_rad_der_int.F...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
cartesian_to_spherical.F
#include "cctk.h" c ================================================================== SUBROUTINE cartesian_to_spherical(theta,phi,r,gxxs,gxys,gxzs, & gyys,gyzs, gzzs,grrs,grts,grps,gtts,gtps,gpps,dgxxs,dgxys, & dgxzs,dgyys,dgyzs,dgzzs,dgtts,dgtps,dgpps) c ---------------------------...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
met_rad_der_int.F
#include "cctk.h" MODULE met_rad_der_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE met_rad_der(origin,Dx,Dy,Dz,x,y,z,g,dg) IMPLICIT NONE CCTK_REAL,INTENT(IN) :: & Dx,Dy,Dz,origin(3) CCTK_REAL,DIMEN...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
Advertise.c
#include <stdlib.h> #include "cctk.h" #include "cctk_FortranString.h" #include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h" static const char *rcsid = "$Header$"; CCTK_FILEVERSION(CactusEinstein_Extract_Advertise_c) void CCTK_FCALL CCTK_FNAME(Extract_Advertise) (cGH **GH, ONE_FORTSTRING_ARG); void CCTK_F...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
energy.f
PROGRAM energy c ----------------------------------------------------------------- c c Calculate energy flux from even parity variable (only real part) c c Now copes with having unequally spaced timesteps, it works out c the smallest timestep, and uses this to interpolate to a new c array wi...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
ADMmass_integrand3D_int.F
#include "cctk.h" MODULE ADMmass_integrand3D_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE ADMmass_integrand3D(origin,Dx,Dy,Dz,x,y,z,gxx,gxy, & gxz,gyy,gyz,gzz,ADMmass_int,Psi,Psi_power,conformal_state) IMPLICIT NONE ...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
spin_integrand3D_int.F
#include "cctk.h" MODULE spin_integrand3D_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE spin_integrand3D(origin,x,y,z,gxx, & gxy,gxz,gyy,gyz,gzz,hxx,hxy,hxz,hyy,hyz,hzz,spin_int, & Psi,Psi_power,conformal_state) ...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
D3_to_D2_int.F
#include "cctk.h" MODULE D3_to_D2_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE D3_to_D2(cctkGH,conformal_state,do_ADMmass,do_momentum,do_spin, & Psi_power,origin,myproc,interpolation_operator,interpolation_order, & Dx,Dy...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
unphysical_to_physical.F
#include "cctk.h" c ================================================================== SUBROUTINE unphysical_to_physical(grr,grt,grp,gtt,gtp,gpp,dgtt, & dgtp,dgpp,Psis,dPsis,Psi_power) c ------------------------------------------------------------------ c c Convert unphysical metric compo...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
met_rad_der.F
#include "cctk.h" c ======================================================================== SUBROUTINE met_rad_der(origin,Dx,Dy,Dz,x,y,z,g,dg) c ------------------------------------------------------------------------ c c Calculate isotropic radial derivative of unphysical metric, c component...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
D3_extract_int.F
#include "cctk.h" MODULE D3_extract_int c ------------------------------------------------------------------ INTERFACE SUBROUTINE D3_extract(cctkGH,conformal_state,do_ADMmass,do_momentum,do_spin,igrid, & origin,myproc,interpolation_operator,interpolation_order, & Nt,Np...
EinsteinAnalysis/Extract
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn Extract # $Header$ implements: extract inherits: grid ADMBase staticconformal io private: REAL temps TYPE=GF DIM=3 { temp3d g00 }
# Parameter definitions for thorn Extract # $Header$ shares: grid USES KEYWORD domain shares: io USES STRING out_dir shares: ADMBase USES KEYWORD metric_type private: KEYWORD timecoord "Which time coordinate to use" { "proper" :: "" "coordinate" :: "" "both" :: "" } "both" BOOLEAN all_modes "Extract: all...
# Schedule definitions for thorn Extract # $Header$ schedule Extract_ParamCheck at PARAMCHECK { LANG: C OPTIONS: global } "Check parameters" schedule Extract at POSTSTEP { LANG: Fortran STORAGE: temps } "Extract waveforms"
ADMmass_integrand3D.F
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" c ======================================================================== SUBROUTINE ADMmass_integrand3D(origin,Dx,Dy,Dz,x,y,z,gxx,gxy,gxz, & gyy,gyz,gzz,ADMmass_int,Psi,Psi_power,conformal_state) c -------------------...
EinsteinAnalysis/Hydro_Analysis
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definitions for thorn Hydro_Analysis REQUIRES LoopControl OPTIONAL Fortran { }
# Interface definition for thorn HydroAnalysis implements: Hydro_Analysis inherits: Grid, HydroBase public: CCTK_REAL Hydro_Analysis_rho_max type = SCALAR "value of the maximum of rho" CCTK_REAL Hydro_Analysis_rho_sum type = SCALAR "value of the sum of rho" CCTK_REAL Hydro_Analysis_rho_max_loc[3] type = SCALAR "c...
# Parameter definitions for thorn Hydro_Analysis BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho" STEERABLE = recover { } "false" INT Hydro_Analysis_comp_rho_max_every "How often to look for the value and location of the maximum of rho" STEERABLE = recover { 0:0 :: "Never...
# Schedule definitions for thorn HydroAnalysis if (Hydro_Analysis_comp_rho_max || Hydro_Analysis_comp_rho_max_origin_distance) { STORAGE: Hydro_Analysis_rho_max STORAGE: Hydro_Analysis_rho_max_loc } if (Hydro_Analysis_comp_vol_weighted_center_of_mass) { STORAGE: Hydro_Analysis_rho_sum STORAGE: Hydro_Analysis_r...
CoreCentroid.c
#include <stdio.h> #include <assert.h> #include <math.h> #include <string.h> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Loop.h" // math help macros #define SQR(x) ((x)*(x)) // declare an array for the timelevels of a given variable // we subs...
EinsteinAnalysis/Hydro_Analysis
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definitions for thorn Hydro_Analysis REQUIRES LoopControl OPTIONAL Fortran { }
# Interface definition for thorn HydroAnalysis implements: Hydro_Analysis inherits: Grid, HydroBase public: CCTK_REAL Hydro_Analysis_rho_max type = SCALAR "value of the maximum of rho" CCTK_REAL Hydro_Analysis_rho_sum type = SCALAR "value of the sum of rho" CCTK_REAL Hydro_Analysis_rho_max_loc[3] type = SCALAR "c...
# Parameter definitions for thorn Hydro_Analysis BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho" STEERABLE = recover { } "false" INT Hydro_Analysis_comp_rho_max_every "How often to look for the value and location of the maximum of rho" STEERABLE = recover { 0:0 :: "Never...
# Schedule definitions for thorn HydroAnalysis if (Hydro_Analysis_comp_rho_max || Hydro_Analysis_comp_rho_max_origin_distance) { STORAGE: Hydro_Analysis_rho_max STORAGE: Hydro_Analysis_rho_max_loc } if (Hydro_Analysis_comp_vol_weighted_center_of_mass) { STORAGE: Hydro_Analysis_rho_sum STORAGE: Hydro_Analysis_r...
make.code.defn
# Main make.code.defn file for thorn Hydro_Analysis # Source files in this directory SRCS = Hydro_Analysis.c GRHydro_Separation.F90 CoreCentroid.c # Subdirectories containing source files SUBDIRS =
EinsteinAnalysis/Hydro_Analysis
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definitions for thorn Hydro_Analysis REQUIRES LoopControl OPTIONAL Fortran { }
# Interface definition for thorn HydroAnalysis implements: Hydro_Analysis inherits: Grid, HydroBase public: CCTK_REAL Hydro_Analysis_rho_max type = SCALAR "value of the maximum of rho" CCTK_REAL Hydro_Analysis_rho_sum type = SCALAR "value of the sum of rho" CCTK_REAL Hydro_Analysis_rho_max_loc[3] type = SCALAR "c...
# Parameter definitions for thorn Hydro_Analysis BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho" STEERABLE = recover { } "false" INT Hydro_Analysis_comp_rho_max_every "How often to look for the value and location of the maximum of rho" STEERABLE = recover { 0:0 :: "Never...
# Schedule definitions for thorn HydroAnalysis if (Hydro_Analysis_comp_rho_max || Hydro_Analysis_comp_rho_max_origin_distance) { STORAGE: Hydro_Analysis_rho_max STORAGE: Hydro_Analysis_rho_max_loc } if (Hydro_Analysis_comp_vol_weighted_center_of_mass) { STORAGE: Hydro_Analysis_rho_sum STORAGE: Hydro_Analysis_r...
GRHydro_Separation.F90
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" /*@@ @routine Hydro_Analysis_FindSeparation @date Thu May 20 12:35:20 2004 @author Ian Hawke @desc Finds the separation (in coordinate and proper distance) between the NS. Equal mass...
EinsteinAnalysis/Hydro_Analysis
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definitions for thorn Hydro_Analysis REQUIRES LoopControl OPTIONAL Fortran { }
# Interface definition for thorn HydroAnalysis implements: Hydro_Analysis inherits: Grid, HydroBase public: CCTK_REAL Hydro_Analysis_rho_max type = SCALAR "value of the maximum of rho" CCTK_REAL Hydro_Analysis_rho_sum type = SCALAR "value of the sum of rho" CCTK_REAL Hydro_Analysis_rho_max_loc[3] type = SCALAR "c...
# Parameter definitions for thorn Hydro_Analysis BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho" STEERABLE = recover { } "false" INT Hydro_Analysis_comp_rho_max_every "How often to look for the value and location of the maximum of rho" STEERABLE = recover { 0:0 :: "Never...
# Schedule definitions for thorn HydroAnalysis if (Hydro_Analysis_comp_rho_max || Hydro_Analysis_comp_rho_max_origin_distance) { STORAGE: Hydro_Analysis_rho_max STORAGE: Hydro_Analysis_rho_max_loc } if (Hydro_Analysis_comp_vol_weighted_center_of_mass) { STORAGE: Hydro_Analysis_rho_sum STORAGE: Hydro_Analysis_r...
Hydro_Analysis.c
#include <math.h> #include <cctk.h> #include <cctk_Arguments.h> #include <cctk_Parameters.h> #include "loopcontrol.h" void Hydro_Analysis_Init(CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS if (Hydro_Analysis_comp_rho_max || Hydro_Analysis_comp_rho_max_origin_distance) *Hydro_Analysis_rho...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
tests.cc
#include <stdio.h> #include <string.h> #include <math.h> #include <assert.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "utils.hh" #include "integrate.hh" static CCTK_REAL test_integral(int n, CCTK_REAL (*integration_fn) (const CCTK_REAL *, int, int, CCTK_REAL, CCTK_REAL)) { ...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
multipole.hh
#include "cctk.h" #include "cctk_Arguments.h" // Multipole_Calc // This is the main scheduling file. Because we are completely local here // and do not use cactus arrays etc, we schedule only one function and then // like program like one would in C, C++ with this function taking the // place of ...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
interpolate.hh
#include <math.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "util_Table.h" // Multipole_Interp: // This function interpolates psi4 onto the sphere in cartesian // coordinates as created by Multipole_CoordSetup. void Multipole_Interp(CCTK...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
utils.hh
#ifndef __utils_h #define __utils_h #include "cctk.h" #include <string> using namespace std; enum mp_coord {mp_theta, mp_phi}; void Multipole_OutputArrayToFile(CCTK_ARGUMENTS, const string &name, int array_size, CCTK_REAL const th[], CCTK_REAL const ph[], ...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
utils.cc
#include <stdio.h> #include <string.h> #include <math.h> #include <string> #include <map> #include <sys/stat.h> #include <errno.h> #include <iostream> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #ifdef HAVE_CAPABILITY_HDF5 // We currently support the HDF5 1.6 API (and when using 1.8 the...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
interpolate.cc
#include <stdio.h> #include "interpolate.hh" static void report_interp_error(int ierr) { if (ierr < 0) { CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING, "CCTK_InterpGridArrays returned error code %d",ierr); } } void Multipole_Interp(CCTK_ARGUMENTS, CCTK_REAL xs[], CCTK_R...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
multipole.cc
#include <stdio.h> #include <string.h> #include <assert.h> #include <iomanip> #include <sstream> #include <string> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "multipole.hh" #include "interpolate.hh" #include "utils.hh" #include "sphericalharmonic.hh...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
sphericalharmonic.cc
#include <math.h> #include <assert.h> #include <iostream> #include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" static const CCTK_REAL PI = acos(-1.0); static double factorial(int n) { double returnval = 1; for (int i = n; i >= 1; i--) { returnval *= i; } return returnval; } stati...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
make.code.defn
SRCS=interpolate.cc multipole.cc utils.cc sphericalharmonic.cc integrate.cc tests.cc
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
integrate.cc
#include <stdio.h> #include <string.h> #include <math.h> #include <assert.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" /* We will want to integrate functions F(th,ph) from th = 0 to pi, ph = 0 to 2 pi with a weighting function sin(th). Alternatively, we might want to use u = cos(th)...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
integrate.hh
#ifndef __integrate_h #define __integrate_h #include "cctk.h" CCTK_REAL Midpoint2DIntegral(CCTK_REAL const *f, int nx, int ny, CCTK_REAL hx, CCTK_REAL hy); CCTK_REAL Trapezoidal2DIntegral(CCTK_REAL const *f, int nx, int ny, CCTK_REAL hx, CCTK_REAL hy); CCTK_REAL Simpson2DIntegral(CCTK_R...
EinsteinAnalysis/Multipole
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
OPTIONAL HDF5 { }
#interface.ccl for thorn Multipole implements: multipole inherits: Grid CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles public: CCTK_REAL harmonics type=GF timelevels=1 { harmonic_re, harmonic_im } "Spherical harmonics" CCTK_REAL test_integra...
#param.ccl for thorn Multipole shares: IO USES STRING out_dir restricted: #Interpolator params: CCTK_STRING interpolator_name "Which interpolator should I use" { ".+" :: "Any nonempty string" } "Hermite polynomial interpolation" CCTK_STRING interpolator_pars "Parameters for the interpolator" { ".*" :: "Any ...
#schedule.ccl for thorn Multipole if (enable_test) { STORAGE: harmonics[1] STORAGE: test_integration_convergence_orders STORAGE: test_integration_results STORAGE: test_integration_symmetries } schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack) { LANG: C OPTIONS: GLOBA...
sphericalharmonic.hh
#ifndef __sphericalharmonic_h #define __sphericalharmonic_h #include "cctk.h" void Multipole_HarmonicSetup(int s, int l, int m, int array_size, CCTK_REAL const th[], CCTK_REAL const ph[], CCTK_REAL reY[], CCTK_REAL imY[]); #endif
EinsteinAnalysis/Outflow
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Don't use inherit since we do not want to have HydroBase's variables pushed # into our context. On the other hand we always access them via the # interpolator so having Cactus warn if the thorn is not active is useful. REQUIRES THORNS: HydroBase
# Interface definition for thorn Outflow # $Header:$ implements: outflow inherits: ADMBase HydroBase SphericalSurface CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromName (CCTK_...
# Parameter definitions for thorn Outflow INT compute_every "How frequently to compute the outflow" STEERABLE=always { 1:* :: "number of iterations" } 1 INT compute_every_det[100] "How frequently to compute the outflow" STEERABLE=always { -1 :: "take from compute_every" 0 :: "do not compute" 1:* :: "number...
# Schedule definitions for thorn Outflow STORAGE: outflow_flux STORAGE: fluxdens_projected STORAGE: w_lorentz_projected STORAGE: eninf_projected STORAGE: surface_projections schedule outflow at CCTK_ANALYSIS { lang: C options: global } "compute outflow" schedule outflow_setup at CCTK_STARTUP { lang: C option...
make.code.defn
# Main make.code.defn file for thorn Outflow # Source files in this directory SRCS = outflow.c # Subdirectories containing source files SUBDIRS =
EinsteinAnalysis/Outflow
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Don't use inherit since we do not want to have HydroBase's variables pushed # into our context. On the other hand we always access them via the # interpolator so having Cactus warn if the thorn is not active is useful. REQUIRES THORNS: HydroBase
# Interface definition for thorn Outflow # $Header:$ implements: outflow inherits: ADMBase HydroBase SphericalSurface CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromName (CCTK_...
# Parameter definitions for thorn Outflow INT compute_every "How frequently to compute the outflow" STEERABLE=always { 1:* :: "number of iterations" } 1 INT compute_every_det[100] "How frequently to compute the outflow" STEERABLE=always { -1 :: "take from compute_every" 0 :: "do not compute" 1:* :: "number...
# Schedule definitions for thorn Outflow STORAGE: outflow_flux STORAGE: fluxdens_projected STORAGE: w_lorentz_projected STORAGE: eninf_projected STORAGE: surface_projections schedule outflow at CCTK_ANALYSIS { lang: C options: global } "compute outflow" schedule outflow_setup at CCTK_STARTUP { lang: C option...
outflow.c
#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <ctype.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "cctk_Functions.h" #include "util_Table.h" #include "util_String.h" /* definition of rest mass: Eq. (11) in arXiv:0812....
EinsteinAnalysis/PunctureTracker
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn PunctureTracker IMPLEMENTS: PunctureTracker INHERITS: ADMBase CarpetRegrid2 SphericalSurface CCTK_REAL pt_loc[10] TYPE=scalar { pt_loc_t pt_loc_x pt_loc_y pt_loc_z } "Location of punctures" CCTK_REAL pt_loc_p[10] TYPE=scalar { pt_loc_t_p pt_loc_x_p pt_loc_y_p pt_loc_z_p } "Pre...
# Parameter definitions for thorn PunctureTracker BOOLEAN verbose "speak up?" STEERABLE=always { } "no" BOOLEAN track[10] "Track this puncture" { } "no" REAL initial_x[10] "Initial x coordinate positions of punctures" { *:* :: "" } 0.0 REAL initial_y[10] "Initial y coordinate positions of punctures" { *:* :: ""...
# Schedule definitions for thorn PunctureTracker STORAGE: pt_loc pt_loc_p pt_vel SCHEDULE PunctureTracker_Init AT initial { LANG: C OPTIONS: GLOBAL } "Calculate initial location of punctures" SCHEDULE PunctureTracker_Track AT evol AFTER MoL_Evolution { LANG: C OPTIONS: GLOBAL } "Calculate new location of pun...
paramcheck.cc
#include "cctk.h" #include "cctk_Parameters.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" extern "C" void PunctureTracker_ParamCheck(CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_PARAMETERS // do this only on processor 0 if (CCTK_MyProc(cctkGH) != 0) return; for (int i=...
EinsteinAnalysis/PunctureTracker
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn PunctureTracker IMPLEMENTS: PunctureTracker INHERITS: ADMBase CarpetRegrid2 SphericalSurface CCTK_REAL pt_loc[10] TYPE=scalar { pt_loc_t pt_loc_x pt_loc_y pt_loc_z } "Location of punctures" CCTK_REAL pt_loc_p[10] TYPE=scalar { pt_loc_t_p pt_loc_x_p pt_loc_y_p pt_loc_z_p } "Pre...
# Parameter definitions for thorn PunctureTracker BOOLEAN verbose "speak up?" STEERABLE=always { } "no" BOOLEAN track[10] "Track this puncture" { } "no" REAL initial_x[10] "Initial x coordinate positions of punctures" { *:* :: "" } 0.0 REAL initial_y[10] "Initial y coordinate positions of punctures" { *:* :: ""...
# Schedule definitions for thorn PunctureTracker STORAGE: pt_loc pt_loc_p pt_vel SCHEDULE PunctureTracker_Init AT initial { LANG: C OPTIONS: GLOBAL } "Calculate initial location of punctures" SCHEDULE PunctureTracker_Track AT evol AFTER MoL_Evolution { LANG: C OPTIONS: GLOBAL } "Calculate new location of pun...
make.code.defn
# Main make.code.defn file for thorn PunctureTracker -*-Makefile-*- # Source files in this directory SRCS = puncture_tracker.c paramcheck.cc # Subdirectories containing source files SUBDIRS =
EinsteinAnalysis/PunctureTracker
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Interface definition for thorn PunctureTracker IMPLEMENTS: PunctureTracker INHERITS: ADMBase CarpetRegrid2 SphericalSurface CCTK_REAL pt_loc[10] TYPE=scalar { pt_loc_t pt_loc_x pt_loc_y pt_loc_z } "Location of punctures" CCTK_REAL pt_loc_p[10] TYPE=scalar { pt_loc_t_p pt_loc_x_p pt_loc_y_p pt_loc_z_p } "Pre...
# Parameter definitions for thorn PunctureTracker BOOLEAN verbose "speak up?" STEERABLE=always { } "no" BOOLEAN track[10] "Track this puncture" { } "no" REAL initial_x[10] "Initial x coordinate positions of punctures" { *:* :: "" } 0.0 REAL initial_y[10] "Initial y coordinate positions of punctures" { *:* :: ""...
# Schedule definitions for thorn PunctureTracker STORAGE: pt_loc pt_loc_p pt_vel SCHEDULE PunctureTracker_Init AT initial { LANG: C OPTIONS: GLOBAL } "Calculate initial location of punctures" SCHEDULE PunctureTracker_Track AT evol AFTER MoL_Evolution { LANG: C OPTIONS: GLOBAL } "Calculate new location of pun...
puncture_tracker.c
#include <assert.h> #include <math.h> #include <stdio.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "util_Table.h" static int const max_num_tracked = 10; void PunctureTracker_Init (CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS; DECLARE_CCTK_PARAMETERS; if (verbose) {...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_gradient.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_killing_gradient (CCTK_ARGUMENTS, hn) use cctk use constants use qlm_boundary use qlm_derivs use tensor2 implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PAR...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_derivs.F90
#include "cctk.h" #include "cctk_Parameters.h" module qlm_derivs use classify implicit none private public abs2 public operator(.outer.) public operator(.dot.) public deriv public deriv2 public timederiv interface deriv module procedure rderiv end interface interface deriv2 modu...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_transportation.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" module qlm_killing_transportation use cctk use constants use qlm_variables use ricci2 use tensor2 implicit none DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS private public transport_along_equa...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_multipoles.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_multipoles (CCTK_ARGUMENTS, hn) use cctk use constants use qlm_boundary use qlm_derivs use qlm_variables use ricci2 use tensor2 implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_F...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_analyse.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_analyse (CCTK_ARGUMENTS, hn) use adm_metric_simple use cctk use constants use qlm_derivs use qlm_variables use tensor use tensor2 implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_import_surface.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_import_surface (CCTK_ARGUMENTS, hn) use cctk use qlm_boundary implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: hn integer :: i, j, s...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_tetrad.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_calc_tetrad (CCTK_ARGUMENTS, hn) use adm_metric_simple use cctk use classify use matinv use pointwise2 use qlm_boundary use qlm_derivs use qlm_gram_schmidt use qlm_variables use r...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_newman_penrose.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_calc_newman_penrose (CCTK_ARGUMENTS, hn) use adm_metric use cctk use classify use constants use qlm_boundary use qlm_derivs use qlm_variables use ricci4 use tensor use tensor4 i...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_test.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_killing_test (CCTK_ARGUMENTS, hn) use cctk use qlm_boundary use qlm_derivs use qlm_variables implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS inte...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_transport.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_killing_transport (CCTK_ARGUMENTS, hn) use cctk use constants use lapack use qlm_boundary use qlm_killing_transportation implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS ...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_init.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_init (CCTK_ARGUMENTS) use cctk implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: hn if (verbose/=0 .or. veryverbose/=0) then call...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_paramcheck.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_paramcheck (CCTK_ARGUMENTS) use cctk implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: hn integer :: sn integer :: eq_theta, new_nth...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_coordinates.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_calc_coordinates (CCTK_ARGUMENTS, hn) use cctk use constants use qlm_boundary use tensor2 implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
make.code.defn
# Main make.code.defn file for thorn QuasiLocalMeasures -*-Makefile-*- # Source files in this directory SRCS = qlm_3determinant.F90 \ qlm_analyse.F90 \ qlm_boundary.F90 \ qlm_broadcast.c \ qlm_calculate.F90 \ qlm_coordinates.F90 \ qlm_derivs.F90 \ ...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_interpolate.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" ! TODO: ! instead of interpolating to the symmetry points, copy them ! A convenient shortcut #define P(x) CCTK_PointerTo(x) subroutine qlm_interpolate (CCTK_ARGUMENTS, hn) use cctk use qlm_variables imp...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_normalisation.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" module qlm_killing_normalisation use cctk use constants implicit none DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS private public killing_factor contains subroutine killing_factor (CCTK_ARGU...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_weyl_scalars.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_calc_weyl_scalars (CCTK_ARGUMENTS, hn) use adm_metric_simple use cctk use constants use qlm_boundary use qlm_derivs use qlm_variables use ricci use ricci4 use tensor use tensor4 ...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_variables.F90
#include "cctk.h" module qlm_variables use classify implicit none public save CCTK_REAL, allocatable, dimension(:,:) :: & qlm_gxx, qlm_gxy, qlm_gxz, qlm_gyy, qlm_gyz, qlm_gzz, & qlm_dgxxx, qlm_dgxyx, qlm_dgxzx, qlm_dgyyx, qlm_dgyzx, qlm_dgzzx, & qlm_dgxxy, qlm_dgxyy, qlm_dgxzy, qlm_dgyyy...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_calculate.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_calculate (CCTK_ARGUMENTS) use cctk use qlm_variables implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: num_procs, my_proc integer ...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_output_vtk.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_outputvtk(CCTK_ARGUMENTS,nhor,file_name,unit_nr) use cctk use constants use qlm_variables implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS intege...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_twometric.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_calc_twometric (CCTK_ARGUMENTS, hn) use adm_metric use cctk use qlm_boundary use qlm_derivs use qlm_variables use ricci use ricci2 use tensor use tensor2 use tensor4 implicit...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_boundary.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" module qlm_boundary use cctk implicit none DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS private public set_boundary interface set_boundary module procedure set_boundary_real module proc...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_set_coordinates.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_set_coordinates (CCTK_ARGUMENTS, hn) use cctk implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: hn CCTK_REAL :: theta, phi CCTK_REAL ::...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_axial.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_killing_axial (CCTK_ARGUMENTS, hn) use cctk implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: hn CCTK_REAL :: xi(2), chi integer :: i...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_killing_normalise.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" subroutine qlm_killing_normalise (CCTK_ARGUMENTS, hn) use cctk use qlm_killing_normalisation implicit none DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNCTIONS DECLARE_CCTK_PARAMETERS integer :: hn CCTK...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_3determinant.F90
#include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Functions.h" #include "cctk_Parameters.h" SUBROUTINE qlm_calc_3determinant (CCTK_ARGUMENTS, hn) USE adm_metric USE cctk USE qlm_boundary USE qlm_derivs USE qlm_variables USE tensor IMPLICIT NONE DECLARE_CCTK_ARGUMENTS DECLARE_CCTK_FUNC...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_gram_schmidt.F90
#include "cctk.h" module qlm_gram_schmidt implicit none private public gram_schmidt_project public gram_schmidt_normalise contains subroutine gram_schmidt_project (g, dg, y, dy, y2, x, dx) CCTK_REAL, intent(in) :: g(0:3,0:3), dg(0:3,0:3,0:3) CCTK_REAL, intent(in) :: y(0:3), dy(0:3,0:3), y...
EinsteinAnalysis/QuasiLocalMeasures
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# Configuration definition for thorn QuasiLocalMeasures REQUIRES Boundary Fortran LAPACK TGRtensor OPTIONAL MPI { }
# Interface definition for thorn QuasiLocalMeasures IMPLEMENTS: QuasiLocalMeasures INHERITS: ADMBase SphericalSurface TmunuBase CCTK_POINTER_TO_CONST \ FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) USES FUNCTION GetMPICommWorld # translate SphericalSurface name into ID CCTK_INT \ FUNCTION sf_IdFromNa...
# Parameter definitions for thorn QuasiLocalMeasures BOOLEAN verbose "Produce log output while running" STEERABLE=always { } "no" BOOLEAN veryverbose "Produce much log output while running" STEERABLE=always { } "no" INT num_surfaces "Number of surfaces" { 0:100 :: "" } 1 INT surface_index[100] "Spherical surf...
# Schedule definitions for thorn QuasiLocalMeasures STORAGE: qlm_state qlm_scalars STORAGE: qlm_state_p qlm_scalars_p STORAGE: qlm_grid_int qlm_grid_real qlm_grid_real_p STORAGE: qlm_shapes qlm_tetrad_l qlm_tetrad_n qlm_tetrad_m STORAGE: qlm_shapes_p STORAGE: qlm_killing_vector # These variables need storage so tha...
qlm_broadcast.c
#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <cctk.h> #include <cctk_Arguments.h> #include <cctk_Parameters.h> #ifdef CCTK_MPI # include <mpi.h> #endif /* Broadcast a vector element of a grid group */ static void bcast (cGH const * restrict const cctkGH, char const * restrict const g...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
Kranc.cc
/* Copyright 2014 Ian Hinder This file is part of Kranc. Kranc is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. K...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_invars_calc_2nd.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
Kranc.hh
#ifndef KRANC_HH #define KRANC_HH #include <cmath> #include <math.h> #include <sys/time.h> #include <cctk.h> namespace WeylScal4 { /********************************************************************* * Types *********************************************************************/ struct KrancData { // Actual l...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_invars_calc_Nth.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_invars_calc_4th.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
Differencing.h
#include <assert.h> #include "vectors.h" #ifndef KRANC_DIFF_FUNCTIONS # define PDstandard2nd1(u) (kmul(p1o2dx,ksub(KRANC_GFOFFSET3D(u,1,0,0),KRANC_GFOFFSET3D(u,-1,0,0)))) #else # define PDstandard2nd1(u) (PDstandard2nd1_impl(u,p1o2dx,cdj,cdk)) static CCTK_REAL_VEC PDstandard2nd1_impl(const CCTK_REAL* restrict const ...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_psis_calc_Nth.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_psi4_calc_Nth.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
RegisterMoL.cc
/* File produced by Kranc */ #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" extern "C" void WeylScal4_RegisterVars(CCTK_ARGUMENTS) { DECLARE_CCTK_ARGUMENTS; DECLARE_CCTK_PARAMETERS; CCTK_INT ierr CCTK_ATTRIBUTE_UNUSED = 0; /* Register all the evolved grid functions with MoL */ ...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_psi4_calc_2nd.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
WeylScal4_psis_calc_2nd.cc
/* File produced by Kranc */ #define KRANC_C #include <algorithm> #include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "Kranc.hh" #include "Differencing.h" #include "loopcontrol.h" #include...
EinsteinAnalysis/WeylScal4
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
# File produced by Kranc REQUIRES GenericFD REQUIRES LoopControl REQUIRES Vectors
# File produced by Kranc implements: WeylScal4 inherits: admbase Boundary GenericFD Grid methodoflines USES INCLUDE: loopcontrol.h USES INCLUDE: Symmetry.h USES INCLUDE: vectors.h USES INCLUDE: Boundary.h CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex) USES FUNCTION MoLRegis...
# File produced by Kranc shares: GenericFD USES CCTK_INT assume_stress_energy_state USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group USES CCTK_STRING jacobian_determinant_group USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map sh...
# File produced by Kranc STORAGE: Psi0r_group[timelevels] STORAGE: Psi0i_group[timelevels] STORAGE: Psi1r_group[timelevels] STORAGE: Psi1i_group[timelevels] STORAGE: Psi2r_group[timelevels] STORAGE: Psi2i_group[timelevels] STORAGE: Psi3r_group[timelevels] STORAGE: Psi3i_group[timelevels] STORAGE: Psi4r_group[t...
make.code.defn
# File produced by Kranc SRCS = Boundaries.cc Kranc.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc WeylScal4_invars_calc_2nd.cc WeylScal4_invars_calc_4th.cc WeylScal4_invars_calc_Nth.cc WeylScal4_psi4_calc_2nd.cc WeylScal4_psi4_calc_4th.cc WeylScal4_psi4_calc_Nth.cc WeylScal4_psis_calc_2nd.cc WeylScal4_psis_calc_4...