- Feb 08, 2010
-
-
Andrew Heather authored
-
Mark Olesen authored
-
mattijs authored
Now mapDistribute structure to pull data from slaves to master and vice versa.
-
mattijs authored
-
mattijs authored
-
mattijs authored
In case of differing pointsInstance and facesInstance it will - read the points belonging to the facesInstance - construct and write the mesh belonging to the facesInstance (so with the old, facesInstance, points) - additionally write the current points to pointsInstance
-
Mark Olesen authored
-
- Feb 07, 2010
-
-
Mark Olesen authored
- This avoids dependency on lex/flex and provides better encapsulation for buffer switching. As a result, the maximum number of open files only corresponds to the include depth.
-
Mark Olesen authored
- handles basic operations, references to other dictionary entries (with '$name' syntax) and assorted mathematical functions: pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log, log10, mag, atan2, pow The basic syntax: #calc{ ... }; NOTE the trailing ';' is required for the primitiveEntry to be properly defined.
-
- Feb 05, 2010
-
-
graham authored
Now storing name of restraint or constraint in wordList in the sixDoFRigidBodyMotion object. Added a write method to all constraints and restraints.
-
mattijs authored
-
graham authored
wordLists. BUG: sixDoFRigidBodyMotion. Fixing naming of maxConstraintIterations_ inconsistency.
-
mattijs authored
-
mattijs authored
foamToEnsight will merge points on coupled patches. (only for mesh, not for patches)
-
mattijs authored
-
graham authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
leading text * Something like ParaView_MAJOR=ParaView_3.6 would have previously been possible, but this violates paraview's expectation of having "lib/paraview-<digits>.<digits>" * TODO? If desired, the ParaView_MAJOR could be determined automatically in the script. For example, ParaView_MAJOR=`echo $ParaView_VERSION | \ sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'` Or even, ParaView_MAJOR=${ParaView_VERSION%.[0-9]} Except that the second version fails if the minor version reaches double digits.
-
mattijs authored
Option was not used anymore. Cleans up the code a bit.
-
Mark Olesen authored
- Also adjusted formatting of usage to match what argList generates
-
- Feb 04, 2010
-
-
graham authored
for six DoF motion bodies that are not principal axis aligned shapes to start with. Calculates the best match axes to give the most naturl transformation from the Cartesian axes. The eigenvectors are returned in the order relating to ascending magnitude of their eigenvalues - not necessarily in a right handed triplet.
-
graham authored
restraints when there were none read. Was not a problem for restraints, but constraints were stopping the code on a maxIteration trap, as it defaults to zero.
-
graham authored
-
mattijs authored
-
- Feb 03, 2010
-
-
graham authored
dictionaries - redundant.
-
graham authored
-
mattijs authored
Before two timesteps could get the same timeName and start overwriting old results.
-
Mark Olesen authored
-
graham authored
restraint data to the classes themselves to allow class specific data to be reported.
-
Mark Olesen authored
-
henry authored
-
henry authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
Have weight=7 on cells to be refined and balance. Then after refinement there will be perfect balancing. Similar for layer addition.
-
mattijs authored
It now caters for - all surfaces having fields - no surfaces having fields but not a combination of those.
-
mattijs authored
This directly samples on a triSurface (instead of using the isosurface of distance=0 method)
-
mattijs authored
The global sum of (integer) weights for metis&scotch has to be within the valid range of integers. For now just divided the input (scalar) weights with the minimum before truncating to integer.