- 28 Jan, 2010 1 commit
-
-
malossi authored
-
- 27 Jan, 2010 1 commit
-
-
malossi authored
-
- 26 Jan, 2010 7 commits
-
-
quinodoz authored
- interpolation of the FE functions is now also possible with vectorial FE - fast interpolation between P1, P1Bubble and P2 spaces has also been added - documentation is provided for these functions I tested it in parallel with vectorial FE and it seems to work properly. Please, report any buggy behaviour.
-
quinodoz authored
- changing from int* to std::vector - no more exposed members - added accessors - added constructors/destructors - made 1D-2D-3D compliant - corrected a bug for the P1isoP2 - added documentation Changes in the other files are only to change from direct access to use of the accessors (same names, but with () )
-
quinodoz authored
(As said before, it can be found under "related pages")
-
quinodoz authored
It adds a documentation for the imposition of the boundary conditions that can be found in doxygen under "related pages". Pictures will be provided in the next commit (in a few minutes). Changing also an accessor for the dofPattern, this will be also commited in a few minutes.
-
simone authored
(another example of how bad our data organisation is ...)
-
simone authored
(another example of how bad our data organisation is ...)
-
simone authored
-
- 25 Jan, 2010 5 commits
- 22 Jan, 2010 1 commit
-
-
crosetto authored
-
- 21 Jan, 2010 4 commits
- 20 Jan, 2010 4 commits
-
-
simone authored
-
simone authored
removed postProcess method
-
simone authored
-
gfourestey authored
-
- 19 Jan, 2010 1 commit
-
-
grandper authored
-The normal Dirichlet boundary conditions (parallel version) -A patch to avoid problems related to the matrix multiplication with Trilinos
-
- 14 Jan, 2010 3 commits
-
-
quinodoz authored
-
quinodoz authored
Minor changes to be consistant with the previous commit: Cosmetic changes in meshEntity file.
-
quinodoz authored
I had to look at how the class MeshEntity works, so I added the documentation and made some changes in order to be compliant with the guide lines. - Full documentation of the MeshEntity and MeshEntityWithBoundary - Added explicit destructors - Added showMe methods - Added some const/inline keywords were possible - Changed the member of MeshEntityWithBoundary from protected to private and changed its name for the guide lines compliant name - Added a set method for MeshEntityWithBoundary - Removed a kind of set method (consisting in returning a pointer to the private member to change it) for MeshEntityWithBoundary - Commented out a useless class (not use at all) Changes in other classes/files for the consistency are provided in the next commit.
-
- 12 Jan, 2010 5 commits
-
-
malossi authored
This is still under testing.
-
crosetto authored
-
malossi authored
-
malossi authored
A new Template Test has been placed in the testsuite. You can use it to create new tests in the testsuite. Please note that this test is executed during the night compilation. You can type: grep "test_TemplateTest" * in your lifev-cvs folder to see which files have been modified to setup the test. Read the README.txt for more information.
-
malossi authored
Updated Emacs template files: now they provide the files defined in the LifeV Development Guidelines. Eclipse developers can instead use directly the files in the /doc/CodingGuidelines
-
- 06 Jan, 2010 1 commit
-
-
malossi authored
-
- 05 Jan, 2010 2 commits
- 04 Jan, 2010 2 commits
- 22 Dec, 2009 3 commits