- 02 May, 2013 26 commits
-
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
BCInterface should be after core, since it is an utility for many modules.
-
Cristiano Malossi authored
-
Cristiano Malossi authored
Introducing IFDEF
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
Cristiano Malossi authored
-
- 01 May, 2013 1 commit
-
-
Luca Bertagna authored
- the spaceData enum starts from 1 (rather than the default 0), to avoid crash if the string passed to setSpace does not match one of the stored ones - spaceData and M_spaceMap now include also P0 elements and P2Bubble elements (the latter valid only in 3D) - private becomes protected. This is needed in the ecm2 module's FESpaceManifold which we plan to bring soon into lifev - some return values in the getters are turned into references rather than values - changed a comment to a method, which referred to a vector as a velocity vector (problem specific)
-
- 30 Apr, 2013 2 commits
-
-
Radu Popescu authored
-
Radu Popescu authored
-
- 29 Apr, 2013 1 commit
-
-
Radu Popescu authored
-
- 23 Apr, 2013 1 commit
-
-
Luca Bertagna authored
Bug fix in StringUtility.cpp: we were potentially writing/reading out of a char array. Also, the number of digits of an integer i is not i/10, but Log(i).
-
- 22 Apr, 2013 2 commits
-
-
Radu Popescu authored
Modified the interface of the PartitionIO and HDF5IO classes to use Epetra_MpiComm objects explicitly. These classes are only enabled if LifeV is configured with MPI and HDF5 and they are only used with MPI. If the user of the classes need to create an Epetra_Comm object in his code, he should explicitly cast it to an Epetra_MpiComm when using the PartitionIO class.
-
Radu Popescu authored
Replacing the test on the value of a pointer after a dynamic cast with an assert. The dynamic cast should not fail as the pointer should always always be an Epetra_MpiComm object.
-
- 19 Apr, 2013 1 commit
-
-
Nur Aiman Fadel authored
removed the warning "comparison between signed and unsigned integer expressions" in DOFInterface3Dto3D
-
- 28 Mar, 2013 1 commit
-
-
Antonio Cervone authored
-
- 25 Mar, 2013 1 commit
-
-
Antonio Cervone authored
-
- 23 Mar, 2013 1 commit
-
-
Antonio Cervone authored
-
- 22 Mar, 2013 2 commits
-
-
Simone Deparis authored
-
Simone Deparis authored
-
- 19 Mar, 2013 1 commit
-
-
Radu Popescu authored
The files HDF5IO.*pp and PartitionIO.hpp are not included in compilation when TPL_ENABLE_HDF5 is off. However, to prevent unforeseen problems with external apps using LifeV, the LIFEV_HAS_HDF5 include guard has been added to these files.
-