thorn_name stringlengths 13 37 | url stringclasses 8
values | configuration stringclasses 9
values | interface stringlengths 244 35.8k | param stringlengths 61 40.1k | schedule stringlengths 184 52.5k | src_filename stringlengths 7 34 | src_code stringlengths 994 118k | context_filenames stringlengths 15 1.89k | context stringlengths 193 1.98M | doc_tex_content stringclasses 10
values | doc_tex_filenames stringclasses 5
values | readme_content stringclasses 10
values | readme_filename stringclasses 2
values | combined_doc_context stringclasses 10
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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"
| LinearExtrapBnd.c | /*@@
@file LinearExtrapBnd.c
@date 24 Jan 2003
@author David Rideout
@desc
Function which is registered as handling Carsten Gundlach's
"linear_extrap_one_bndry" boundary condition
@enddesc
@history
@hdate
@hauthor
@hdesc
@endhistory
... | Register.c
SampleBnd.h
make.code.defn
LinearExtrapBnd.F
| Register.c:
```
/*@@
@file Register.c
@date 6 May 2003
@author David Rideout
@desc
Register implemented boundary conditions.
@enddesc
@version $Header$
@@*/
#include "cctk.h"
#include "cctk_Arguments.h"
#include "SampleBnd.h"
static const char *rcsid = "$Header$";
C... | === documentation.tex ===
\documentclass{article}
% Use the Cactus ThornGuide style file
% (Automatically used from Cactus distribution, if you have a
% thorn without the Cactus Flesh download this from the Cactus
% homepage at www.cactuscode.org)
\usepackage{../../../../doc/latex/cactus}
\begin{document}
\title{... | documentation.tex | Cactus Code Thorn SampleBoundary
Author(s) : Carsten Gundlach
David Rideout
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
This thorn provides a simple example of how to create and register a
physical boundary cond... | README | ## README (README):
```
Cactus Code Thorn SampleBoundary
Author(s) : Carsten Gundlach
David Rideout
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
This thorn provides a simple example of how to create and register ... | |
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... | WaveMoLRegister.c | /*@@
@file WaveMoLRegister.c
@date Fri Nov 9 13:47:07 2001
@author Ian Hawke
@desc
Routine to register the variables with the MoL thorn.
@enddesc
@@*/
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
static const char *rcsid = "$Header$";
CCTK_FILEVERSION... | WaveMoL.c
make.code.defn
InitSymBound.c
Startup.c
| WaveMoL.c:
```
/*@@
@file WaveMoL.c
@date Fri Nov 9 13:33:25 2001
@author Ian Hawke
@desc
The equivalent of WaveToy.c
@enddesc
@@*/
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
/*
#ifndef DEBUG_MOL
#define DEBUG_MOL
#endif
*/
static const char *rc... | === documentation.tex ===
% *======================================================================*
% Cactus Thorn template for ThornGuide documentation
% Author: Ian Kelley
% Date: Sun Jun 02, 2002
% $Header$
%
% Thorn documentation in the latex file d... | documentation.tex | Cactus Code Thorn WaveMoL
Author(s) : Ian Hawke
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
This implements the wave equation in FOSH form for use with the Method
of Lines thorn. Intended as a basic test.
| README | ## README (README):
```
Cactus Code Thorn WaveMoL
Author(s) : Ian Hawke
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
This implements the wave equation in FOSH form for use with the Method
of Lines thorn. Intended as a basic tes... |
CactusWave/WaveToyExtra | https://bitbucket.org/cactuscode/cactuswave.git | # Interface definition for thorn WaveToyExtra
# $Header$
implements: wavetoyextra
inherits: wavetoy
CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, \
CCTK_STRING IN var_name, CCTK_STRING IN bc_name)
REQUIRES FUNCTIO... | # Parameter definitions for thorn WaveToyExtra
# $Header$
SHARES: wavetoy
EXTENDS KEYWORD bound
{
"custom" :: "custom boundary condition"
}
private:
STRING custom_bound "Custom boundary condition to use"
{
.* :: "Any valid boundary condition"
} ""
STRING custom_options "Table string for custom boundary conditi... | # Schedule definitions for thorn WaveToyExtra
# $Header$
schedule WaveToyExtra_Boundary at EVOL AFTER WaveToy_Evolution BEFORE WaveToy_Boundaries
{
LANG: C
} "Additional boundary conditions for 3D wave equation"
schedule WaveToyExtra_Boundary at POSTRESTRICT BEFORE WaveToy_Boundaries
{
LANG: C
} "Additional boun... | Boundary.c | /*@@
@file Boundary.c
@date Friday 18th July 2003
@author Gabrielle Allen
@desc
Use any provided boundary condition with WaveToy
@enddesc
@version $Id$
@@*/
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "util_Table.h"
static const ... | make.code.defn
| make.code.defn:
```
# Main make.code.defn file for thorn WaveToyExtra
# $Header$
# Source files in this directory
SRCS = Boundary.c
# Subdirectories containing source files
SUBDIRS =
```
| === documentation.tex ===
% $Header$
\documentclass{article}
% Use the Cactus ThornGuide style file
% (Automatically used from Cactus distribution, if you have a
% thorn without the Cactus Flesh download this from the Cactus
% homepage at www.cactuscode.org)
\usepackage{../../../../doc/latex/cactus}
\begin{docume... | documentation.tex | Cactus Code Thorn WaveToyExtra
Author(s) : Cactus team
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
Additional functionality for the WaveToy example
- custom boundary conditions
| README | ## README (README):
```
Cactus Code Thorn WaveToyExtra
Author(s) : Cactus team
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
Additional functionality for the WaveToy example
- custom boundary conditions
```
## Documentation (... | |
CactusWave/WaveToyFreeF90 | https://bitbucket.org/cactuscode/cactuswave.git | # Configuration definition for thorn CactusWave/WaveToyFreeF90
# $Header$
REQUIRES CartGrid3D
| # Interface definition for thorn WaveToyFreeF90
# $Header$
implements: wavetoy
inherits: grid
USES INCLUDE: Symmetry.h
public:
cctk_real scalarevolve type=GF Timelevels=3
{
phi
} "The evolved scalar field"
CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN faces, CCTK_INT IN ... | # Parameter definitions for thorn WaveToyFreeF90
# $Header$
restricted:
KEYWORD bound "Type of boundary condition to use"
{
"none" :: "Apply no boundary condition"
"flat" :: "Flat (von Neumann, n grad phi = 0) boundary condition"
"static" :: "Static (Dirichlet, dphi/dt=0) boundary condition"
"ra... | # Schedule definitions for thorn WaveToyFreeF90
# $Header$
STORAGE: scalarevolve[3]
schedule WaveToyFreeF90_Startup at STARTUP
{
LANG: Fortran
} "Register banner"
schedule WaveToyFreeF90_InitSymBound at BASEGRID
{
LANG: Fortran
} "Schedule symmetries"
schedule WaveToyFreeF90_Evolution as WaveToy_Evolution at EV... | WaveToy.F90 | /*@@
@file WaveToy.F90
@date
@author Tom Goodale
@desc
Evolution routines for the wave equation solver
@enddesc
@version $Header$
@@*/
#include "cctk.h"
#include "cctk_Parameters.h"
#include "cctk_Arguments.h"
#include "cctk_Functions.h"
/*@@
@routine WaveToyF... | InitSymBound.F90
Startup.F90
make.code.defn
| InitSymBound.F90:
```
/*@@
@file InitSymBound.F90
@date
@author Gabrielle Allen
@desc
Sets the symmetries across the coordinate axes
@enddesc
@@*/
#include "cctk.h"
#include "cctk_Arguments.h"
/*@@
@routine WaveToyFreeF90_InitSymBound
@date
@author Gabrielle... | === documentation.tex ===
% *======================================================================*
% Cactus Thorn template for ThornGuide documentation
% Author: Ian Kelley
% Date: Sun Jun 02, 2002
% $Header$
%
% Thorn documentation in the latex file d... | documentation.tex | Cactus Code Thorn WaveToyFreeF90
Author(s) : Tom Goodale
Erik Schnetter
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
This thorn solves the linear wave equation, using free form (as
opposed to fixed form) Fortran ... | README | ## README (README):
```
Cactus Code Thorn WaveToyFreeF90
Author(s) : Tom Goodale
Erik Schnetter
Maintainer(s): Cactus team
Licence : LGPL
--------------------------------------------------------------------------
1. Purpose
This thorn solves the linear wave equation, using free form (as
opposed... |
EinsteinAnalysis/AHFinder | https://bitbucket.org/einsteintoolkit/einsteinanalysis.git | # Configuration definition for thorn CactusEinstein/AHFinder
# $Header$
REQUIRES CartGrid3D
| "# Interface definition for thorn AHFinder\n# $Header$\n\n\nimplements: AHFinder\ninherits: ADMBase (...TRUNCATED) | "# Parameter definitions for thorn AHFinder\n# $Header$\n\n\n#################################\n### (...TRUNCATED) | "# Schedule definitions for thorn AHFinder\n#c/*@@\n#c @date July 1999\n#c @author Lars Nerge(...TRUNCATED) | AHFinder_dis.F | "/*@@\n @file AHFinder_dis.F\n @date September 2001\n @author Miguel Alcubierre\n @(...TRUNCATED) | "AHFinder_shift.F\nAHFinder_mask.F\nAHFinder_int.F\nAHFinder_min.F\nAHFinder_gau.F\nAHFinder.F\nAHFi(...TRUNCATED) | "AHFinder_shift.F:\n```\n/*@@\n @file AHFinder_shift.F\n @date May 2000\n @author Mi(...TRUNCATED) | "=== documentation.tex ===\n% *=====================================================================(...TRUNCATED) | documentation.tex | "Cactus Code Thorn AHFinder\nAuthor(s) : Miguel Alcubierre\nMaintainer(s): Cactus team\nLicence (...TRUNCATED) | README | "## README (README):\n```\nCactus Code Thorn AHFinder\nAuthor(s) : Miguel Alcubierre\nMaintainer((...TRUNCATED) |
EinsteinAnalysis/AHFinder | https://bitbucket.org/einsteintoolkit/einsteinanalysis.git | # Configuration definition for thorn CactusEinstein/AHFinder
# $Header$
REQUIRES CartGrid3D
| "# Interface definition for thorn AHFinder\n# $Header$\n\n\nimplements: AHFinder\ninherits: ADMBase (...TRUNCATED) | "# Parameter definitions for thorn AHFinder\n# $Header$\n\n\n#################################\n### (...TRUNCATED) | "# Schedule definitions for thorn AHFinder\n#c/*@@\n#c @date July 1999\n#c @author Lars Nerge(...TRUNCATED) | AHFinder_calcsigma.F | "/*@@\n @file AHFinder_calcsigma.F\n @date July 1999\n @author Lars Nerger\n @desc (...TRUNCATED) | "AHFinder_shift.F\nAHFinder_mask.F\nAHFinder_int.F\nAHFinder_min.F\nAHFinder_gau.F\nAHFinder_dis.F\n(...TRUNCATED) | "AHFinder_shift.F:\n```\n/*@@\n @file AHFinder_shift.F\n @date May 2000\n @author Mi(...TRUNCATED) | "=== documentation.tex ===\n% *=====================================================================(...TRUNCATED) | documentation.tex | "Cactus Code Thorn AHFinder\nAuthor(s) : Miguel Alcubierre\nMaintainer(s): Cactus team\nLicence (...TRUNCATED) | README | "## README (README):\n```\nCactus Code Thorn AHFinder\nAuthor(s) : Miguel Alcubierre\nMaintainer((...TRUNCATED) |
EinsteinEvolve/GRHydro | https://bitbucket.org/einsteintoolkit/einsteinevolve.git | "# Configuration definition for thorn GRHydro\n# $Header$\n\nREQUIRES EOS_Omni Boundary CartGrid3D S(...TRUNCATED) | "# Interface definition for thorn GRHydro\n\n#######################################################(...TRUNCATED) | "# Parameter definitions for thorn GRHydro\n# $Header$\n\nshares:ADMBase\n\nUSES int initial_shift \(...TRUNCATED) | "# Schedule definitions for thorn GRHydro\n# $Header$\n\n###########################################(...TRUNCATED) | GRHydro_Jacobian_state.c | "#include <assert.h>\n\n#include \"cctk.h\"\n#include \"cctk_Arguments.h\"\n#include \"cctk_Paramete(...TRUNCATED) | "GRHydro_Con2PrimM_pt.c\nGRHydro_MP5Reconstruct.F90\nGRHydro_HLLC.F90\nGRHydro_UtilsM.F90\nGRHydro_B(...TRUNCATED) | "GRHydro_Con2PrimM_pt.c:\n```\n/********************************************************************(...TRUNCATED) | "=== staggering.tex ===\n\\documentclass{article}\n\\begin{document}\nIn what follows, we assume sec(...TRUNCATED) | staggering.tex, documentation.tex | "Cactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ian Hawke\n Pe(...TRUNCATED) | README | "## README (README):\n```\nCactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ia(...TRUNCATED) |
EinsteinEvolve/GRHydro | https://bitbucket.org/einsteintoolkit/einsteinevolve.git | "# Configuration definition for thorn GRHydro\n# $Header$\n\nREQUIRES EOS_Omni Boundary CartGrid3D S(...TRUNCATED) | "# Interface definition for thorn GRHydro\n\n#######################################################(...TRUNCATED) | "# Parameter definitions for thorn GRHydro\n# $Header$\n\nshares:ADMBase\n\nUSES int initial_shift \(...TRUNCATED) | "# Schedule definitions for thorn GRHydro\n# $Header$\n\n###########################################(...TRUNCATED) | GRHydro_PPMReconstruct_drv_opt.F90 | " /*@@\n @file GRHydro_PPMReconstruct_drv.F90\n @date Tue Jul 19 13:22:03 EDT 2011\n (...TRUNCATED) | "GRHydro_Con2PrimM_pt.c\nGRHydro_MP5Reconstruct.F90\nGRHydro_HLLC.F90\nGRHydro_UtilsM.F90\nGRHydro_B(...TRUNCATED) | "GRHydro_Con2PrimM_pt.c:\n```\n/********************************************************************(...TRUNCATED) | "=== staggering.tex ===\n\\documentclass{article}\n\\begin{document}\nIn what follows, we assume sec(...TRUNCATED) | staggering.tex, documentation.tex | "Cactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ian Hawke\n Pe(...TRUNCATED) | README | "## README (README):\n```\nCactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ia(...TRUNCATED) |
EinsteinEvolve/GRHydro | https://bitbucket.org/einsteintoolkit/einsteinevolve.git | "# Configuration definition for thorn GRHydro\n# $Header$\n\nREQUIRES EOS_Omni Boundary CartGrid3D S(...TRUNCATED) | "# Interface definition for thorn GRHydro\n\n#######################################################(...TRUNCATED) | "# Parameter definitions for thorn GRHydro\n# $Header$\n\nshares:ADMBase\n\nUSES int initial_shift \(...TRUNCATED) | "# Schedule definitions for thorn GRHydro\n# $Header$\n\n###########################################(...TRUNCATED) | GRHydro_Con2PrimM_polytype_pt.c | "/***********************************************************************************\n Copyright(...TRUNCATED) | "GRHydro_Con2PrimM_pt.c\nGRHydro_MP5Reconstruct.F90\nGRHydro_HLLC.F90\nGRHydro_UtilsM.F90\nGRHydro_B(...TRUNCATED) | "GRHydro_Con2PrimM_pt.c:\n```\n/********************************************************************(...TRUNCATED) | "=== staggering.tex ===\n\\documentclass{article}\n\\begin{document}\nIn what follows, we assume sec(...TRUNCATED) | staggering.tex, documentation.tex | "Cactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ian Hawke\n Pe(...TRUNCATED) | README | "## README (README):\n```\nCactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ia(...TRUNCATED) |
EinsteinEvolve/GRHydro | https://bitbucket.org/einsteintoolkit/einsteinevolve.git | "# Configuration definition for thorn GRHydro\n# $Header$\n\nREQUIRES EOS_Omni Boundary CartGrid3D S(...TRUNCATED) | "# Interface definition for thorn GRHydro\n\n#######################################################(...TRUNCATED) | "# Parameter definitions for thorn GRHydro\n# $Header$\n\nshares:ADMBase\n\nUSES int initial_shift \(...TRUNCATED) | "# Schedule definitions for thorn GRHydro\n# $Header$\n\n###########################################(...TRUNCATED) | GRHydro_Marquina.F90 | " /*@@\n @file GRHydro_Marquina.f90\n @date Thu Jan 11 11:03:32 2002\n @author (...TRUNCATED) | "GRHydro_Con2Prim.F90\nGRHydro_Macros.h\nGRHydro_Jacobian_state.c\nGRHydro_Reconstruct_drv_cxx.hh\nG(...TRUNCATED) | "GRHydro_Con2Prim.F90:\n```\n/*@@\n @file GRHydro_RegisterVars.c\n @date Sat Jan 26 01(...TRUNCATED) | "=== staggering.tex ===\n\\documentclass{article}\n\\begin{document}\nIn what follows, we assume sec(...TRUNCATED) | staggering.tex, documentation.tex | "Cactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ian Hawke\n Pe(...TRUNCATED) | README | "## README (README):\n```\nCactus Code Thorn GRHydro\nAuthor(s) : Luca Baiotti\n Ia(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5