- 20 Jan, 2010 2 commits
-
-
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
- 18 Dec, 2009 5 commits
-
-
crosetto authored
-
crosetto authored
-
crosetto authored
-
crosetto authored
implementing the read variable method in the base virtual exporter class (since it is equal for all the exporters), and setting it public.
-
crosetto authored
changing int in UInt, added a recursion in the subset method to avoid problems with Repeated vectors
-
- 15 Dec, 2009 1 commit
-
-
quinodoz authored
The declaration of the ipstab was done in a wrong place, resulting in a non-stabilized simulation. As the P1-P1 configuration was used, the pressure of the solution was wrong. This problem is now fixed an the pressure seems ok (at least it is symmetric).
-
- 14 Dec, 2009 1 commit
-
-
crosetto authored
-
- 11 Dec, 2009 4 commits
- 09 Dec, 2009 5 commits
- 08 Dec, 2009 1 commit
-
-
simone authored
if called between subiterations
-
- 07 Dec, 2009 4 commits
-
-
crosetto authored
Updated the test_fsi
-
crosetto authored
Update of the shape derivative terms for Newton FSI. Now for P1P1 stabilized elements the Jacobian matrix is explicitly computed (not just as matrix-vector multiplication). This allows to compute the shape derivatives once per Newton iteration (instead of once per Jacobian times vector multiplication).
-
crosetto authored
update of the shape derivative terms for Newton FSI. Now for P1P1 stabilized elements the Jacobian matrix is explicitly computed (not just as matrix-vector multiplication). This allows to compute the shape derivatives once per Newton iteration (instead of once per Jacobian times vector multiplication).
-
simone authored
cleaned datafile. Still a lot of cleaning needed.
-