ENH: README.txt: notes

This commit is contained in:
mattijs 2013-02-06 16:42:20 +00:00
parent 0b53cfa0a1
commit 2b9a6ae968

10
README.txt Normal file
View File

@ -0,0 +1,10 @@
2013-01
- to UPstream added allocation of communicators
- added communicators to lduMesh,lduInterface and (indirectly)
to lduInterfaceField
- gamg agglomeration allocates new communicator for every level
- in all linear solvers/smoothers/preconditioners make they use
communicator
- added lots of warnings if using unexpected communicator (UPstream::warnComm)
- did LUScalarMatrix for 'directSolveCoarsest'