1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a second derivative function that calculates all combination dxdx, dxdy, dxdz, dydy, dydz, dzdz at once More... about 17 years ago
Added a couple of functions for setting up and freeing the finite difference stencils. More... about 17 years ago
added second global derivatives. More... about 17 years ago
Added some extra debugging messages. More... about 17 years ago
Some cleanup of advection, added upwind derivatives to lapse and shift. More... about 17 years ago
Added some rudimentary support for advected derivatives. More... about 17 years ago
Fixed shift BC. More... over 17 years ago
Fixed MoL registration for shift. More... over 17 years ago
Added reference to external headers, and aliased functions provided by this thorn. More... over 17 years ago
Reorganised schedule, fine-graining initialisation functions to refer only to a particular gauge. More... over 17 years ago
Reorganised file structure. Added util.c containing generically useful functions. More... over 17 years ago
Fixed RHS computation for consistency with AEIThorns/BSSN_MoL. More... over 17 years ago
Removed references to debugging variables. More... over 17 years ago
Renamed cactus-radiative BC parameter. More... over 17 years ago
Fixed scheduling of BCs. More... over 17 years ago
Added references to external headers, aliased functions. More... over 17 years ago
Removed reference to defunct derivatives.c. More... over 17 years ago
Moved derivative calculations to CTGBase. More... over 17 years ago
Moved derivative calculations to header, fixed memory leaks. More... over 17 years ago
Updated source code generated by mathematica. More... over 17 years ago
Added cactus-style radiative boundary condition, from CactusBase/Boundary. More... over 17 years ago
Fixed ordering of initial data conversion routine in schedule. More... over 17 years ago
Added references to the new header files. More... over 17 years ago
Added header containing derivative operators which can be used by any thorn in the arrangement. Eventually this will get replaced by the global derivative thorn. More... over 17 years ago
Added a header for including some generically useful functions, starting with a routine for setting the grid ranges for looping over interior points. More... over 17 years ago
Fixed the initial data conversion. More... over 17 years ago
Corrected calculation of the physical Christoffel symbols; added K advection. More... over 17 years ago
Corrected Ricci tensor computation. More... over 17 years ago
Moved around derivative calculations to help inlining. More... over 17 years ago
Removed debugging code. More... over 17 years ago