thorn_name stringclasses 227
values | url stringclasses 26
values | configuration stringclasses 137
values | interface stringclasses 225
values | param stringclasses 220
values | schedule stringclasses 223
values | src_filename stringlengths 4 83 | src_code stringlengths 0 579k |
|---|---|---|---|---|---|---|---|
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | NoneBoundary.c | /*@@
@file NoneBoundary.c
@date Sat Jan 4 05:43:35 CET 2003
@author David Rideout
@desc
Implements 'no boundary condition'. This can be used to
inform the Boundary thorn that this variable should have
boundary conditions applied to it, but then not actually
... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | FlatBoundary.c | /*@@
@file FlatBoundary.c
@date Mon Mar 15 15:09:00 1999
@author Gerd Lanfermann
@desc
Routines for applying flat boundary conditions
@enddesc
@history
@hdate Tue 10 Apr 2001
@hauthor Thomas Radke
@hdesc BC routines generalized for applying to arbitrary CCTK data ty... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | Boundary.h | /*@@
@file Boundary.h
@date Tue Sep 26 11:50:46 2000
@author Gerd Lanfermann
@desc
Prototypes for boundary routines
@enddesc
@version $Header$
@@*/
#ifndef _BOUNDARY_H_
#define _BOUNDARY_H_
#ifdef __cplusplus
extern "C" {
#endif
/* data type for pointer to function which imple... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | ScalarBoundary.c | /*@@
@file ScalarBoundary.c
@date Mon Mar 15 15:09:00 1999
@author Gabrielle Allen, Gerd Lanfermann
@desc
Routines for applying scalar boundary conditions
@enddesc
@history
@hdate Tue 10 Apr 2001
@hauthor Thomas Radke
@hdesc BC routines generalized for applying to a... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | Check.c | /*@@
@file Check.c
@date 19 May 2003
@author David Rideout
@desc
Check that the dimension of any grid variables is not greater than
what the faces specification can handle (currently 15).
@enddesc
@history
@hdate
@hauthor
@hdesc
@endhistory
@version $Header$
@@*/
#include "cctk... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | Register.c | /*@@
@file Register.c
@date Sat Oct 26 22:39:40 CEST 2002
@author David Rideout
@desc
Register implemented boundary conditions.
@enddesc
@version $Header$
@@*/
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "util_Table.h"
#include "Boundary.h... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | # Configuration definition for thorn Boundary
# $Header$
# This will disappear once function aliasing has requires
PROVIDES Boundary
{
SCRIPT
LANG
}
| # Interface definition for thorn Boundary
# $Header$
implements: boundary
INCLUDES HEADER: Boundary.h in Boundary.h
# Implementation of new boundary spec:
CCTK_INT FUNCTION Boundary_RegisterPhysicalBC(CCTK_POINTER_TO_CONST IN GH, \
CCTK_INT IN CCTK_FPOINTER function_pointer(CCTK_POINTER_TO_CONST IN GH, \
... | # Parameter definitions for thorn Boundary
# $Header$
restricted:
INT radpower "Power of decay rate in extrapolation used in radiative boundaries"
{
: :: "A negative value switches off this feature"
} -1
BOOLEAN register_scalar "Register routine to handle the 'Scalar' boundary condition"
{
} "yes"
BOOLEAN registe... | # Schedule definitions for thorn Boundary
# $Header$
schedule Boundary_Check at CCTK_PARAMCHECK
{
LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure:
schedul... | RadiationBoundary.c | /*@@
@file RadiationBoundary.c
@date Mon Mar 15 15:09:00 1999
@author Miguel Alcubierre, Gabrielle Allen, Gerd Lanfermann
@desc
Routines for applying radiation boundary conditions
The radiative boundary condition that is implemented is:
f = f0 + u(r - ... |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | "# Configuration definition for thorn Boundary\n# $Header$\n\n# This will disappear once function al(...TRUNCATED) | "# Interface definition for thorn Boundary\n# $Header$\n\nimplements: boundary\n\nINCLUDES HEADER: B(...TRUNCATED) | "# Parameter definitions for thorn Boundary\n# $Header$\n\n\nrestricted:\n\nINT radpower \"Power of (...TRUNCATED) | "# Schedule definitions for thorn Boundary\n# $Header$\n\nschedule Boundary_Check at CCTK_PARAMCHECK(...TRUNCATED) | RobinBoundary.c | "/*@@\n @file RobinBoundary.c\n @date July 6th 2000\n @author Miguel Alcubierre, Gab(...TRUNCATED) |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | "# Configuration definition for thorn Boundary\n# $Header$\n\n# This will disappear once function al(...TRUNCATED) | "# Interface definition for thorn Boundary\n# $Header$\n\nimplements: boundary\n\nINCLUDES HEADER: B(...TRUNCATED) | "# Parameter definitions for thorn Boundary\n# $Header$\n\n\nrestricted:\n\nINT radpower \"Power of (...TRUNCATED) | "# Schedule definitions for thorn Boundary\n# $Header$\n\nschedule Boundary_Check at CCTK_PARAMCHECK(...TRUNCATED) | StaticBoundary.c | "/*@@\n @file StaticBoundary.c\n @date Sat Mar 16 15:09:00 2001\n @author Gabrielle (...TRUNCATED) |
CactusBase/Boundary | https://bitbucket.org/cactuscode/cactusbase.git | "# Configuration definition for thorn Boundary\n# $Header$\n\n# This will disappear once function al(...TRUNCATED) | "# Interface definition for thorn Boundary\n# $Header$\n\nimplements: boundary\n\nINCLUDES HEADER: B(...TRUNCATED) | "# Parameter definitions for thorn Boundary\n# $Header$\n\n\nrestricted:\n\nINT radpower \"Power of (...TRUNCATED) | "# Schedule definitions for thorn Boundary\n# $Header$\n\nschedule Boundary_Check at CCTK_PARAMCHECK(...TRUNCATED) | make.code.defn | "# Main make.code.defn file for thorn Boundary\n# $Header$\n\n# Source files in this directory\nSRCS(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 6