aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update calls to thorn SlabHEADsvnmastereschnett2013-01-15
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@38 1bf05452-ddb3-4880-bfa1-00436340132b
* Remove unused variableseschnett2012-11-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@37 1bf05452-ddb3-4880-bfa1-00436340132b
* Introduce new parameter check_boundarieseschnett2012-10-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@34 1bf05452-ddb3-4880-bfa1-00436340132b
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
| | | | | | | | | | | | Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@33 1bf05452-ddb3-4880-bfa1-00436340132b
* Add parameter to poison periodic boundarieseschnett2012-05-11
| | | | | | | | | | Add a parameter to poison periodic boundaries before the periodicity condition is applied. This allows detecting errors in the periodicity boundary condition, which does not work if there are multiple local components per process. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@31 1bf05452-ddb3-4880-bfa1-00436340132b
* Remove unused fileeschnett2011-12-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@30 1bf05452-ddb3-4880-bfa1-00436340132b
* Remove CVS Header commentseschnett2011-12-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@29 1bf05452-ddb3-4880-bfa1-00436340132b
* Correct signatures of scheduled functionseschnett2011-01-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@24 1bf05452-ddb3-4880-bfa1-00436340132b
* Allow direct calls to the low-level Periodic API. This can be used toeschnett2010-12-23
| | | | | | | | | | | | | apply periodic conditions only on selected grid variables. This is implemented by moving the "logic" (handling of errors and parameters) into the function Periodic_ApplyBC to make BndPeriodicVI "thorn agnostic". [Patch by David Radice] git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@23 1bf05452-ddb3-4880-bfa1-00436340132b
* From Ian Hinder:knarf2010-08-25
| | | | | | | | | | | | | | Before this patch, CactusNumerical/Periodic assumes that the symmetry boundary widths are the same as the number of ghost zones. In newer version of Carpet, the number of ghost zones can be different on different refinement levels, and the number of ghost zones is no longer available when the symmetry BCs are registered. This patch makes the Periodic thorn get the boundary widths from CoordBase instead, in the same way that the other symmetry thorns do already. This introduces a new dependency on CoordBase. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@20 1bf05452-ddb3-4880-bfa1-00436340132b
* Use "requires thorns" instead of "requires" and "inherits".schnetter2005-06-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@15 1bf05452-ddb3-4880-bfa1-00436340132b
* Require slabschnetter2005-06-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@14 1bf05452-ddb3-4880-bfa1-00436340132b
* Remove comments that now have an illegal syntax.schnetter2004-08-18
| | | | | | | Require instead of use Boundary_SelectedGVs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@13 1bf05452-ddb3-4880-bfa1-00436340132b
* Register with SymBase.schnetter2004-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@12 1bf05452-ddb3-4880-bfa1-00436340132b
* Improve error message.schnetter2004-02-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@11 1bf05452-ddb3-4880-bfa1-00436340132b
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@10 1bf05452-ddb3-4880-bfa1-00436340132b
* Handle prolongation boundaries correctly.schnetter2003-07-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@9 1bf05452-ddb3-4880-bfa1-00436340132b
* Fix a few bugs.schnetter2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@8 1bf05452-ddb3-4880-bfa1-00436340132b
* Handle empty groups.schnetter2003-05-23
| | | | | | | | | Reduce cctk_bbox to find out whether there are outer boundaries. Fixes / changes to handling domains smaller than the stencil size. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@7 1bf05452-ddb3-4880-bfa1-00436340132b
* Make TAT/Periodic work when the domain is smaller than the ghost zone.schnetter2003-05-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@6 1bf05452-ddb3-4880-bfa1-00436340132b
* Apply boundary conditions only where bbox!=0.schnetter2003-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@5 1bf05452-ddb3-4880-bfa1-00436340132b
* Remove debugging output.schnetter2003-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@4 1bf05452-ddb3-4880-bfa1-00436340132b
* Works.schnetter2003-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@3 1bf05452-ddb3-4880-bfa1-00436340132b
* Initial coding of a thorn that provides periodic boundary conditionsschnetter2003-05-05
| | | | | | | | that are independent of PUGH, i.e. that work with both PUGH and Carpet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@2 1bf05452-ddb3-4880-bfa1-00436340132b
* Standard project directories initialized by cvs2svn.(no author)2003-05-05
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Periodic/trunk@1 1bf05452-ddb3-4880-bfa1-00436340132b