- Apr 30, 2010
-
-
Mark Olesen authored
-
- Apr 29, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces before: const label zoneI = mesh.cellZones().findZoneID(zoneName); const cellZone& cz = mesh.cellZones()[zoneI]; after: const cellZone& cz = mesh.cellZones()[zoneName];
-
- Apr 28, 2010
-
-
Mark Olesen authored
-
- Apr 27, 2010
-
-
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
graham authored
-
Mark Olesen authored
- mapFields and splitMeshRegions need more clarification
-
- Apr 26, 2010
-
-
graham authored
Typo in magnet.H (relativPer... -> relativePer...).
-
mattijs authored
-
mattijs authored
-
henry authored
-
henry authored
This cleans-up the dependencies between these two applications.
-
mattijs authored
-
Mark Olesen authored
From VTK notes: - The CVS $Revision$ keyword replacement will no longer maintain these macros automatically. They were used only to implement CollectRevisions and vtkObjectBase::PrintRevisions, an API that was never used.
-
Mark Olesen authored
- this provides a means to temporarily override the default settings and/or the prefs.{csh,sh} settings. bash: name= -> unset name name=value -> export name=value csh: name= -> unsetenv name name=value -> setenv name value eg, . <WM_PROJECT_DIR>/etc/bashrc WM_COMPILER=Gcc45 WM_MPLIB= to use gcc 4.5 and the default mplib
-
- Apr 23, 2010
-
-
Mark Olesen authored
-
Andrew Heather authored
-
Mark Olesen authored
-
- Apr 22, 2010
-
-
henry authored
-
henry authored
-
henry authored
-
henry authored
-
henry authored
Solver for the magnetic field generated by permanent magnets. A Poisson's equation for the magnetic scalar potential psi is solved from which the magnetic field intensity H and magnetic flux density B are obtained.
-
-
henry authored
-
henry authored
-
Mark Olesen authored
-
Mark Olesen authored
BUG: syntax error in settings.sh
-
Mark Olesen authored
- main mplib rules located in GENERAL_RULES with specializations (if any) under RULES. Modest change in a few options files, but cleans up the rules directories. previously in options: include $(RULES)/mplib$(WM_MPLIB) now in options: sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB) sinclude $(RULES)/mplib$(WM_MPLIB) For GNU make it would be permissible to write both in a single line.
-
Mark Olesen authored
- "cpp -traditional-cpp" doesn't strip C++-style comments Probably need a workaround with sed -e 's@^ *//@@' if we wish to support C++-style comments in Make/{files,options} - lduMatrixTests.C:121:1: error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names the constructor, not the type - edgeFaceCirculatorI.H:355:1: error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the constructor, not the type - patchPointEdgeCirculatorI.H:236:1: error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’ names the constructor, not the type - objToVTK.C:116:5: error: ‘Foam::argList::argList’ names the constructor, not the type same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C - fireFoam/createFields.H:74:41: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T> class Foam::autoPtr’
-
- Apr 21, 2010
-
-
Mark Olesen authored
ATTENTION: cpp now needs '-traditional-cpp' for single-line output
-
Mark Olesen authored
- (have been disabled for more than 1 year)
-
-
Andrew Heather authored
- used during parcel calc() function to flag whether the parcel should be tracked - if false, parcel not tracked, but sub-models are still active - useful, e.g. for particle 'stick' condition - NOTE: stored as a bool, but read/written as a label for restarts/post-processing
-
- Apr 20, 2010
-
-
Mark Olesen authored
-
Mark Olesen authored
-