- 22 Dec, 2010 1 commit
-
-
graham authored
-
- 14 Dec, 2010 1 commit
-
-
mattijs authored
-
- 29 Nov, 2010 1 commit
-
-
mattijs authored
-
- 25 Nov, 2010 1 commit
-
-
graham authored
Some commented out debug code. Smaller tolerance on tet quality.
-
- 11 Nov, 2010 1 commit
-
-
Andrew Heather authored
-
- 27 Oct, 2010 1 commit
-
-
Andrew Heather authored
-
- 22 Oct, 2010 1 commit
-
-
Andrew Heather authored
-
- 08 Oct, 2010 1 commit
-
-
graham authored
-
- 22 Sep, 2010 1 commit
-
-
graham authored
-
- 17 Sep, 2010 1 commit
-
-
graham authored
Squashed merge of particleInteractions up to commit e7cb5bcf0315c359539ef1e715e1d51991343391
-
- 27 Jul, 2010 1 commit
-
-
mattijs authored
-
- 29 Apr, 2010 1 commit
-
-
graham authored
from experimental inside/outside cell method.
-
- 12 Apr, 2010 1 commit
-
-
graham authored
-
- 08 Apr, 2010 1 commit
-
-
graham authored
outside of cell. Making Cloud treat all cells as non-concave. Making minValidTrackFraction = SMALL, applying it as small track increase for (lambdaMin <= 0.0) cases, but only when cloud_.internalFace(facei_) si true. It is not reasonable to apply a rescue correction to all cases when the particle is still inside the mesh. Adding Info on build for InteractionLists and description.
-
- 07 Apr, 2010 3 commits
- 30 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 16 Mar, 2010 1 commit
-
-
graham authored
-
- 04 Mar, 2010 1 commit
-
-
graham authored
message.
-
- 21 Jan, 2010 1 commit
-
-
Andrew Heather authored
-
- 14 Jan, 2010 1 commit
-
-
mattijs authored
-
- 30 Nov, 2009 1 commit
-
-
Mark Olesen authored
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
-
- 21 Oct, 2009 1 commit
-
-
graham authored
deltaT().value() to deltaTValue() and deltaT0().value() to deltaT0Value() across the whole code - faster to return especially if being used often, in each call to a submodel for example.
-
- 19 Oct, 2009 1 commit
-
-
graham authored
-
- 10 Oct, 2009 2 commits
- 09 Oct, 2009 6 commits
-
-
graham authored
additional minValidTrackFraction so to avoid an ambiguous track next time if the particle leaves the new cell.
-
graham authored
down-range on the track.
-
graham authored
-
graham authored
in the cell it thinks that it is when it starts and the endPosition is also outside - an exact search off all point, edge and face connected cells. If it still isn't found, a recovering move to cell centre is applied.
-
graham authored
the particle is in is off, going to try a different way.
-
graham authored
Making intersection test tolerance SMALL.
-
- 08 Oct, 2009 2 commits
-
-
graham authored
Using an additional test for best guess face, which is the nearest face, although this is not fully thought out, and can be a problem if the nearest face is on a patch and this is not appropriate.
-
graham authored
on plane crossings for any actual motion or face intersection decisions.
-
- 06 Oct, 2009 2 commits
-
-
graham authored
problems.
-
graham authored
to Mattijs' work are: + Correct use of normals and cosine (dot product) to identify planar faces. + Correct use for lambda in tracking - it is a fraction, not a distance. + Not doing a reduce on demand driven construction data - not all processors call it at the same time, so crashes. This implementation contains an attempt at making the calculation of lambdaC (from the cell centre) use decomposed triangles for faces, but this is a bad approach, the concept of using lambdaC relies on the definition of a convex polyhedron, i.e. none of the planes of the faces of the polyhedron are inside the volume. Can't use this method and will need to treat a convex cell completely differently, not just some of its faces.
-
- 14 Sep, 2009 1 commit
-
-
graham authored
-
- 07 Sep, 2009 1 commit
-
-
Andrew Heather authored
-