- 02 May, 2013 10 commits
-
-
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 9 commits
-
-
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.
-
Antonio Cervone authored
-
Antonio Cervone authored
-
Antonio Cervone authored
-
Antonio Cervone authored
-
Radu Popescu authored
This commit registers HDF5 as an optional direct dependency of LifeV. If enabled, the preprocessors symbol LIFEV_HAS_HDF5 is defined in Core_config.h The files HDF5IO.hpp, HDF5IO.cpp and PartitionIO.hpp, as well as the partition_io test in the Core testsuite are only enabled and compiled if the HDF5 TPL is enabled. The HDF5 functionality in ExporterHDF5, which uses the EpetraExt::HDF5 is (for now) unaffected by the activation or deactivation of HDF5 as a LifeV TPL, since it depends on HDF5 as a Trilinos TPL.
-
Radu Popescu authored
-
Radu Popescu authored
-
Radu Popescu authored
The merge of the astyle commits was done improperly and PartitionIO.hpp had syntax errors
-
- 18 Mar, 2013 2 commits
-
-
Antonio Cervone authored
-
Antonio Cervone authored
-
- 15 Mar, 2013 1 commit
-
-
Antonio Cervone authored
-
- 14 Mar, 2013 1 commit
-
-
Cristiano Malossi authored
structure_flag is now solid_flag
-
- 11 Mar, 2013 2 commits
-
-
Antonio Cervone authored
-
Antonio Cervone authored
-
- 08 Mar, 2013 2 commits
-
-
Luca Bertagna authored
-
Antonio Cervone authored
-