- 29 Jul, 2010 22 commits
-
-
passerini authored
-
passerini authored
-
passerini authored
are these files used at all in lifev?
-
passerini authored
warnings suppression: use the same type for iteration variable and test variable, comment out unused variables
-
passerini authored
-
passerini authored
+ removed useless explicit castings + commented out unused variables
-
passerini authored
-
passerini authored
+ use UInt when it makes sense
-
passerini authored
-
passerini authored
In this case, UInt rather than int: after Samuel work on CurrentFE, fe.nbFEDof() and the others "nb*" getters return UInt.
-
passerini authored
In this case, UInt rather than int: after Samuel work on CurrentFE, fe.nbFEDof() (or fe.nbNode) are UInt.
-
passerini authored
-
passerini authored
warning suppression: use the same type for the iteration variable and the test variable (in this case, int rather than UInt)
-
mirabella authored
void source( const UsrFct& fct, ElemVec& elvec, const CurrentFE& fe, Real t, int iblock = 0 ) implementation. Please, highlight in the commit comment every possible lack of backward compatibility (especially if the commit does not break the compilation, since in this case it is likely to pass unnoticed :-) ). Thanks!
-
fumagalli authored
-
fumagalli authored
-
malossi authored
-
malossi authored
-
malossi authored
Before the ammissible range was: abs(defaultOmega)/1024 < abs(Omega) < abs(defaultOmega)*1024 and if Omega was out of the two bounds, it was re-initialized to omegaDefault (which was always positive) Now we provide (through a new method) two limits: OmegaMin and OmegaMax. The new ammissible range is: abs(OmegaMin) < abs(Omega) < abs(OmegaMax) and if Omega is outside this range, it assume the maximum/minimum ammissible value keeping the sing: e.g. OmegaMin=0.2, OmegaMax=0.5, OmegaDefault=0.35, Omega=-0.9 ==> New Omega = -0.5 (instead of 0.35).
-
teo authored
-
teo authored
-
fumagalli authored
-
- 27 Jul, 2010 4 commits
- 26 Jul, 2010 5 commits
-
-
radupopescu authored
-
radupopescu authored
The partitionMesh::setup method no longer takes a GetPot data file as a parameter. The number of partitions for the offline partitioning is passed as an unsigned integer: partitionMesh<Mesh>::setup(UInt partitionNumber, Epetra_Comm &_comm);
-
quinodoz authored
Renewed interpolation method: * Allows interpolation for all the nodal elements * Code factorization
-
quinodoz authored
Changing the definition according to the new constructor.
-
quinodoz authored
Adding new methods (usefull for interpolation e.g.)
-
- 23 Jul, 2010 1 commit
-
-
passerini authored
-
- 22 Jul, 2010 1 commit
-
-
teo authored
-
- 21 Jul, 2010 7 commits
-
-
mirabella authored
-
radupopescu authored
-
quinodoz authored
Adding gradient recovery procedures (ZZ, see documentation)
-
quinodoz authored
* Adding the new quadPoint.hpp file in the headers * Some alphabetical reordering * Some files were missing (cblas, clapack, dataDarcy, darcySolver), adding them.
-
quinodoz authored
Add the new file.
-
quinodoz authored
* Adding new constructors / accessors / setters * Support for all space dimensions (even if it is different from the native space, e.g. 1D quadrature rule in 2D space) * Adding new features (exactness check, vtk export for debugging,...) * Documentation * Backward compatible, no changes in your codes needed.
-
quinodoz authored
* Moving the QuadPoint class in separated files (it was in quadRule.hpp/.cpp before). * Adding new interfaces (fully backward compatible) * Adding the possibility to use any dimension (not only 3) * Adding documentation
-