Mentions légales du service

Skip to content
Tags give the ability to mark specific points in history as being important
  • v16.09
    63790755 · Issue tag v16.09. ·
    - Bug #853: Geometry: add a new index to Coords. This was required to make Fiber work properly in parallel.
    - Bug #852 - #854: Fix a race condition on the creation of output directory by several ranks acting on the same filesystem. Crtp mpi has been moved into Utilities and applied to InputParameterList.
    - Bug #851: An assert could be unduly activated if a small mesh was splitted on too many processors.
    - Support #849: Create a script that performs a very basic check of the output of the executables.
    - Bug #848: ParameterAtDof template parameter was actually ignored, as scalar was hardcoded.
  • v16.08
    1982cce5 · Issue tag v16.08. ·
    - Support #847: Cauchy Green and invariants are now independent objects outside of Hyperelastic operator.
    - Support #846: Update the version of the Perl script that counts the number of lines; put it in Sources/ThirdParty folder to make its origin crystal clear.
    - Bug #844: Fix gcc compilation errors.
    - Support #843: Refactor CauchyGreen tensor for SecondPiolaKirchhoffStressTensor operator.
    - Feature #841: Introduce a Solid class which encompass all the solid-related parameters. Consistency between them is now thoroughly checked.
    - Support #840: SVenantKirchhoff: rewrite it so that input parameters are directly Lame parameters.
    - Support #839: Tone down the use of Yuni library in HappyHeart.
    - Documentation #832: Clarify in Parameter::Policy::OpsFunction the meaning of second template parameter.
  • v16.07
    7d077f7b · Issue tag v16.07. ·
    - Feature #831: Generalize InitializeVectorSystemSolution to a vectorial unknown; improve its encapsulation.
    - Feature #838: Add an input parameter that enables to print outputs only every few iterations.
    - Support #836: Introduce as an experimentation libmesh6 in place of libmesh5. The latter has been kept at hand to allow a quick reversal should an issue arise.
    - Support #835: Geometry: make much more obvious the fact that single precision is used when a version 1 of a Medit mesh is used. Upgrade all current mesh files to version 2.
    - Bug #830: Default values in InputParameter for Petsc not up-to-date.
    - Support #829: Add wrappers for norm for Petsc Vector and Matrix.
    - Support #826: Adjust the demo lua files for hyperelasticity.
    - Feature #822: Broaden movemesh so that a displacement may be applied on initial position rather on current one.
    - Bug #824: Correct small bugs related to FSI (Lua file and XCode project.)
  • v16.06.2
    1b60a340 · Issue tag v16.06.2. ·
    - Feature #813: Space unit has been added for meshes and coords.
    - Feature #818: FSI is finally done; dev code has therefore been cleant-up. A legacy folder has been introduced in ModelInstances for Models that are not completely reliable (the FSI with one mesh has been put there).
    - Bug #808: In ALE operator, two indexes were inverted.
    - Bug #801: In header guards, some path were related to a specific user.
  • v16.06
    - Profile #809: Refactor the call to LocalVariationalOperator::ComputeEltArray() to make it both simpler and more efficient.
    - Bug #816: Demo lua file for reaction/diffusion 2D CRN was not up-to-date.
    - Bug #814: Documentation had two identical folders, manual and Manual.
  • v16.05
    892ac555 · Issue tag v16.05. ·
    - Support #811: Fix compilation for Linux.
    - Bug #807: Fix SCons compilation for post processing.
    - Support #806: Introduce a global diagonal matrix.
    - Feature #805: Use properly the Ale enum to toggle on/off the use of ALE in FSI.
    - Feature #779: New ALE operator for FSI model.
    - Feature #800: provide two new tools:
        . One allow to find the dofs in a numbering subset that share the same node bearer than dofs of another numbering subset (put more plainly, it answers question as: which velocity dofs is at the same location than my pressure dof?).
        . Another that returns the Coords for each Dof of a GlobalVector (i.e. where are the dofs covered in the GlobalVector?)
    - Documentation #618: Write a documentation about SCons build of HappyHeart. Said build has at this occasion beem thoroughly refactored so that most of the customized functions have been put in a dedicated file; SConstruct is much less bulky that it used to be.
    - Bug #803: Elastic model: there were undue references to path specific to my own machine.
  • v16.02.2
    8b1c0c73 · #795 Update TAGS. ·
    - Feature #795: Refactor GradientOnGradientBasedHyperelasticity operator so that it may be extended for also manage visco-elasticity and active stress.
  • v16.02
    055b4f54 · #787 Update TAGS. ·
    - Bug #788: Clean-up XCode project to remove obsolete targets and put back those removed unduly in some git operations.
    - Support #787: Add SConscript for RivlinCube.
    - Bug #791: A list of numbering subset was incorrectly sort, which led to undefined behaviour in parallel.
    - Feature #778 - Support #793: Introduce the possibility to move a mesh and use it in FSI model.
    - Support #789: FSI: ALE could use two boundary conditions rather than four with a cleverer domain definition.
    - Feature #783: Fix parallel for FSI. In the process, two new fields have been added to EssentialBoundaryCondition in the input parameter file: one to tell whether there might be an overlap with another and the other to specify whether thr values may vary over time.
    - Feature #780: Model FSI: introduce new variational formulation for ALE.
  • v16.01
    0059c9e9 · #751 Update TAGS. ·
    - Feature #751: Implement tangent following pressure and Rivlin cube model.
  • v15.52
    3d3e7b43 · Update TAGS. ·
    - Feature #770-#772: Introduce a vertex matching interpolator that identify dofs from two different meshes. Use it in FSI / 2 meshes case.
    - Feature #756-#757-#763: Implement P1bubble for triangles and use it in FSI.
    - Bug #766-769: Solve two Dirichlet conditions bugs that appeared when several meshes were involved.
    - Bug #759 For boundary conditions domain criteria other than mesh labels were actueally not used.
  • v15.49
    f65e19ba · #755 Update TAGS. ·
    - Feature #715: Implement Surfacic Bidomain model.
    - Bug #754: There was undefined behaviour when derivates of shape functions were requested for operators that act in a lesser dimension than the mesh.
    - Bug #745: Fix parallelism in FSI.
    - Bug #739: When compiled with gcc, there was an issue at the end of the code related of the destruction of singletons. To my knowledge nothing iwas wrong, but I worked around it by manually calling destruction of singletons in Model::Finalize(). #740 has been issued to check whether this manual deletion is still necessary when gcc verion will be upgraded.
    - Support #738: Adapt the code to El Capitan.
    - Bug #734: FEltSpace::GetLocalFEltSpace(const GeometricElt& geometric_elt) was inefficient.
    - Bug #732: In InitializeVectorSystemSolution Nprocessor_wise_dof is wrong.
    - Feature #731: Refactor slightly non linear source.
    - Design #729: Refactor slightly Snes class to handle more cleanly the different kind of solvers.
    - Support #725: Creation of a SNES object is now performed by a free function.
    - Support #724: SCons is now more user-friendly: a new target is automatically created for each program, and it's easier to compile only some of them. If no target provided, possible targets are given away.
  • v15.44
    ec6dbc22 · #721 Update TAGS. ·
    - Feature #622: Bidomain model implemented.
    - Support #721: Simplify Elastic and Hyperelastic variational formulations (remove template parameters introduced to deal with FSI as well).
    - Feature #718: Rewrite solid variational formulations for FSI. Using versions from Elastic and Hyperelastic models was not that good an idea, as the updating of quantities was not done at the same moments.
    - Bug #717: Hyperelastic half-sum wasn't fit to be used more than once ain a given time iteration.
    - Feature #713: Check in an example (fork of FSI with two meshes) HappyHeart can handle two meshes seamlessly.
  • v15.42.2
    acedc0a6 · #711 Update TAGS. ·
    - Support #711: Improve commit hook so that it's possible to commit on master (or any unnumbered branch) if a number is correctly put manually.
    - Bug #710: SCons compilation didn't work for FSI/hyperelastic.
    - Bug #709: Assert was not given the right matrix to examine in ExtractSubMatrix and was triggered in some ok cases.
    - Bug #708: St Venant Kirchoff law was buggy (derivates were wrong following the recent addition of bulk contribution).
    - Support #707: Clean-up hyperelasticity and fix a sign issue.
    - Feature #706: now each GeomElt gets a reference to its associated RefGeomElt (quite useful in ParameterAtDof to avoid needless lookup).
    - Bug #704 Fibers didn't work correctly as the concept of ExtendedQuadraturePoint introduced in v15.42 was flawed (it is local to a local variational operator and shouldn't be used in any other context).
    - Bug #703: Nnode_ in RefFEltSpace was not correctly initialized.
  • v15.42
    - Support #679: Add the possibility to inverse another matrix than system_matrix.
    - Bug #701: Singleton definition assumed the singleton didn't include data related to MPI (that can't be used' after the call to Mpi::Finalize(). A manual method to destroy the singleton has been introduced to counter this issue; singleton implementation had to be amended slightly to allow this. Base Model now provides a Finalize() that destroy two such singletons.
    - Support #702: Update SCons compilation (add new targets, fix issues).
    - Feature #699 - #692: Introduce a FiberManager class to handle Ensight fiber files. A new Parameter policy has been introduced for that purpose.
    - Bug #698: Geometry/mpi: Number of vertices wasn't correcly after reduction.
    - Feature #694: In the input parameter file, modify the interface to choose the solver. Now it's more straightforward to choose Mumps and it's possible to choose UMFPACK, which was completely impossible before. Iterative solvers have been forbidden: I want to reintoduce them when they are needed and after checking they work as intended (the list was the one from FELiScE and none has ever been checked).
    - Bug #690: Computation of dof list inside a finite element space was faulty: some dofs could be forgotten. It is now computed an entirely different way.
    - Bug #688: Dirichlet boundary conditions were updated only for one numbering subset, not for all of them (this was only visible in FSI as it is the only advanced enough model to manipulate boundary conditions to update and several numbering subsets).
    - Bug #686: Bulk term was missing in both hyperelastic laws.
    - Feature #657 Conform interpolator. Therein:
        . Feature #658: LocalNode now stores a brand-new LocalInterface object, which is able to tell the indexes of the vertices that delimit the interface.
        . Bug #659: In GodOfDof, mpi barrier creation of dof information file was buggy.
        . Bug #660: Choice of processor for a local_felt_space was made independantly for each finite element space, which could lead to inconsistencies. Now a finite element space must make the same decision of a previous one if a processor was already allotted.
        . Feature #661: P1 -> P2 interpolator.
        . Feature #668: P2 -> P1 interpolator.
        . Feature #663 - Bug #683: Implement the current ConformInterpolator in terms of class newly introduced.
        . Feature #664 - #672: Implement the possibility to do something like (v, p) -> p in any interpolators (done in both P2->P1 and P1->p2 so far).
    - Support #666: Petsc sequential vectors may now be initialized from a sequential vector dumped by Print() method. Parallel case is entirely dismissed at the moment: this feature is only there for test purposes.
    - Design #655 - Bug #678: FEltSpaceProgramWise index has been removed: the cases it handled should be managed solely by numbering subsets.
    - Bug #651: Fix runtime errors of Ensight output, due to ill-defined input parameter tuple.
    - Support #645: Compute local2global required in InitializeVectorSystemSolution() if they do not exist yet.
    - Bug #693: All boundary conditions were always applied; interface has been modified so that each VariationalFormulation may cherry-pick the one it needs.
    - Feature #608 [still in progress]: implement FSI model. Currently works with elastic formulation for solid, aitken convergence scheme, no Nitzsche operator (term is dismissed entirely) and one aggregated mesh decomposed in subdomains for solid and fluid.
  • v15.38
    - Support #676: XCode: put back the Stokes / 2 operators which was no longer in the project.
    - Bug #675: There was a compilation error in syntax of Assemble(), that frankly I do not understand (it was fine with former clang and current gcc). Work around it by modifying slightly call to Assemble().
    - Support #674: Update XCode project for XCode 7.
  • v15.36.2
    Bug #643: Fix bug introduced in #642.
  • v15.36
    - Support #606: Create a method InitializeVectorSolution in VariationalFormulation.
    - Feature #631: Add a TransientSource to the current ReactionDiffusion model.
    - Bug #642: Heat failed in parallel due to a missing call to Assembly() in the method in charge of boundary conditions. ONly heat was affected as it is the only model with two different Dirichlet condition (FSI also but it was not tested at the time).
    - Bug #641: Replace jacobian determinant by absolute value of jacobian determinant in all operators. Get rid of unused functions that were relics from FELiScE.
    - Feature #611: Remove the tuples defined in Model: it was cumbersome and somewhat redundant with the input parameter file. Now meshes, god of dofs, domains and so on are created by looking on their instances in the input parameter tuple.
    - Support #629: Now hyperelastic laws are in their own namespace.
    - Support #628: Hyperelasticity is now compiled as a library.
  • v15.35
    - Feature #633 (and its children #626, #634, #635, #636, #637, #639, #640): Refactor heavily InputParameter utility: now it is possible to use as many subsections as you wish, whereas previously only one depth level was allowed. Macros have been removed and replaced by classes; many boilerplate operations are no longer required (for instance no need to define section for each input parameter).
    - Feature #624: XCode/git remove the gitattributes lines that was there to help merge of XCode project (it no longer works with current XCode).
    - Feature #620: Extend former InterpolateToSubsetFeltSpace so that interpolation can also occur from a finite element space to a bigger one. A test case has been provided as well.
    - Feature #605: Refactor Dirichlet boundary conditions, so that variable conditions may be used (as vel_fluid = vel_solid for instance).
  • v15.28
    a5ad4a1c · #614 Update TAGS. ·
    - Bug #614: New policy introduced in #607 was not reported correctly for all parameters (only Elastic model was up-to-date). DRY principle has been applied so that next time a new policy is introduced for a parameter such a bug can't appear again.
    - Support #610: Update XCode templates.
    - Feature #607: Introduce a new policy for Parameters: PiecewiseConstantByDomain.
    - Feature #604: Boundary condition are now be defined upon a domain (previously it was upon mesh label list).
    - Profile #27: Successfull compilation with link-time optimization and clang compiler (#603 has been issued for gcc). This mode is now activated in both XCode and SCons/clang release builds.
  • v15.27
    93c3714b · Update TAGS. ·
    - Feature #569 - #600 - #601 - Support #602: Implement a ReactionDiffusion Model (for that implement a NonLinearSource operator). Currently two are implemented: FitzHugh-Nagumo and MitchellSchaeffer.
    - Feature #587: Local2Global arrays are now managed entirely at LocalFEltSpace level. Thus some copies are avoided, and it offers better granularity for processor-wise local2global: it is now possible to compute them only for the operators that require them, rather than at the whole Model level.
    - Support #597: Rearrange RefFElt classes (names were not accurate and comments were not very helpful).
    - Support #595: Update code to make it work with brand new Petsc 3.6.
    - Feature #191: Refactor the way Unknowns are handled: Unknown variable is not just a name and a nature; shape functions and unumbering subset are defined in a new class named ExtendedUnknown (which replaces the clumsily named UnknownAndNumberingSubset). Quadrature rules may now be defined specifically for each operator.