[root]/Core/Grid
BoundaryConditions
(26 files, 4301 lines)
PatchBVH
(9 files, 875 lines)
Variables
(79 files, 11828 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 333 (100.0%) | 4557 (100.0%) | 13.6 |
harman | 86 (25.8%) | 1437 (31.5%) | 16.7 |
jpeterson | 8 (2.4%) | 1110 (24.4%) | 138.7 |
jeff788 | 13 (3.9%) | 708 (15.5%) | 54.4 |
jas | 172 (51.7%) | 498 (10.9%) | 2.8 |
guilkey | 11 (3.3%) | 489 (10.7%) | 44.4 |
luitjens | 36 (10.8%) | 282 (6.2%) | 7.8 |
dav | 4 (1.2%) | 22 (0.5%) | 5.5 |
qymeng | 3 (0.9%) | 11 (0.2%) | 3.6 |
Remove deadwood
- findCellAndWeights() - AMR version
- findFinerNodes()
0 lines of code changed in 4 files:
changed assert to (s>=0)
1 lines of code changed in 1 file:
The Lz+ conditional statement was using the wrong zone of influence component.
Added assert to catch when a shape function is negative.
5 lines of code changed in 1 file:
getOtherLevelPatches()
use IntVector::doseIntersect instead of Box::overlaps() when
deciding if a patch is within requested index space.
The call Box::overlaps() fails to do the right thing when the
fine patch boundary coincides with the coarse patch boundary
This fixes a long standing bug when getting fine level patches in ICE::reflux
code and AMRMPM.cc
0 lines of code changed in 2 files:
getCoarseLevelRange()
- add the truncation offset for each direction, x, y, z, independently.
0 lines of code changed in 2 files:
Global:
getCoarseLevelRange()
- now passing in bool returnExclusiveRange.
if set to true then add the offset to ch.
AMRMPM.cc
interpolateParticlesToGrid_CFI()
Working on getting proper number of coarse level particles in the
padding cells that surround the fine patch.
11 lines of code changed in 3 files:
added output indentation.
0 lines of code changed in 2 files:
Removed extraCells as a static member of Patch. This member didn't make sense since extraCells are specified per level not globally.
35 lines of code changed in 4 files:
Updated the computeExtents query to use other queries in the Patch class in order to ensure consistency.
29 lines of code changed in 2 files:
Added some comments
0 lines of code changed in 2 files:
Global:
removed the testing version of getFineLevelRangeNodes(), using the original
version that has been cleaned up.
getCoarseLevelRange()
-now passing in the IntVector boundaryLayer and number of ghost cells.
Previously, boundaryLayer was hardcoded to (0,0,0)
AMRMPM
interpolateToParticlesAnUpdate_CFI()
- now interpolating gvelocityStar_fine & gAcceleration_fine to the CFI
particles on the coarse level.
interpolateParticlestoGrid()
- removed debugging code.
interpolateParticlestoGrid_CFI()
- using cell based getCoarseLevelRange instead of nodal based getCoarseLevelRangeNodes()
interpolateToParticlesAndUpdate()
- removed hardwired vel & acc
35 lines of code changed in 2 files:
added the previous version of getFineLevelRangeNodes_old() so the RT will pass.
42 lines of code changed in 2 files:
getFineLevelRangeNodes()
using the function computeVariableExtents to determine the fine patch low/high
indices. This allows for boundary layer cells. Eliminated the improper
use of ghost cells.
49 lines of code changed in 2 files:
CPDI is now split in two components. The Fast component has an issue when particle corners span more than one cell (have over an entire cell between them). Upon detecting that scenario an error is printed and the program exits without a segfault.
846 lines of code changed in 6 files:
Adding an axisymmetric version of the cpdi interpolator. Housecleaning on the
original cpdiInterpolator.
196 lines of code changed in 5 files:
Reverting cpdi back to pre-Joseph so that we can use it until he's able to fix
the bugs in his version.
238 lines of code changed in 1 file:
Completed more descriptive variable name change. These changes should have been
in the last commit.
2 lines of code changed in 1 file:
-Improved comments.
-more descriptive variables names ni -> CFI_ni, lo -> finePatch_lo ...etc
-Changed test for detecting if a node is on a CFI. Now using a inside a box test.
-The number of elements in a shape function is variable. Using push_back.
-Added gobs of debugging output code, currently turned off
66 lines of code changed in 1 file:
Potentially fixed the checkGetAccess code when requesting psets from different levels.
31 lines of code changed in 2 files:
AMR.cc
getCoarseLevelRangeNodes()
- added nBoundaryCells to the computeVariableExtents argument list.
- using mapCellToCoarser() instead of mapNodeToCoarser()
- this commit has debugging couts
AMRMPM
Global: removed "\t" from printTask and printSchedule calls
For debugging pColor is initialized to the level the particle is on.
InterpolateParticlesToGrid_CFI()
- using zoi on the fine level instead of the coarse level
- using AMR version of findCellAndWeights
- The size of the node index vector is dynamic.
- lots of debugging cout statements.
ComputeZoneOfInfluence()
- At the CFI faces (fine level) the stencil element modified is the same
as the CFI face. Previously I had set it to be the opposite element.
In this commit InterpolateParticlesToGrid_CFI is doing the right thing for a simple
3L, RR: 2, 1-D problem. More testing is needed!
17 lines of code changed in 2 files:
(62 more)