1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Setting slice containing the radius to intial constant value. More... over 16 years ago
Removed debugging output. More... over 16 years ago
Changed gridpoint-setting to describe the nominal grid. More... over 16 years ago
Adding true parallelism through registration method "split". 1patch and 6patch slices will now be split and distributed over all available processors. More... over 16 years ago
Work towards splitting slices across multiple processors. More... over 16 years ago
Update internal origin if ss_origin_x, ss_origin_y, ss_origin_z have been modified externally, eg by AHFinderDirect etc... More... over 16 years ago
Removing unnecessary optimization parameter "decompose_every" since calculation is now automatically triggered when output occurs. More... over 16 years ago
Optimized calculation of sYlm's by calculating real and imaginary part at once (-> speed up by a factor of 2). More... over 16 years ago
Found a bottleneck in Gauss-integration (1patch). Precalculating weights results in a 10 times faster algorithm by the memory effort of only one 1d-array. More... over 16 years ago
Fixed some indexing mistakes in the check_for_poison utilities. More... over 16 years ago
I just came across how to make include file "public" in Cactus and made use of that new knowledge ;) -> minor code cleanup. More... over 16 years ago
Fixed a vector-assignement issue that comes up on Damiana. More... over 16 years ago
Reduced memory usage for precalc'ed sYlm by a factor of 2 by exploiting sYl-m = (-1)^-m sYlm*. More... over 16 years ago
Register with correct slice ids. More... over 16 years ago
Complex-conjugate harmonic coefficient. More... over 16 years ago
Added option to precalculate sYlm's in harmonic decomposition. More... over 16 years ago
Added more efficient mode-decomp routines. Instead of doing separate integration loops for each mode, there is now one loop for all modes at once. More... over 16 years ago
Make routines for determinant public so that other thorns can take advantage of this. More... over 16 years ago
Catching NaNs for large m >> l*sin(theta) in sYlm's when they are extremely close to zero. More... over 16 years ago
Optimize Warning-output (do it only on proc 0). Give warnings if the spherical resolution is lower than it is required for a given lmax. More... over 16 years ago
Fixing a severe bug in array size leading to a segfault. More... over 16 years ago
Fixed MPI synchronization problem. More... over 16 years ago
Line-end in CCTK_WARN macro. More... over 16 years ago
Changed the weakened warning message to be more explanatory. More... over 16 years ago
Weaken parameter warning. More... over 16 years ago
Introduced parameter "decompose_every". Schedule registration also after recovery. More... over 16 years ago
Replaced cot by 1.0/tan. Fixed bug in 6-patch integrator that arises for surfaces that would use the "split" distribution method (lsh -> gsh). More... over 16 years ago
Added determinant of non-constant surface radius for 6patch slices. 6patch slices are now also capable of integrating over non-constant r. More... over 16 years ago
Merge branch 'master' of [email protected]:/home/NumRel/git/Llama More... over 16 years ago
Merge branch 'master' of [email protected]:/home/NumRel/git/Llama More... over 16 years ago