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/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/expansion.cc
// expansion.cc -- evaluate expansion Theta of trial horizon surface // $Header$ // // <<<prototypes for functions local to this file>>> // expansion - top-level driver // /// setup_xyz_posns - setup global xyz posns of grid points /// interpolate_geometry - interpolate g_ij and K_ij from Cactus 3-D grid /// convert_co...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/misc-gr.cc
// misc-gr.cc -- misc support routines // $Header$ // // expansion_status_string - string describing expansion_status // #include <stdio.h> #include <assert.h> #include <math.h> #include <string.h> #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" #include "config.h" #include "stdc.h" #include "....
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/README
This directory contains all the code for this thorn which "knows" about general relativity. The main source files in this directory are as follows: expansion.cc Computes the expansion $\Theta = \Theta(h)$ of a trial horizon surface $r = h(angle)$ expansion_Jacobian.cc Computes the Jacobian $J[\Theta(h)]$ of the e...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/expansion_Jacobian.cc
// expansion_Jacobian.cc -- evaluate Jacobian matrix of LHS function Theta(h) // $Header$ // // <<<prototypes for functions local to this file>>> // // expansion_Jacobian - top-level driver to compute the Jacobian /// /// expansion_Jacobian_NP - compute the Jacobian by numerical perturbation /// expansion_Jacobian_part...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/Makefile.standalone
# Makefile for GR code # $Header$ # # Environment Variables: # MAPLE_VERSION used via @ifdef for version control in Maple code; # typically set to something like MAPLE_V_RELEASE_4 # (not presently used, but may be needed in the future) # # Targets: # cg ==> run all the *.mm files to generate C code # mm ==> pr...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/make.code.defn
# Cactus specification of things to be compiled in this directory # $Header$ # Source files in this directory SRCS = expansion.cc \ expansion_Jacobian.cc \ Schwarzschild_EF.cc \ misc-gr.cc # Subdirectories containing source files SUBDIRS = # disable automatic template instantiation on DEC Alphas...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/setup_gr_gfas.maple
# Maple code to set up all gridfn arrays # $Header$ # # setup_gr_gfas - setup all the GR gfas # `Diff/gridfn2` - Diff() simplification based on gridfn properties known here # ################################################################################ setup_gr_gfas := proc() global @include "../maple/coords.mi...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/cg.hh
// cg.hh -- interface between machine-generated and other code // $Header$ // // This header file defines the "virtual machine" used by machine-generated // code. It is "dangerous" in that it #defines macros and local variables // for all the gridfns, which will break lots of other code. Thus this file // can only b...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/gfns.hh
// gfns.hh -- define gfns of all gridfns // $Header$ // everything in this file is inside this namespace namespace AHFinderDirect { //****************************************************************************** // // For a skeletal patch system we only use the ghosted gridfns. // namespace gfns { // ghoste...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/auxiliary.maple
# auxiliary.maple -- Maple code to compute ADM auxiliary quantities # $Header$ # # auxiliary - compute and optionally generate C code for auxiliary quantities ## inverse_metric - metric determinant and inverse metric ## extrinsic_curvature_trace_raise - compute trace+contravariant K_ij # #############################...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
gr/Schwarzschild_EF.cc
// Schwarzschild_EF.cc -- set up Schwarzschild/EF geometry variables // $Header$ // // <<<prototypes for functions local to this file>>> // Schwarzschild_EF_geometry - top-level driver /// Schwarzschild_EF_gij_xyz - (x,y,z) g_ij /// Schwarzschild_EF_Kij_xyz - (x,y,z) g_ij /// Schwarzschild_EF_gij_rthetaphi - (r,theta,p...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/BH_diagnostics.hh
// BH_diagnostics.hh -- header file for BH diagnostics // $Header$ // // prerequisites: // <stdio.h> // "cctk_Arguments.h" // // everything in this file is inside this namespace namespace AHFinderDirect { //****************************************************************************** // // This struct holds inf...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/horizon_sequence.cc
// horizon_sequence.cc -- describes sequence of horizons a processor works on // $Header$ // // horizon_sequence::horizon_sequence // horizon_sequence::~horizon_sequence // horizon_sequence::sequence_string // horizon_sequence::append_hn // horizon_sequence::next_posn // horizon_sequence::is_hn_genuine // #include <s...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/announce.cc
// announce.cc -- annnounce apparent horizon info to other thorns // $Header$ // // <<<access to persistent data>>> // AHFinderDirect_announce - top-level driver for announce stuff // #include <stdio.h> #include <assert.h> #include <math.h> #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" #includ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/state.cc
// state.cc -- persistent state information (data) for this thorn // $Header$ #include <stdio.h> #include <assert.h> #include <math.h> #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "config.h" #include "stdc.h" #include "../jtutil/util.hh" #include "../jtu...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/misc-driver.cc
// misc-driver.cc -- misc support routines // $Header$ // // Cactus_gridfn_varindex - get Cactus gridfn variable index // #include <stdio.h> #include <assert.h> #include <math.h> #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" #include "cctk_Parameters.h" #include "config.h" #include "stdc.h" #...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/setup.cc
// setup.cc -- top level driver to setup our persistent data structures // $Header$ // // <<<prototypes for functions local to this file>>> // <<<access to persistent data>>> // // AHFinderDirect_setup - top-level driver to setup persistent data structures /// /// decode_method - decode the method parameter /// decod...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/find_horizons.cc
// find_horizons.cc -- top level driver for finding apparent horizons // $Header$ // // <<<access to persistent data>>> // <<<prototypes for functions local to this file>>> // AHFinderDirect_find_horizons - top-level driver to find apparent horizons /// /// find_horizon - find a horizon /// do_evaluate_expansions /// d...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/ellipsoid.c
fp t1, t2, t3, t5, t6, t7, t9, t10, t12, t28; fp t30, t33, t35, t36, t40, t42, t43, t48, t49, t52; fp t55; t1 = a*a; t2 = b*b; t3 = t1*t2; t5 = t3*zcos*CW; t6 = c*c; t7 = t1*t6; t9 = t7*ycos*BV; t10 = t2*t6; t12 = t10*xcos*AU; t28 = xcos*xcos; t30 = CW*C...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/ellipsoid.maple
# ellipsoid.maple -- compute equations for offset ellipsoid setup # $Header$ # # This program finds the intersection of an ellipsoid with an offset ray. # # ellipsoid has center (A,B,C), radius (a,b,c) # angular coordinate system has center (U,V,W) # # direction cosines wrt angular coordinate center are (alpha,beta,ga...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/initial_guess.cc
// initial_guess.cc -- set up the initial guess // $Header$ // // <<<access to persistent data>>> // <<<prototypes for functions local to this file>>> // setup_initial_guess - set up initial guess in h // decode_initial_guess_method - decode the initial_guess_method parameter /// setup_Kerr_horizon - set up Kerr hori...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/driver.hh
// driver.hh -- header file for driver code // $Header$ // // prerequisites: // <stdio.h> // "horizon_sequence.hh" // "BH_diagnostics.hh" // // everything in this file is inside this namespace namespace AHFinderDirect { //****************************************************************************** // Cactus li...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/aliased_functions.cc
// horizon_radius.cc -- provide horizon radius & other info for other thorns // $Header$ // // <<<access to persistent data>>> // AHFinderDirect_local_coordinate_origin - provide our local coordinate origin // AHFinderDirect_horizon_was_found - query if a given horizon was found // AHFinderDirect_horizon_centroid - que...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/BH_diagnostics.cc
// BH_diagnostics.cc -- compute/print BH diagnostics // $Header$ // // BH_diagnostics::BH_diagnostics - initialize a struct BH_diagnostics // // BH_diagnostics::copy_to_buffer - copy diagnostics to buffer // BH_diagnostics::copy_from_buffer - copy buffer to diagnostics // // BH_diagnostics::compute - compute BH diagno...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/horizon_sequence.hh
// horizon_sequence.hh -- describes sequence of horizons a processor works on // $Header$ // everything in this file is inside this namespace namespace AHFinderDirect { //****************************************************************************** // // A horizon_sequence object describes the sequence of hori...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/README
This directory contains top-level routines to find the apparent horizon and interface with the rest of Cactus. The main source files in this directory are as follows: README.parallel design notes for the parallel/multiprocessor algorithms and data structures driver.hh overall header file for routines in this dire...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/Newton.cc
// Newton.cc -- solve Theta(h) = 0 via Newton's method // $Header$ // // Newton_solve - driver to solve Theta(h) = 0 for all our horizons // /// broadcast_status - broadcast status from active processors to all processors /// broadcast_horizon_data - broadcast AH data to all processors /// /// print_status - print Newt...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/Makefile.standalone
# Makefile for driver code # $Header$ # # Targets: # ellipsoid ==> compute ellipsoid equations # test ==> build standalone test drivers # clean ==> remove standalone test drivers # CXXFLAGS := -g $(STD_GXX_FLAGS) ############################################################################### # we don't want a (no...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/io.cc
// io.cc -- I/O routines for this thorn // $Header$ // // input_gridfn - read an angular grid function from an input file // input_gridfn__explicit_name - ... with the input file explicitly named // // setup_h_files - set up to write horizon-shape and similar output files /// output_OpenDX_control_file - write an OpenD...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/make.code.defn
# Cactus specification of things to be compiled in this directory # $Header$ # Source files in this directory SRCS = state.cc \ setup.cc find_horizons.cc \ initial_guess.cc Newton.cc \ io.cc misc-driver.cc \ BH_diagnostics.cc horizon_sequence.cc \ mask.cc announce.cc aliased_function...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/README.parallel
Design notes for the parallel/multiprocessor algorithms and data structures =========================================================================== $Header$ The Problem ----------- Doing horizon finding on multiple processors is difficult, because when we interpolate the geometry to the trial horizon surface, we ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/test_horizon_sequence.cc
// test_horizon_sequence.cc -- test driver for horizon_sequence class // $Header$ #include <stdio.h> #include <string.h> #include <assert.h> #include "../include/stdc.h" #include "horizon_sequence.hh" using namespace AHFinderDirect; // prototypes for functions local to this file namespace { void test0(); void test1...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
driver/mask.cc
// mask.cc -- set a mask gridfn based on each horizon shape // $Header$ // // <<<access to persistent data>>> /// <<<data structures local to this file>>> /// <<<prototypes for functions local to this file>>> // AHFinderDirect_do_masks - top-level driver for all mask stuff /// setup_mask_grid_info - setup mask grid ori...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
include/config.h
/* config.h -- compile-time configuration for AHFinderDirect */ /* $Header$ */ #ifndef AHFINDERDIRECT__CONFIG_H #define AHFINDERDIRECT__CONFIG_H /* * This header file is #included by C++ and C files, and also by * Fortran 77 files which are run through a C-like preprocessor. Alas, * due to a Cactus bug on some sy...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
include/README
This directory holds header files common to all of this thorn. fake_cctk.h is a fake version of "cctk.h" for non-Cactus standalone test compilations, containing typedefs for CCTK_INT, CCTK_REAL, etc stdc.h is a low-level file defining Jonathan Thornburg's "dialect" of C, including the "then" pseudo-keyword you'll...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
include/stdc.h
/* stdc.h -- JT standard C/C++ header file, cut-down for modern code only */ /* $Header$ */ #ifndef AHFINDERDIRECT__STDC_H #define AHFINDERDIRECT__STDC_H /* * ***** THIS VERSION IS FOR ANSI/ISO C AND C++ ***** */ /******************************************************************************/ /* * I use this mac...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
include/fake_cctk.h
/* fake_cctk.h -- fake "cctk.h" for non-Cactus standalone compilations */ /* $Header$ */ #ifndef AHFINDERDIRECT__FAKE_CCTK_H #define AHFINDERDIRECT__FAKE_CCTK_H #define CCODE typedef int CCTK_INT; typedef double CCTK_REAL; #endif /* AHFINDERDIRECT__FAKE_CCTK_H */
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/setup.maple
# setup.maple -- top-level Maple input file to set up PDE compiler system # $Header$ # # Note not all files here actually *use* the preprocessor, but for # convenience we preprocess everything (this way we don't have to keep # track of which files should be used as .maple and which as .mm). # # # Note paths are evalu...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/Makefile
# Makefile for maple code # $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/maple/Makefile,v 1.4.2.1 2004-04-06 21:04:22 schnetter Exp $ # # Environment Variables: # MAPLE_VERSION used via @ifdef for version control in Maple code; # typically set to something like MAPLE_V_RELEASE_4 #...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/util.maple
# util.maple -- Maple utility functions # $Header$ # # msum - multiple-index sum() # arctan_xy - 2-argument arctan() function # ssqrt - symbolic sqrt() # # indices_in_order - list of indices of table/array, in lexicographic order # lexorder_integer_list - lexorder() for lists # sort_var_list - sort a list of variables...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/gfa.maple
# gfa.maple -- low-level gridfn array "database" # $Header$ # # ***** gridfn arrays ***** # ***** functional dependences ***** # make_gfa - construct a new gridfn array # assert_fnd_exists - assert (verify) that a given gridfn array fnd form exists # Maple_name - Maple name of functional-dependence form # # index/symme...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/gfa.minc
# gfa.minc -- global variables for gridfn array system and other misc stuff # $Header$ # arguments to make_gfa inert, none, fnd, # indexing functions symmetric3_23, # coordinate-transformation coefficient gfas X_ud, X_ud__fnd, X_udd, X_udd__fnd # no comma
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/README
This directory holds Maple code for manipulating tensor differential operators and converting them into C/C++ code. This code doesn't itself know any physics, but it does have a few bits of knowledge of our coordinate systems: coords.* define all the coordinates gfa.minc defines the X_ud and X_udd coordinate-transform...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/coords.maple
# coords.maple -- set up and covert between coordinates, gridfn arrays, etc # $Header$ # # setup_coords - set up coordinates # ################################################################################ # # This function sets up the coordinates. # setup_coords := proc() global @include "../maple/coords.minc";...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/coeffs.maple
# coeffs.maple - set up coordinate coefficients # $Header$ # # setup_coeff_gfas - create the coordinate-transformation coefficient gfas # ################################################################################ # # This function sets up the coordinate-transformation gfas. # At present these are only inert -- ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/coords.minc
# coords.minc -- global variables for coordinates # $Header$ # Kronecker delta delta, # number of coordinates N, # number of spatial coordinates N_ang, # number of angular spatial coordinates # coordinates xx, yy, zz, # Cartesian coordinates x_xyz, x_xyz_list, x_xyz_set, # ... array/list/set of these r, r__f...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/codegen2.maple
# codegen2.maple -- generate C code from Maple expressions # $Header$ # # codegen2 - generate C code from Maple expressions # # cvt_to_eqnlist - convert an expression to an equation list # fix_Diff - convert Diff() calls to PARTIAL_*() calls # fix_Diff/remap_table - remapping table for fix_Diff() # temps_in_eqnlist -...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
maple/Diff.maple
# Diff.maple -- Diff() and friends # $Header$ # # simplify/Diff - simplify(...) function for expressions containing Diff() # Diff - "inert" derivative function (low-level simplifications) # Diff/gridfn - simplifications that know about gridfns # ########################################################################...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_info.cc
// patch_info.cc -- POD struct of minimal info varying from one patch to another // $Header$ // // patch_info::grid_array_pars // patch_info::grid_pars /// patch_info::verify_grid_spacing_ok // #include <stdio.h> #include <math.h> #include <assert.h> #include "cctk.h" #include "config.h" #include "stdc.h" #include ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/test_patch_system.maple
# test_patch_system.maple -- test function for test_fd_grid # $Header$ # test function fn := exp(sin(1.38*rho)) * tanh(0.17+0.83*sin(sigma)^2); # 1st derivatives diff(fn, rho); codegen[C](%); diff(fn, sigma); codegen[C](%); # 2nd derivatives diff(fn, rho,rho); codegen[C](%); diff(fn, rho,sigma); codegen[C](%);...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/ghost_zone.hh
// ghost_zone.hh -- fill in gridfn data in patch ghost zones // $Header$ // // ***** design notes for ghost zones ***** // ghost_zone - abstract base class to describe ghost zone of patch // symmetry_ghost_zone - ... derived class for spacetime-symmetry ghost zone // interpatch_ghost_zone - ... derived class for interp...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_interp.cc
// patch_interp.cc -- interpolation from a patch // $Header$ // // patch_interp::patch_interp // patch_interp::~patch_interp // patch_interp::interpolate // // patch_interp::verify_Jacobian_sparsity_pattern_ok // patch_interp::molecule_minmax_ipar_m // patch_interp::molecule_posn // patch_interp::Jacobian // patch_int...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/test_patch_system.cc
// test_patch_system.cc -- test driver for patch_system:: // $Header$ // // <<<misc global data>>> // <<<prototypes>>> // // driver - Cactus interface /// test_ghost_zone_Jacobians - test Jacobian of ghost zone synchronization ops // /// verify_gpn - verify gpn <--> (patch,irho,isigma) conversions /// /// setup_sym_fn...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/coord_derivs.maple
# coord_derivs.maple -- compute derivatives of (mu,nu,phi) wrt (x,y,z) # $Header$ mu := arctan(y/z); nu := arctan(x/z); phi := arctan(y/x); ######################################## simplify(diff(mu,x)); simplify(diff(mu,y)); simplify(diff(mu,z)); simplify(diff(nu,x)); simplify(diff(nu,y)); simplify(diff(nu,z)); ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_interp.hh
// patch_interp.hh -- interpolation from a patch // $Header$ // // prerequisites: // <stdio.h> // <assert.h> // <math.h> // // "cctk.h" // // "stdc.h" // "config.hh" // "../jtutil/util.hh" // "../jtutil/array.hh" // "../jtutil/linear_map.hh" // "coords.hh" // "grid.hh" // "fd_grid.hh" // "patch.hh" // // everything i...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_system_info.hh
// patch_system_info.hh -- static info describing various types of patch systems // $Header$ // // prerequisites: // <stdio.h> // <assert.h> // <math.h> // "../jtutil/util.hh" // "../jtutil//array.hh" // "../jtutil/linear_map.hh" // "coords.hh" // "grid.hh" // "patch_info.hh" // // everythi...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/FIXME
patch_interp::interp_molecule_minmax_mipar() should also query/check - molecule family - MSS_is_fn_of_gridfn_values and other new queries
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/test_coords.cc
// test_coords.cc -- test driver for coordinate systems/conversions // $Header$ #include <stdio.h> #include <assert.h> #include <math.h> #include <string.h> #ifdef STANDALONE_TEST #include "fake_cctk.h" #else #include "cctk.h" #endif #include "config.h" #include "stdc.h" #include "../jtutil/util.hh" using jtutil...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/test_patch_system.out
|\^/| Maple 7 (DEC ALPHA UNIX) ._|\| |/|_. Copyright (c) 2001 by Waterloo Maple Inc. \ MAPLE / All rights reserved. Maple is a registered trademark of <____ ____> Waterloo Maple Inc. | Type ? for help. # test_patch_system.maple -- test function for test_fd_grid # $Id: test_patch_system.mapl...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_info.hh
// patch_info.hh -- POD struct of minimal info varying from one patch to another // $Header$ // // prerequisites: // <stdio.h> // <assert.h> // <math.h> // "../jtutil/util.hh" // "../jtutil//array.hh" // "../jtutil/linear_map.hh" // "coords.hh" // "grid.hh" // // everything in this file is ins...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/ghost_zone.cc
// ghost_zone.cc -- fill in gridfn data in patch ghost zones // $Header$ // // ghost_zone::cast_to_symmetry_ghost_zone // ghost_zone::cast_to_interpatch_ghost_zone // // symmetry_ghost_zone::symmetry_ghost_zone (mirror symmetry) // symmetry_ghost_zone::symmetry_ghost_zone (periodic BC) // symmetry_ghost_zone::~symmetr...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/README
This directory contains C++ code for the horizon finder's basic multi-patch infrastructure. This code doesn't know about relativity. The main classes defined in this directory are as follows: patch_system is the top-level class representing a multipatch system. It stores the actual grid function data, defines the a...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_edge.hh
// patch_edge.hh -- perpendicular/parallel geometry of one side of a patch // $Header$ // // // prerequisites: // <stdio.h> // <assert.h> // <math.h> // "stdc.h" // "config.hh" // "../jtutil/util.hh" // "../jtutil/array.hh" // "../jtutil/linear_map.hh" // "coords.hh" // "grid.hh" // "fd_grid.hh" // "patch.hh" // // e...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/Makefile.standalone
# Makefile for standalone test drivers in this directory # $Header$ # # CC, CXX = C and C++ compilers. Defaults are gcc and g++ if # variables aren't set from command line or environment. # CC_FLAGS, CXX_FLAGS = C++ compiler flags. Defaults are # $(STD_GCC_FLAGS) -I.. -g # and # $(STD_GXX_FLAGS) -I.....
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/coords.hh
// coords.hh -- coordinate systems and conversions // $Header$ // // ***** coordinate systems ***** // ***** conversions between different local coordinate systems ***** // ***** bit masks for coordinates **** // global_coords - conversions between global and local coordinates // // // prerequisites: // <math.h> //...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_system.hh
// patch_system.hh -- describes the (an) entire system of interlinked patches // $Header$ // // patch_system - describes a system of interlinked patches // // // prerequisites: // <stdio.h> // <assert.h> // <math.h> // "stdc.h" // "config.hh" // "../jtutil/util.hh" // "../jtutil/array.hh" // "../jtutil/linear_map.hh"...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/test_coords2.cc
// test_coords2.cc -- test driver #2 for coordinate systems/conversions // $Header$ #include <stdio.h> #include <assert.h> #include <math.h> #include <string.h> #ifdef STANDALONE_TEST #include "fake_cctk.h" #else #include "cctk.h" #endif #include "config.h" #include "stdc.h" #include "../jtutil/util.hh" #includ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/make.code.defn
# Cactus specification of things to be compiled in this directory # $Header$ # Source files in this directory # ... uncomment test_patch_system.cc to test the patch system SRCS = coords.cc \ grid.cc \ fd_grid.cc \ patch.cc \ ghost_zone.cc \ patch_interp.cc \ patch_info.cc \ ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/grid.hh
// grid.hh -- classes for a 2D uniform tensor-product grid // $Header$ // // grid_arrays - data arrays for a 2D tensor-product grid // grid - uniform 2D tensor-product grid // // // prerequisites: // <stdio.h> // <assert.h> // <math.h> // "cctk.h" or "fake_cctk.h" // "stdc.h" // "config.hh" // ".....
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/fd_grid.hh
// fd_grid.hh -- grid with finite differencing operations // $Header$ // // *** Implementation Notes -- Overview *** // *** Implementation Notes -- Techniques using C++ Templates *** // *** Implementation Notes -- Techniques using the C/C++ Preprocessor *** // *** Implementation Notes -- Run-Time Choice of Molecules **...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch.hh
// patch.hh -- describes a coordinate/grid patch // $Header$ // // ***** how patch boundaries are handled ***** // patch - abstract base class to describe a coordinate/grid patch // // z_patch - derived class for a +/- z patch // x_patch - derived class for a +/- x patch // y_patch - derived class for a +/- y patch // ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/grid.cc
// grid.cc -- classes for a 2D uniform tensor-product grid // $Header$ // // grid_arrays::grid_arrays // grid_arrays::setup_gridfn_storage // grid_arrays::~grid_arrays // // grid::grid // #include <stdio.h> #include <assert.h> #include <math.h> #ifdef STANDALONE_TEST #include "fake_cctk.h" #else #include "cctk.h"...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/fd_grid.cc
// fd_grid.cc -- grid with finite differencing operations // $Header$ // // fd_grid::dx_coeff // fd_grid::dxx_coeff // #include <stdio.h> #include <assert.h> #include <math.h> #ifdef STANDALONE_TEST #include "fake_cctk.h" #else #include "cctk.h" #endif #include "config.h" #include "stdc.h" #include "../jtutil/ut...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch.cc
// patch.cc -- describes a coordinate/grid patch // $Header$ // // patch::patch // patch::~patch // z_patch::z_patch // x_patch::x_patch // y_patch::y_patch // // patch::rho_sigma_metric // // patch::decode_integration_method // patch::rho_arc_length // patch::sigma_arc_length // z_patch::plane_arc_length // x_patch::...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/coords.cc
// coords.cc - coordinate conversions etc // $Header$ // // local_coords::fuzzy_EQ_{ang,dang} // local_coords::modulo_reduce_{ang,dang} // // (r,(mu,nu,phi)) <--> (x,y,z) // ((mu,nu,phi)) --> the 3rd // // partial_{x,y,z}_wrt_{mu,nu,phi} // partial_{mu,nu,phi}_wrt_{x,y,z} // partial2_{mu,nu,phi}_wrt_{xx,xy,xz,yy,yz,zz...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/patch_system.cc
// patch_system.cc -- describes the (an) entire system of patches // $Header$ // // patch_system::patch_system // patch_system::~patch_system // patch_system::create_patches // patch_system::setup_gridfn_storage // patch_system::setup_ghost_zones__full_sphere // patch_system::setup_ghost_zones__plus_z_hemisphere // pa...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
patch/coord_derivs.out
|\^/| Maple 7 (IBM INTEL LINUX) ._|\| |/|_. Copyright (c) 2001 by Waterloo Maple Inc. \ MAPLE / All rights reserved. Maple is a registered trademark of <____ ____> Waterloo Maple Inc. | Type ? for help. # coord_derivs.maple -- compute derivatives of (mu,nu,phi) wrt (x,y,z) # $Id: coord_deriv...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/README
This directory contains subdirectories with test programs for various C++ compiler/library features: namespace/ This directory tests how namespaces are handled for C standard library functions, eg <stdio.h> vs <cstdio> vector/ This directory test how namespaces are handled for the STL vector class, eg <vector.h>...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/inline-fns/mini-util.hh
// mini-util.hh -- cut-down version of src/jtutil/util.hh for testing inline fns // $Header$ namespace jtutil { // how many integers are in the closed interval [low,high] inline int how_many_in_range(int low, int high) { return high - low + 1; } }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/inline-fns/Makefile
# Makefile to test various C/C++ compiler features # $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/src/cctest/inline-fns/Makefile,v 1.1 2003-07-31 17:29:48 jthorn Exp $ # # Targets: # default inline-fn inline-class # inline-fn test non-class inline function in .cc file # inline-fn2 test n...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/inline-fns/README
$Header$ This directory contains test programs to see how (or if!) compilers handle inline functions. inline-fn.cc Tests a trivial non-class inline function defined in the .cc file inline-fn2.cc Tests a trivial non-class inline function defined in a header file inline-class.cc Tests a trivial class containing an ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/inline-fns/inline-class.cc
// inline-class.cc -- test simple class with inline function // $Header$ #include <stdio.h> class addx { public: int operator()(int i) { return i+x_; } addx(int x); private: int x_; }; addx::addx(int x) : x_(x) { } int main(void) { addx add3(3); printf("add3(42) = %d\n", add3(42)); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/inline-fns/inline-fn.cc
// inline-fn.cc -- test non-class inline function // $Header$ #include <stdio.h> inline int add3(int x) { return x+3; } int main(void) { printf("add3(42) = %d\n", add3(42)); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/inline-fns/inline-fn2.cc
// inline-fn2.cc -- test non-class inline function in header file // $Header$ #include <stdio.h> #include "mini-util.hh" int main(void) { printf("jtutil::how_many_in_range(69,105) = %d\n", jtutil::how_many_in_range(69,105)); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/stdio_h-std--using-std-printf.cc
// $Header$ #include <stdio.h> using std::printf; int main() { printf("testing <stdio.h> functions in std:: namespace:\n"); printf("==> #include <stdio.h>; using std::printf; printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/Makefile
# Makefile to test various C/C++ compiler features # # Targets: # default test namespace handling for <stdio.h> and <cstdio> # stdio_h test namespace handling for <stdio.h> # cstdio test namespace handling for <cstdio> # clean remove all binaries # # Arguments: # CXX how to invoke the C++ compiler, including any d...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/cstdio-std--std-printf.cc
// $Header$ #include <cstdio> int main() { std::printf("testing <cstdio> functions in std:: namespace:\n"); std::printf("==> #include <cstdio>; std::printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/stdio_h-std--std-printf.cc
// $Header$ #include <stdio.h> int main() { std::printf("testing <stdio.h> functions in std:: namespace:\n"); std::printf("==> #include <stdio.h>; std::printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/status
osmium.aei.mpg.de # OpenBSD 3.1 gcc version 2.95.3 20010125 (prerelease) Sun Sep 29 11:32:19 EDT 2002 CXX='/usr/bin/g++ -W -Wall -ansi -pedantic' ==> #include <stdio.h>; printf() is ok ==> #include <stdio.h>; std::printf() is ok ==> #include <stdio.h>; using std::printf; printf() is ok ==> #include <stdio.h>; using nam...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/README
$Header$ This directory contains a set of "hello, world" programs to test how the C++ namespaces are handled for standard library functions. Each .cc file is a "hello, world\n" program using a particular set of options for what header file to #include, what (if any) using declarations or definitions to use, and wheth...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/cstdio-std--using-std-printf.cc
// $Header$ #include <cstdio> using std::printf; int main() { printf("testing <cstdio> functions in std:: namespace:\n"); printf("==> #include <cstdio>; using std::printf; printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/stdio_h-global.cc
// $Header$ #include <stdio.h> int main() { printf("testing <stdio.h> functions in global namespace:\n"); printf("==> #include <stdio.h>; printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/stdio_h-std--using-namespace-std.cc
// $Header$ #include <stdio.h> using namespace std; int main() { printf("testing <stdio.h> functions in std:: namespace:\n"); printf("==> #include <stdio.h>; using namespace std; printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/cstdio-std--using-namespace-std.cc
// $Header$ #include <cstdio> using namespace std; int main() { printf("testing <cstdio> functions in std:: namespace:\n"); printf("==> #include <cstdio>; using namespace std; printf() is ok\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/namespace/cstdio-global.cc
// $Header$ #include <cstdio> int main() { printf("testing <cstdio> functions in global namespace (THIS SHOULD FAIL):\n"); printf("==> #include <cstdio>; printf() is ok (THIS SHOULD FAIL)\n"); return 0; }
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/vector/Makefile
# Makefile to test various C/C++ compiler features # # Targets: # default test namespace handling for <vector.h> and <vector> # vector_h test namespace handling for <vector.h> # vector test namespace handling for <vector> # clean remove all binaries # # Arguments: # CXX how to invoke the C++ compiler, including any...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/vector/vector-std--std-vector.cc
// $Header$ #include <stdio.h> #include <vector> int main() { printf("testing <vector> functions in std:: namespace:\n"); std::vector<int> v(3); v[0] = 42; v[1] = 69; v[2] = 105; printf("%d %d %d should be 42 69 105... ", v[0], v[1], v[2]); printf(((v[0] == 42) && (v[1] == 69) && (v[2] == 105)) ? "ok\n" : "FAIL\n"); ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/vector/status
osmium.aei.mpg.de # OpenBSD 3.1 gcc version 2.95.3 20010125 (prerelease) Sun Oct 6 21:15:55 EDT 2002 CXX='/usr/bin/g++ -W -Wall -ansi -pedantic' ==> #include <vector.h>; vector is ok ==> #include <vector.h>; std::vector is ok ==> #include <vector.h>; using std::vector; vector is ok ==> #include <vector.h>; using names...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/vector/README
$Header$ This directory contains a set of "hello, world" programs to test how C++ namespaces are handled for the STL vector class. Each .cc file is a "hello, world\n" program using a particular set of options for what header file to #include, what (if any) using declarations or definitions to use, and whether or not ...
EinsteinAnalysis/AHFinderDirect
https://bitbucket.org/einsteintoolkit/einsteinanalysis.git
REQUIRES THORNS: SpaceMask OPTIONAL HDF5 { }
# Interface definition for thorn AHFinderDirect # $Header$ implements: AHFinderDirect inherits: Grid ADMBase StaticConformal SpaceMask SphericalSurface IO # include file provided by SpaceMask USES INCLUDE: SpaceMask.h ################################################################################ # we use a mask i...
# Parameter definitions for thorn AHFinderDirect # $Header$ ################################################################################ # # ***** interface to the rest of Cactus ***** # # we may need to look at some grid:: parameters to choose our patch system type # note our access is read-only shares: grid US...
# Schedule definitions for thorn AHFinderDirect # $Header$ storage: ah_radius ah_origin ah_centroid ah_flags if (metric_timelevels == 1) { storage: ahmask[1] } else if (metric_timelevels == 2) { storage: ahmask[2] } else if (metric_timelevels == 3) { storage: ahmask[3] } # # setup # schedule AHFinderDirect_set...
cctest/vector/vector-std--using-std-vector.cc
// $Header$ #include <stdio.h> #include <vector> using std::vector; int main() { printf("testing <vector> functions in std:: namespace:\n"); vector<int> v(3); v[0] = 42; v[1] = 69; v[2] = 105; printf("%d %d %d should be 42 69 105... ", v[0], v[1], v[2]); printf(((v[0] == 42) && (v[1] == 69) && (v[2] == 105)) ? "ok\n"...