thorn_name
stringclasses
93 values
url
stringclasses
18 values
configuration
stringclasses
60 values
interface
stringclasses
92 values
param
stringclasses
89 values
schedule
stringclasses
90 values
test_filename
stringlengths
6
81
test_content
stringlengths
0
6.5M
CactusBase/IOASCII
https://bitbucket.org/cactuscode/cactusbase.git
# Configuration definition for thorn IOASCII # $Header$ REQUIRES IOUtil REQUIRES THORNS: IOUtil
# Interface definition for thorn IOASCII # $Header$ implements: IOASCII ### FIXME: need private inheritance in order to be implementation-compatible ### with CarpetIOASCII #inherits: IO CCTK_INT FUNCTION \ Hyperslab_GetList (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN mapping_handle...
# Parameter definitions for thorn IOASCII # $Header$ ############################################################################# ### declare IOASCII parameters ############################################################################# private: ########################## # Directories to output to ##############...
# Schedule definitions for thorn IOASCII # $Header$ ######################################################################## ### register IOASCII routines ######################################################################## schedule IOASCII_Startup at STARTUP after IOUtil_Startup { LANG:C } "Startup routine" sc...
test.ccl
EXTENSIONS gnuplot xl yl zl dl xg asc
CactusBase/IOBasic
https://bitbucket.org/cactuscode/cactusbase.git
# Configuration definition for thorn IOBasic # $Header$ REQUIRES IOUtil REQUIRES THORNS: IOUtil
# Interface definition for thorn IOBasic # $Header$ implements: IOBasic inherits: IO real next_info_output_time type=scalar real next_scalar_output_time type=scalar CCTK_INT FUNCTION IO_TruncateOutputFiles \ (CCTK_POINTER_TO_CONST IN GH) REQUIRES FUNCTION IO_TruncateOutputFiles
# Parameter definitions for thorn IOBasic # $Header$ ############################################################################# ### declare IOBasic parameters ############################################################################# private: ########################## # Directory to output to ################...
# Schedule definitions for thorn IOBasic # $Header$ ######################################################################## ### register IOBasic routines ######################################################################## schedule IOBasic_Startup at STARTUP after IOUtil_Startup { LANG:C } "Startup routine" #...
test.ccl
EXTENSIONS xg tl asc gnuplot
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
test.ccl
ABSTOL 1.0e-10 RELTOL 1.0
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc.par
ActiveThorns = " Boundary Carpet CarpetIOASCII CarpetIOBasic CarpetIOScalar CarpetLib CarpetReduce CartGrid3D CoordBase IOUtil PETSc Poisson SymBase TATPETSc TATelliptic Time " Cactus::cctk_f...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-residual.norm2.asc
# Scalar ASCII output created by CarpetIOScalar # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::res (poisson-residual) # 1:iteration 2:time 3:data # data columns: 3...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-potential.x.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::POTENTIAL x (poisson-potential) # # iteration 0 time 0 # time level 0 #...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-potential.y.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::POTENTIAL y (poisson-potential) # # iteration 0 time 0 # time level 0 #...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-potential.norm_inf.asc
# Scalar ASCII output created by CarpetIOScalar # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::phi (poisson-potential) # 1:iteration 2:time 3:data # data columns: ...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-potential.norm2.asc
# Scalar ASCII output created by CarpetIOScalar # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::phi (poisson-potential) # 1:iteration 2:time 3:data # data columns: ...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-potential.z.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::POTENTIAL z (poisson-potential) # # iteration 0 time 0 # time level 0 #...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-residual.z.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::RESIDUAL z (poisson-residual) # # iteration 0 time 0 # time level 0 # r...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-residual.y.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::RESIDUAL y (poisson-residual) # # iteration 0 time 0 # time level 0 # r...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-residual.x.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::RESIDUAL x (poisson-residual) # # iteration 0 time 0 # time level 0 # r...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-residual.norm_inf.asc
# Scalar ASCII output created by CarpetIOScalar # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::res (poisson-residual) # 1:iteration 2:time 3:data # data columns: 3...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-potential.d.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::POTENTIAL d (poisson-potential) # # iteration 0 time 0 # time level 0 #...
CactusExamples/Poisson
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn Poisson REQUIRES Boundary Carpet CartGrid3D TATelliptic
# Interface definition for thorn Poisson IMPLEMENTS: Poisson INHERITS: boundary grid USES INCLUDE HEADER: carpet.h USES INCLUDE HEADER: TATelliptic.h CCTK_INT FUNCTION Boundary_SelectGroupForBC \ (CCTK_POINTER_TO_CONST IN cctkGH, \ CCTK_INT IN faces, \ CCTK_INT IN boundary_...
# Parameter definitions for thorn Poisson STRING solver "Name of TATelliptic solver that should be used" { .* :: "must be an activated TATelliptic solver" } "TATJacobi" STRING options "Options for the solver" { .* :: "no restriction" } "" REAL radius "Radius of uniformly charged sphere" { 0:* :: "" } 1.0 RE...
# Schedule definitions for thorn Poisson STORAGE: potential residual SCHEDULE Poisson_prepare AT initial { LANG: C } "Set up initial guess for initial data" SCHEDULE Poisson_solve AT postinitial { LANG: C # OPTIONS: global } "Calculate uniform charge initial data" SCHEDULE GROUP Poisson_boundaries { } "Apply ...
charge_tatelliptic_petsc/poisson-residual.d.asc
# 1D ASCII output created by CarpetIOASCII # created on redshift.pi.local by eschnett on Nov 25 2014 at 12:15:40-0500 # parameter filename: "/Users/eschnett/Cbeta/arrangements/CactusExamples/Poisson/test/charge_tatelliptic_petsc.par" # # POISSON::RESIDUAL d (poisson-residual) # # iteration 0 time 0 # time level 0 # r...
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc.par
# wavetoyc.par - wavetoy evolution # $Header$ # # /*@@ # @file wavetoyc.par # @date 6 May 2003 # @author David Rideout # @desc # Test uses wavetoyC with linear extrapolation boundary conditions # @enddesc # @@*/ # Note that wavetoyextra is in the BetaThorns arrangement Act...
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc/phi_x_[7][7].xg
"Time = 0.0000000000000 -1.9500000000000 0.6121655349981 -1.6500000000000 0.7025789856683 -1.3500000000000 0.7880438601280 -1.0500000000000 0.8638425194741 -0.7500000000000 0.9254388283880 -0.4500000000000 0.9689242170281 -0.1500000000000 0.9914272633971 0.1500000000000 0.9914272633971 0.4500000000000 0.9689...
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc/phi_norm1.xg
"phi v time 0.0000000000000 0.5508974853043 0.3000000000000 0.5399783644048 0.6000000000000 0.5078990337948 0.9000000000000 0.4578985048597 1.2000000000000 0.3946069569230 1.5000000000000 0.3238067187342
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc/phi_maximum.xg
"phi v time 0.0000000000000 0.9914272633971 0.3000000000000 0.9579661112536 0.6000000000000 0.8612027364528 0.9000000000000 0.7117685517780 1.2000000000000 0.5256148242419 1.5000000000000 0.3795997762551
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc/phi_minimum.xg
"phi v time 0.0000000000000 0.1441096050934 0.3000000000000 0.1174050741283 0.6000000000000 0.1281964404323 0.9000000000000 0.1457551697659 1.2000000000000 0.1691461665444 1.5000000000000 0.1969225503341
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc/phi_3D_diagonal.xg
"Time = 0.0000000000000 -3.3774990747593 0.2333914329357 -2.8578838324886 0.3528285764282 -2.3382685902180 0.4978854721135 -1.8186533479473 0.6558160112715 -1.2990381056767 0.8063460010113 -0.7794228634060 0.9254388283880 -0.2598076211353 0.9914272633971 0.2598076211353 0.9914272633971 0.7794228634060 0.9254...
CactusExamples/SampleBoundary
https://bitbucket.org/cactuscode/cactusexamples.git
# Interface definition for thorn SampleBoundary # $Header$ implements: LinExtrapBnd CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN num_vars, \ ...
# Parameter definitions for thorn SampleBoundary # $Header$
# Schedule definitions for thorn SampleBoundary # $Header$ schedule SampleBoundary_RegisterBCs at CCTK_BASEGRID { lang: C } "Register boundary conditions that this thorn provides"
wavetoyc/phi_norm2.xg
"phi v time 0.0000000000000 0.5788320296223 0.3000000000000 0.5660032178928 0.6000000000000 0.5284445758631 0.9000000000000 0.4708343434086 1.2000000000000 0.4000545716101 1.5000000000000 0.3250180870928
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian.par
############################################################ # # gaussian.par # # A simple example parameter file for WaveMoL # ############################################################ ActiveThorns = "CoordBase SymBase NaNChecker PUGHReduce CartGrid3D PUGH Boundary IOBasic IOUtil IOASCII IDWaveMoL PUGHSlab WaveMoL...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_norm1.xg
"phi v time 0.0000000000000 0.0052471598375 0.0100000000000 0.0052471598375 0.0200000000000 0.0052471598371 0.0300000000000 0.0052471598364 0.0400000000000 0.0052471598330 0.0500000000000 0.0052471598213 0.0600000000000 0.0052471597950 0.0700000000000 0.0052471597318 0.0800000000000 0.0053304862599 0.0900000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/energy_z_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000000 -0.4800000000000 0.0000000000000 -0.4600000000000 0.0000000000000 -0.4400000000000 0.0000000000001 -0.4200000000000 0.0000000000034 -0.4000000000000 0.0000000000811 -0.3800000000000 0.0000000016565 -0.3600000000000 0.0000000286914 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/gaussian.par
############################################################ # # gaussian.par # # A simple example parameter file for WaveMoL # ############################################################ ActiveThorns = "CoordBase SymBase NaNChecker PUGHReduce CartGrid3D PUGH Boundary IOBasic IOUtil IOASCII IDWaveMoL PUGHSlab WaveMoL...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_z_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000139 -0.4800000000000 0.0000000000986 -0.4600000000000 0.0000000006461 -0.4400000000000 0.0000000039089 -0.4200000000000 0.0000000218296 -0.4000000000000 0.0000001125352 -0.3800000000000 0.0000005355348 -0.3600000000000 0.0000023525752 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_y_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000139 -0.4800000000000 0.0000000000986 -0.4600000000000 0.0000000006461 -0.4400000000000 0.0000000039089 -0.4200000000000 0.0000000218296 -0.4000000000000 0.0000001125352 -0.3800000000000 0.0000005355348 -0.3600000000000 0.0000023525752 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/energy_y_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000000 -0.4800000000000 0.0000000000000 -0.4600000000000 0.0000000000000 -0.4400000000000 0.0000000000001 -0.4200000000000 0.0000000000034 -0.4000000000000 0.0000000000811 -0.3800000000000 0.0000000016565 -0.3600000000000 0.0000000286914 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_norm_inf.xg
"phi v time 0.0000000000000 1.0000000000000 0.0100000000000 0.9711763168254 0.0200000000000 0.8884862359191 0.0300000000000 0.7590531656323 0.0400000000000 0.5937018653198 0.0500000000000 0.4057670629084 0.0600000000000 0.2497367533886 0.0700000000000 0.1900472074568 0.0800000000000 0.1626923114490 0.0900000000000 0.29...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/energy_3D_diagonal.xg
"Time = 0.0000000000000 -0.8660254037844 0.0000000000000 -0.8313843876331 0.0000000000000 -0.7967433714817 0.0000000000000 -0.7621023553303 0.0000000000000 -0.7274613391789 0.0000000000000 -0.6928203230276 0.0000000000000 -0.6581793068762 0.0000000000000 -0.6235382907248 0.0000000000000 -0.5888972745734 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phit_x_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000000 -0.4800000000000 0.0000000000000 -0.4600000000000 0.0000000000000 -0.4400000000000 0.0000000000000 -0.4200000000000 0.0000000000000 -0.4000000000000 0.0000000000000 -0.3800000000000 0.0000000000000 -0.3600000000000 0.0000000000000 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_maximum.xg
"phi v time 0.0000000000000 1.0000000000000 0.0100000000000 0.9711763168254 0.0200000000000 0.8884862359191 0.0300000000000 0.7590531656323 0.0400000000000 0.5937018653198 0.0500000000000 0.4057670629084 0.0600000000000 0.2497367533886 0.0700000000000 0.1900472074568 0.0800000000000 0.1626923114490 0.0900000000000 0.14...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phit_z_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000000 -0.4800000000000 0.0000000000000 -0.4600000000000 0.0000000000000 -0.4400000000000 0.0000000000000 -0.4200000000000 0.0000000000000 -0.4000000000000 0.0000000000000 -0.3800000000000 0.0000000000000 -0.3600000000000 0.0000000000000 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_minimum.xg
"phi v time 0.0000000000000 0.0000000000000 0.0100000000000 0.0000000000000 0.0200000000000 -0.0000000000206 0.0300000000000 -0.0000000001150 0.0400000000000 -0.0000000002050 0.0500000000000 -0.0000000000078 0.0600000000000 -0.0000000000000 0.0700000000000 -0.0000000000000 0.0800000000000 -0.1523503248422 0.09000000000...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_3D_diagonal.xg
"Time = 0.0000000000000 -0.8660254037844 0.0000000000000 -0.8313843876331 0.0000000000000 -0.7967433714817 0.0000000000000 -0.7621023553303 0.0000000000000 -0.7274613391789 0.0000000000000 -0.6928203230276 0.0000000000000 -0.6581793068762 0.0000000000000 -0.6235382907248 0.0000000000000 -0.5888972745734 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phit_y_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000000 -0.4800000000000 0.0000000000000 -0.4600000000000 0.0000000000000 -0.4400000000000 0.0000000000000 -0.4200000000000 0.0000000000000 -0.4000000000000 0.0000000000000 -0.3800000000000 0.0000000000000 -0.3600000000000 0.0000000000000 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/energy_x_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000000 -0.4800000000000 0.0000000000000 -0.4600000000000 0.0000000000000 -0.4400000000000 0.0000000000001 -0.4200000000000 0.0000000000034 -0.4000000000000 0.0000000000811 -0.3800000000000 0.0000000016565 -0.3600000000000 0.0000000286914 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phit_3D_diagonal.xg
"Time = 0.0000000000000 -0.8660254037844 0.0000000000000 -0.8313843876331 0.0000000000000 -0.7967433714817 0.0000000000000 -0.7621023553303 0.0000000000000 -0.7274613391789 0.0000000000000 -0.6928203230276 0.0000000000000 -0.6581793068762 0.0000000000000 -0.6235382907248 0.0000000000000 -0.5888972745734 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_x_[25][25].xg
"Time = 0.0000000000000 -0.5000000000000 0.0000000000139 -0.4800000000000 0.0000000000986 -0.4600000000000 0.0000000006461 -0.4400000000000 0.0000000039089 -0.4200000000000 0.0000000218296 -0.4000000000000 0.0000001125352 -0.3800000000000 0.0000005355348 -0.3600000000000 0.0000023525752 -0.3400000000000 0.00...
CactusExamples/WaveMoL
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn BSSN_MoL # $Header$ REQUIRES CartGrid3D Boundary
# Interface definition for thorn WaveMoL # $Header$ implements: wavemol USES INCLUDE: Symmetry.h CCTK_INT FUNCTION MoLRegisterEvolvedGroup(CCTK_INT IN EvolvedIndex, \ CCTK_INT IN RHSIndex) CCTK_INT FUNCTION MoLRegisterConstrained(CCTK_INT IN ConstrainedIndex) REQUIRES FUNCT...
# Parameter definitions for thorn WaveMoL # $Header$ shares: MethodOfLines USES CCTK_INT MoL_Num_Evolved_Vars USES CCTK_INT MoL_Num_Constrained_Vars USES CCTK_INT MoL_Num_SaveAndRestore_Vars restricted: CCTK_INT WaveMoL_MaxNumEvolvedVars "The maximum number of evolved variables used by WaveMoL" ACCUMULATOR-BASE=Met...
# Schedule definitions for thorn WaveMoL # $Header$ STORAGE: scalarevolvemol_scalar[3], scalarevolvemol_vector[3] STORAGE: scalarrhsmol_scalar, scalarrhsmol_vector STORAGE: energy schedule WaveMoL_Startup at STARTUP { LANG: C } "Register Banner" schedule WaveMoL_InitSymBound at BASEGRID { LANG: C OPTIONS: META...
gaussian/phi_norm2.xg
"phi v time 0.0000000000000 0.0430714656302 0.0100000000000 0.0424412135368 0.0200000000000 0.0406299532861 0.0300000000000 0.0378277504041 0.0400000000000 0.0343433436474 0.0500000000000 0.0305957401972 0.0600000000000 0.0270964846761 0.0700000000000 0.0243927425171 0.0800000000000 0.0229176547380 0.0900000000000 0.02...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77.par
!DESC "Test of 1D wave equation with periodic boundaries" ActiveThorns = "CoordBase SymBase boundary ioutil iobasic ioascii pughslab pughreduce pugh time wavetoy1df77 localreduce" driver::global_nx = 101 driver::periodic=yes cactus::cctk_itlast = 50 wavetoy1d::sigma = 0.03 wavetoy1d::center = 0.25 wavetoy1d::bound ...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77/phi_min.tl
"phi v time 0.0000000000000 0.0000000000000 0.0500000000000 0.0000000000000 0.1000000000000 0.0000000000000 0.1500000000000 0.0000000000000 0.2000000000000 -0.0000000000000 0.2500000000000 -0.0000000000000 0.3000000000000 -0.0000000000000 0.3500000000000 -0.0000000000000 0.4000000000000 -0.0000000000000 0.4500000000000...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77/phi.xl
"Time = 0.0000000000000 0.0100000000000 0.0000000000000 0.0200000000000 0.0000000000000 0.0300000000000 0.0000000000000 0.0400000000000 0.0000000000000 0.0500000000000 0.0000000000000 0.0600000000000 0.0000000000000 0.0700000000000 0.0000000000000 0.0800000000000 0.0000000000000 0.0900000000000 0.00000000000...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77/phi_nm1.tl
"phi v time 0.0000000000000 0.0537107227547 0.0500000000000 0.0537107227547 0.1000000000000 0.0537107227547 0.1500000000000 0.0537107227547 0.2000000000000 0.0537107227547 0.2500000000000 0.0537107227547 0.3000000000000 0.0537107227547 0.3500000000000 0.0537107227547 0.4000000000000 0.0537107227547 0.4500000000000 0.05...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77/phi_norm_inf.tl
"phi v time 0.0000000000000 1.0000000000000 0.0500000000000 0.5000074726693 0.1000000000000 0.5000000000000 0.1500000000000 0.5000000000000 0.2000000000000 0.5000000000000 0.2500000000000 0.5000000000000 0.3000000000000 0.5000000000000 0.3500000000000 0.5000000000000 0.4000000000000 0.5000000000000 0.4500000000000 0.50...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77/phi_max.tl
"phi v time 0.0000000000000 1.0000000000000 0.0500000000000 0.5000074726693 0.1000000000000 0.5000000000000 0.1500000000000 0.5000000000000 0.2000000000000 0.5000000000000 0.2500000000000 0.5000000000000 0.3000000000000 0.5000000000000 0.3500000000000 0.5000000000000 0.4000000000000 0.5000000000000 0.4500000000000 0.50...
CactusExamples/WaveToy1DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy1DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy1DF77 # $Header$ implements: wavetoy1d inherits: boundary private: cctk_real evolve1d dim=1 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=1 type=GF { timederiv } "For initial data" cctk_real dummy dim=1 type=GF { phi_temp } "Just for cr...
# Parameter definitions for thorn WaveToy1DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real center "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real sigma "Width of Gaussian wave" { *:* :: "Anything" } 0.02 # Boundary ke...
# Schedule definitions for thorn WaveToy1DF77 # $Header$ STORAGE: evolve1d[3],coords1d schedule WaveToy1DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy1DF77 banner" schedule WaveToy1DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy1DF77 coordinates" schedule WaveToy1DF77_Coord as Spat...
wavetoy1df77/phi_nm2.tl
"phi v time 0.0000000000000 0.1948825704938 0.0500000000000 0.1380688974740 0.1000000000000 0.1378027871467 0.1500000000000 0.1378027871313 0.2000000000000 0.1378027871313 0.2500000000000 0.1378027871313 0.3000000000000 0.1378027871313 0.3500000000000 0.1378027871313 0.4000000000000 0.1378027872656 0.4500000000000 0.13...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D.par
!DESC "2D Scalar Wave Equation" ActiveThorns = "boundary coordbase symbase ioutil iobasic ioascii pugh pughreduce pughslab time wavetoy2df77 localreduce" driver::global_nx = 101 driver::global_ny = 101 cactus::cctk_itlast = 10 wavetoy2d::sigma = 0.05 wavetoy2d::bound = "zer...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi_min.tl
"phi v time 0.0000000000000 0.0000000000000 0.0070000000000 0.0000000000000 0.0140000000000 0.0000000000000 0.0210000000000 0.0000000000000 0.0280000000000 0.0000000000000 0.0350000000000 0.0000000000000 0.0420000000000 0.0000000000000 0.0490000000000 0.0000000000000 0.0560000000000 0.0000000000000 0.0630000000000 0.00...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi.xl
"Time = 0.0000000000000 0.0000000000000 0.0000000000000 0.0100000000000 0.0000000000000 0.0200000000000 0.0000000000000 0.0300000000000 0.0000000000000 0.0400000000000 0.0000000000000 0.0500000000000 0.0000000000000 0.0600000000000 0.0000000000000 0.0700000000000 0.0000000000000 0.0800000000000 0.00000000000...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi_nm1.tl
"phi v time 0.0000000000000 0.0076992271679 0.0070000000000 0.0115488407518 0.0140000000000 0.0153984543358 0.0210000000000 0.0192480679197 0.0280000000000 0.0230976815037 0.0350000000000 0.0269472950876 0.0420000000000 0.0307969086716 0.0490000000000 0.0346465222555 0.0560000000000 0.0384961358395 0.0630000000000 0.04...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi_norm_inf.tl
"phi v time 0.0000000000000 1.0000000000000 0.0070000000000 1.4615736503693 0.0140000000000 1.8136599289301 0.0210000000000 2.0397147250398 0.0280000000000 2.1403110445651 0.0350000000000 2.1307586969290 0.0420000000000 2.0362738402880 0.0490000000000 1.8861563124597 0.0560000000000 1.7084396353357 0.0630000000000 1.54...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi_max.tl
"phi v time 0.0000000000000 1.0000000000000 0.0070000000000 1.4615736503693 0.0140000000000 1.8136599289301 0.0210000000000 2.0397147250398 0.0280000000000 2.1403110445651 0.0350000000000 2.1307586969290 0.0420000000000 2.0362738402880 0.0490000000000 1.8861563124597 0.0560000000000 1.7084396353357 0.0630000000000 1.54...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi_nm2.tl
"phi v time 0.0000000000000 0.0620452543225 0.0070000000000 0.0918716090244 0.0140000000000 0.1183042753545 0.0210000000000 0.1408231147946 0.0280000000000 0.1593839035305 0.0350000000000 0.1743286550724 0.0420000000000 0.1862373022256 0.0490000000000 0.1957679049767 0.0560000000000 0.2035298604474 0.0630000000000 0.21...
CactusExamples/WaveToy2DF77
https://bitbucket.org/cactuscode/cactusexamples.git
# Configuration definition for thorn WaveToy2DF77 # $Header$ REQUIRES Boundary
# Interface definition for thorn WaveToy2DF77 # $Header$ implements: wavetoy2d inherits: boundary private: cctk_real evolve2d dim=2 type=GF Timelevels=3 { phi } "The evolved scalar field" cctk_real initial dim=2 type=GF { timederiv } "For initial data" cctk_real coords2d dim=2 type=GF { x, y } "The 2D x a...
# Parameter definitions for thorn WaveToy2DF77 # $Header$ private: # Initial data real amplitude "Amplitude of initial Gaussian wave" { 0:* :: "" } 1.0 real xcenter "x-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5 real ycenter "y-position of center of Gaussian wave" { *:* :: "Anywhere" } 0.5...
# Schedule definitions for thorn WaveToy2DF77 # $Header$ STORAGE: evolve2d[3],coords2d schedule WaveToy2DF77_Startup at STARTUP { LANG: Fortran } "Register WaveToy2DF77 banner" schedule WaveToy2DF77_RegisterCoords at WRAGH { LANG: Fortran } "Register WaveToy2DF77 coordinates" schedule WaveToy2DF77_Coord as Spat...
test_WaveToy2D/phi.yl
"Time = 0.0000000000000 0.0000000000000 0.0000000000000 0.0100000000000 0.0000000000000 0.0200000000000 0.0000000000000 0.0300000000000 0.0000000000000 0.0400000000000 0.0000000000000 0.0500000000000 0.0000000000000 0.0600000000000 0.0000000000000 0.0700000000000 0.0000000000000 0.0800000000000 0.00000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
schw-0050.par
#------------------------------------------------------------------------------ # cartoon, using BSSN_MoL #------------------------------------------------------------------------------ ActiveThorns = "admbase admcoupling admmacros coordgauge spacemask staticconformal idanalyticbh time pugh pughreduce pughslab cartgri...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
carpet.par
ActiveThorns = " Boundary Carpet CarpetIOASCII CarpetIOBasic CarpetLib CarpetRegrid2 CartGrid3D Cartoon2D CoordBase IOUtil InitBase MoL SymBase " # Domain Carpet::domain_from_coordbase = yes CartGrid3D::type = "coordbase" CoordBase::domainsize = "minmax" # Note: Ca...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2.par
#============================================================================== # Cartoon2D, using a full grid, and ML_BSSN #============================================================================== ActiveThorns = "cartoon2d idanalyticbh admbase admcoupling admmacros coordgauge spacemask staticconformal admanalys...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_3.par
#============================================================================== # Cartoon2D, using bitant mode, and ML_BSSN #============================================================================== ActiveThorns = "cartoon2d idanalyticbh admbase admcoupling admmacros coordgauge spacemask staticconformal admanalys...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxz_3D_diagonal.xg
"Time = 0.0000000000000 -0.5196152422707 0.0000000000000 -0.1732050807569 0.0000000000000 0.1732050807569 0.0000000000000 0.5196152422707 0.0000000000000 0.8660254037844 0.0000000000000 "Time = 0.0500000000000 -0.5196152422707 0.0000000000000 -0.1732050807569 0.0000000000000 0.1732050807569 -0.0000117345515...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momx_z_[2][2].xg
"Time = 0.0000000000000 -3.3000000000000 0.0000000000000 -3.1000000000000 0.0000000000000 -2.9000000000000 0.0000000000000 -2.7000000000000 0.0000000000000 -2.5000000000000 0.0000000000000 -2.3000000000000 0.0000000000000 -2.1000000000000 0.0000000000000 -1.9000000000000 0.0000000000000 -1.7000000000000 0.00...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momx_x_[2][17].xg
"Time = 0.0000000000000 -0.3000000000000 0.0000000000000 -0.1000000000000 0.0000000000000 0.1000000000000 0.0000000000000 0.3000000000000 0.0000000000000 0.5000000000000 0.0000000000000 0.7000000000000 0.0000000000000 0.9000000000000 0.0000000000000 1.1000000000000 0.0000000000000 1.3000000000000 0.000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/grr_y_[2][17].xg
"Time = 0.0000000000000 -0.4000000000000 -13.1931390426247 -0.2000000000000 1502.4650093923487 0.0000000000000 3492.3567944760071 0.2000000000000 1502.4650093923485 0.4000000000000 -13.1931390426247 "Time = 0.0500000000000 -0.4000000000000 -13.1850517891133 -0.2000000000000 1502.4642539658503 0.0000000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxx_y_[2][17].xg
"Time = 0.0000000000000 -0.4000000000000 -13.1931390426247 -0.2000000000000 1502.4650093923487 0.0000000000000 3492.3567944760061 0.2000000000000 1502.4650093923487 0.4000000000000 -13.1931390426247 "Time = 0.0500000000000 -0.4000000000000 -13.1967806374214 -0.2000000000000 1502.4655248823187 0.0000000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momx_minimum.xg
"momx v time 0.0000000000000 0.0000000000000 0.0500000000000 -0.0069634367970
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/grr_norm2.xg
"grr v time 0.0000000000000 145.5717646823032 0.0500000000000 145.5715476099708
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/trK_minimum.xg
"trK v time 0.0000000000000 0.0000000000000 0.0000000000000 0.0000000000000 0.0500000000000 -0.0000000176995 0.0500000000000 -0.0000000036442
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gyz_y_[2][17].xg
"Time = 0.0000000000000 -0.4000000000000 0.0000000000000 -0.2000000000000 0.0000000000000 0.0000000000000 0.0000000000000 0.2000000000000 0.0000000000000 0.4000000000000 0.0000000000000 "Time = 0.0500000000000 -0.4000000000000 -0.0038452221718 -0.2000000000000 0.0025869648370 0.0000000000000 0.0000000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/trK_maximum.xg
"trK v time 0.0000000000000 0.0000000000000 0.0000000000000 0.0000000000000 0.0500000000000 0.0000125416155 0.0500000000000 0.0000001892212
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momx_maximum.xg
"momx v time 0.0000000000000 0.0000000000000 0.0500000000000 0.0069634367970
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gyz_z_[2][2].xg
"Time = 0.0000000000000 -3.3000000000000 0.0000000000000 -3.1000000000000 0.0000000000000 -2.9000000000000 0.0000000000000 -2.7000000000000 0.0000000000000 -2.5000000000000 0.0000000000000 -2.3000000000000 0.0000000000000 -2.1000000000000 0.0000000000000 -1.9000000000000 0.0000000000000 -1.7000000000000 0.00...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gt11_norm1.xg
"gt11 v time 0.0000000000000 1.0000000000000 0.0500000000000 1.0000101564108
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/phi_norm1.xg
"phi v time 0.0000000000000 0.3973880192586 0.0500000000000 0.3973880189993
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/Xt3_x_[2][17].xg
"Time = 0.0000000000000 -0.3000000000000 0.0000000000000 -0.1000000000000 -0.0000000000000 0.1000000000000 -0.0000000000000 0.3000000000000 0.0000000000000 0.5000000000000 -0.0000000000000 0.7000000000000 0.0000000000000 0.9000000000000 0.0000000000000 1.1000000000000 -0.0000000000000 1.3000000000000 0.00000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/Xt1_norm2.xg
"Xt1 v time 0.0000000000000 0.0000000000000 0.0500000000000 0.0001328746565
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxx_maximum.xg
"gxx v time 0.0000000000000 3492.3567944760061 0.0500000000000 3492.3536363394624
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gyy_minimum.xg
"gyy v time 0.0000000000000 -13.1931390426247 0.0500000000000 -13.1870037938330
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/grr_maximum.xg
"grr v time 0.0000000000000 3492.3567944760071 0.0500000000000 3492.3425204637524
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/ham_minimum.xg
"ham v time 0.0000000000000 -1.1026711616071 0.0500000000000 -1.1025138507215
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gyy_norm2.xg
"gyy v time 0.0000000000000 145.5717646823032 0.0500000000000 145.5719512026340
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gyy_3D_diagonal.xg
"Time = 0.0000000000000 -0.5196152422707 3.0218586978379 -0.1732050807569 3.0520282517700 0.1732050807569 3.2689002888138 0.5196152422707 3.4931187500472 0.8660254037844 3.7061272609257 "Time = 0.0500000000000 -0.5196152422707 3.0218586978379 -0.1732050807569 3.0520282517700 0.1732050807569 3.2687869677140 ...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momy_x_[2][17].xg
"Time = 0.0000000000000 -0.3000000000000 -0.0000000000000 -0.1000000000000 -0.0000000000000 0.1000000000000 0.0000000000000 0.3000000000000 0.0000000000000 0.5000000000000 0.0000000000000 0.7000000000000 0.0000000000000 0.9000000000000 0.0000000000000 1.1000000000000 0.0000000000000 1.3000000000000 0.0000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/ham_3D_diagonal.xg
"Time = 0.0000000000000 -0.5196152422707 -0.9599384132609 -0.1732050807569 -0.9764148682304 0.1732050807569 -0.0011617042149 0.5196152422707 -0.0014005135994 0.8660254037844 -0.0014082146484 "Time = 0.0500000000000 -0.5196152422707 -0.9594777819949 -0.1732050807569 -0.9759379252071 0.1732050807569 -0.001694...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/Xt1_z_[2][2].xg
"Time = 0.0000000000000 -3.3000000000000 -0.0000000000000 -3.1000000000000 -0.0000000000000 -2.9000000000000 -0.0000000000000 -2.7000000000000 0.0000000000000 -2.5000000000000 0.0000000000000 -2.3000000000000 -0.0000000000000 -2.1000000000000 -0.0000000000000 -1.9000000000000 0.0000000000000 -1.7000000000000 ...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momy_norm2.xg
"momy v time 0.0000000000000 0.0000000000000 0.0500000000000 0.0004852527255
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momx_norm2.xg
"momx v time 0.0000000000000 0.0000000000000 0.0500000000000 0.0011303410745
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxy_y_[2][17].xg
"Time = 0.0000000000000 -0.4000000000000 0.0000000000000 -0.2000000000000 0.0000000000001 0.0000000000000 0.0000000000000 0.2000000000000 -0.0000000000001 0.4000000000000 0.0000000000000 "Time = 0.0500000000000 -0.4000000000000 -0.0026071582902 -0.2000000000000 -0.0008065600721 0.0000000000000 0.00000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxz_norm1.xg
"gxz v time 0.0000000000000 0.0000000000000 0.0500000000000 0.0003802260409
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/Xt2_x_[2][17].xg
"Time = 0.0000000000000 -0.3000000000000 0.0000000000000 -0.1000000000000 -0.0000000000000 0.1000000000000 0.0000000000000 0.3000000000000 0.0000000000000 0.5000000000000 0.0000000000000 0.7000000000000 0.0000000000000 0.9000000000000 0.0000000000000 1.1000000000000 0.0000000000000 1.3000000000000 0.00000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxx_minimum.xg
"gxx v time 0.0000000000000 -13.1931390426247 0.0500000000000 -13.1967806374214
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/ham_maximum.xg
"ham v time 0.0000000000000 2.8538512076512 0.0500000000000 2.8537991508230
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/grr_minimum.xg
"grr v time 0.0000000000000 -13.1931390426247 0.0500000000000 -13.1850517891133
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gzz_y_[2][17].xg
"Time = 0.0000000000000 -0.4000000000000 -13.1931390426247 -0.2000000000000 1502.4650093923485 0.0000000000000 3492.3567944760061 0.2000000000000 1502.4650093923485 0.4000000000000 -13.1931390426247 "Time = 0.0500000000000 -0.4000000000000 -13.1956325200720 -0.2000000000000 1502.4627686069721 0.0000000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gyy_maximum.xg
"gyy v time 0.0000000000000 3492.3567944760061 0.0500000000000 3492.3631107710630
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/gxz_z_[2][2].xg
"Time = 0.0000000000000 -3.3000000000000 0.0000000000000 -3.1000000000000 0.0000000000000 -2.9000000000000 0.0000000000000 -2.7000000000000 0.0000000000000 -2.5000000000000 0.0000000000000 -2.3000000000000 0.0000000000000 -2.1000000000000 0.0000000000000 -1.9000000000000 0.0000000000000 -1.7000000000000 0.00...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/ham_z_[2][2].xg
"Time = 0.0000000000000 -3.3000000000000 -0.9797747534518 -3.1000000000000 -0.9797747534518 -2.9000000000000 -0.0011617042149 -2.7000000000000 -0.0014895041753 -2.5000000000000 -0.0019292368739 -2.3000000000000 -0.0025242322792 -2.1000000000000 -0.0033343507933 -1.9000000000000 -0.0044383680903 -1.70000000000...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momz_y_[2][17].xg
"Time = 0.0000000000000 -0.4000000000000 0.0000000000000 -0.2000000000000 0.0000000000000 0.0000000000000 0.0000000000000 0.2000000000000 0.0000000000000 0.4000000000000 0.0000000000000 "Time = 0.0500000000000 -0.4000000000000 0.0008527129128 -0.2000000000000 -0.0002129096249 0.0000000000000 -0.000031251020...
CactusNumerical/Cartoon2D
https://bitbucket.org/cactuscode/cactusnumerical.git
# Configuration definition for thorn Cartoon2D # $Header$ REQUIRES SpaceMask
# Interface definition for thorn Cartoon2D # $Header$ implements: cartoon2d INCLUDES HEADER: Cartoon2D_tensors.h in Cartoon2D_tensors.h INCLUDES HEADER: Cartoon2D.h in Cartoon2D.h USES INCLUDE: SpaceMask.h # Function aliases: CCTK_INT FUNCTION SymmetryRegister (CCTK_STRING IN sym_name) REQUIRES FUNCTION SymmetryRe...
# Parameter definitions for thorn Cartoon2D # $Header$ private: BOOLEAN cartoon_active "Activate cartoon boundary condition" { } "no" BOOLEAN verbose "Verbose information" { } "no" BOOLEAN stencil "Use custom 2D stencil if available" { } "yes" INT order "Cartoon's interpolation order" { 1:5 :: "From linear to fi...
# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { STORAGE: excision_variables schedule Cartoon2D_CheckTensorTypes at CCTK_PARAMCHECK { LANG: C OPTIONS: meta } "Check tensor type definitions for consistency" schedule Cartoon2D_InitExcisionVars at CCTK_BASEGRID { LANG:...
test_cartoon_2/momz_minimum.xg
"momz v time 0.0000000000000 0.0000000000000 0.0500000000000 -0.0061905253713