Skip to content

FreeFEM v4.10

Choose a tag to compare

@prj- prj- released this 13 Nov 15:28
· 596 commits to master since this release
9b88bed

Added

  • ridgeangle named parameter in ExtractMeshL in msh3 plugin
  • DG formulation in 1d :
    add integral of all border of element : intallBE(ThL) and unified the notation by adding
    intallBE(ThS) , intallBE(Th2), intallBE(Th3)
    nuVertex of now the vertex number of element in intallBE0d integral
    BoundaryBE, InternalBE to know if border element (BE) is on true boundary of not.
    update nElementonB in case on no manifold data (value greater > 2) in meshL, MeshS case ..
    add code to use jump, mean of test functuon on MeshL case. ( not in mesh3 ) to compute RHS.
  • add getcwd() function in shell plugin to ghet the current working dir
  • add nuVertex to get the vextex on element in some int?

Changed

  • PETSc 3.16.1

Deprecated

  • SLEPc and SLEPc-complex have been part of PETSc and PETSc-complex for multiple releases and are now deprecated

Fixed

  • examples/potential.edp correct problem in times loops and BC
  • tutorial/mortar-DN-4.edp correct problem of region number in meshL
  • fix problem in Curve mesh and intallBE , vertex number is wrong
  • portability issue on arm64-apple with make petsc-slepc
  • fix assertion failure with transfer and transferMat with some finite elements

What's Changed

New Contributors

Full Changelog: v4.9...v4.10