Hrvoje Jasak
b0b48ae338
HOTFIX: Adjust Windows build instructions repo
2015-10-05 15:26:50 +01:00
Hrvoje Jasak
307a519444
HOTFIX: Adjust Windows build instructions repo
2015-10-05 15:25:33 +01:00
Hrvoje Jasak
4280e9d98d
Merge branch 'HrvojeJasak' of ssh://git.code.sf.net/u/hjasak/foam-extend-3.2 into HrvojeJasak
2015-10-02 12:50:41 +01:00
Hrvoje Jasak
f092ab0a7c
Clean up corrupted file
2015-09-30 16:16:21 +01:00
Hrvoje Jasak
13b4252038
Compilation fix
2015-09-30 15:32:36 +01:00
Hrvoje Jasak
d498d470dd
Formatting
2015-09-30 10:35:42 +01:00
Hrvoje Jasak
55d131ff90
Clean-up of smoother selection
2015-09-30 10:35:42 +01:00
Hrvoje Jasak
759229f870
Formatting
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
a7828e0ff1
Removed unavailable aamgPolicy from Make/files in lduSolvers
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
2bebc90eaa
Removed unnecessary bPrime update on reverseSweep in BlockGaussSeidel preconditioner
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
22a2e59c3b
Minor extendedLdu matrices consistency rewrite compared to ldu matrices
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
03347200a9
Missing transpose in BlockLduMatrix TMulCore and new formulation of symmetry for block matrix
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
41f6e0f983
Minor formatting
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
287af794c8
Bugfix in BlockILUCpPrecon - now working properly
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
63506b5c81
Third version of BlockILUCp preconditioner - still not working properly
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
6824cfda9c
Second version of BlockILUCp preconditioner
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
fcda21ed73
First version of BlockILUCp preconditioner
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
f5d0d8ed0c
extendedBlockLduMatrices - preparation for BlockILUCp algorithm
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
52d2c0c099
ILUCp preconditioner - ILU with run-time selectable level of fill in
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
45bec54646
Performance tweak of ILUC0 algorithm
2015-09-30 10:34:33 +01:00
Vuko Vukcevic
6c27c17d00
extendedLduAddressing with arbitrary extension level and extendedLduMatrix classes
2015-09-30 10:34:32 +01:00
Vuko Vukcevic
2fef5659ce
Crout ILU0 algorithm: preparation for ILU1
2015-09-30 10:34:32 +01:00
Vuko Vukcevic
239cb5d376
Removed bPrime update on reverseSweep in symGaussSeidel preconditioner
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
5c260e9115
Formatting
...
Conflicts:
applications/solvers/basic/potentialDyMFoam/potentialDyMFoam.C
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
57d8f598c4
Draft for next release notes
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
8a6332d631
Silent clean-up
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
807f31fa51
Added Vuko Vukcevic
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
6e02cac360
Bugfix: Windows scotch compilation
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
f6cbf149e7
Clean-up and formatting
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
9e29f21409
Bugfix: Fixed corrupted point field on stitch
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
e1b0c33611
Windows scotch decomposition build fix
2015-09-30 10:34:32 +01:00
Hrvoje Jasak
7a2e4bce20
Merge /u/hjasak/foam-extend-3.2/ branch feature/dynamicImmersedBounday into nextRelease
...
http://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/4/
2015-09-30 08:58:54 +00:00
Hrvoje Jasak
a3cd647cf9
Dynamic immersed boundary capability with an example moving immersed boundary mesh and tutorial
2015-09-30 09:48:55 +01:00
Hrvoje Jasak
c813770215
Fixed immersed boundary run scripts
2015-09-28 08:58:02 +01:00
Hrvoje Jasak
6a7fda29a9
Feature: Various improvements to the test harness. Author: Martin Beaudoin. Merge: Hrvoje Jasak.
2015-09-23 15:18:42 +01:00
Martin Beaudoin
f6f896a576
testHarness: adjusting the Makefile generator for cmake on Windows
2015-09-23 15:18:27 +01:00
Martin Beaudoin
8e0581a1cf
wmake: correcting dependencies syntax in .dep files on Windows
2015-09-23 15:18:27 +01:00
Martin Beaudoin
0a48ccb4d2
testHarness: adjusting the ctest command invocation for scripts
...
under Windows/Mingw
2015-09-23 15:18:27 +01:00
Martin Beaudoin
7d10a1bbff
testHarness: adjusting the Makefile generator for cmake on Windows
2015-09-23 15:18:27 +01:00
Martin Beaudoin
209da85a76
testHarness: improved CTest coding. Adjustments for the Windows port.
2015-09-23 15:18:27 +01:00
Martin Beaudoin
a2f96bf6f4
testHarness: add FOAM_TEST_HARNESS_DIR environment variable
2015-09-23 15:18:27 +01:00
Martin Beaudoin
568b982954
testHarness: improving the documentation for the test harness
2015-09-23 15:18:26 +01:00
Martin Beaudoin
1ff17de662
testHarness: User guide for the testHarness in Org Mode
2015-09-23 15:18:26 +01:00
Martin Beaudoin
9826a2d0c3
testHarness:
...
For each test case, add a label from the name of the top most tutorial
directories (eg: basic, incompressible, etc). We will use this label in order
to categorize the various test cases under a more generic 'topic', so we can
for instance limit the testharness to only the suite of 'compressible' test
cases, etc., simply by using the ctest -L command.
ctest --print-labels will print the list of all available labels.
2015-09-23 15:18:26 +01:00
Martin Beaudoin
3c9b632afb
testHarness:
...
Choosing better names for the optional site and user CTestConfig.cmake files.
Adding a comment about the expected locations for those 2 files.
2015-09-23 15:18:26 +01:00
Martin Beaudoin
a6bccbe942
testHarness:
...
allow overriding CTestConfig.cmake values for using local site CDash service or
for using personnal (user space) CDash service. The expected order of precedence
is respected: the personnal settings will override the site settings, and the
site settings will override the default settings for the foam-extend CDash
service hosted on SourceForge.net.
2015-09-23 15:18:26 +01:00
Martin Beaudoin
ad3bd3074a
Introducing the FOAM_SITE_DIR environment variable.
...
So we can now start using directories like $FOAM_SITE_DIR/etc in scripts
for site customization.
2015-09-23 15:18:26 +01:00
Martin Beaudoin
f5816ce345
testHarness: adding support for CDash/CTest subprojects
2015-09-23 15:18:26 +01:00
Martin Beaudoin
7230235621
testHarness: adjusting the Makefile generator for cmake on Windows
2015-09-20 22:47:05 -04:00
Martin Beaudoin
d84216bdbc
wmake: correcting dependencies syntax in .dep files on Windows
2015-09-20 22:38:04 -04:00