Skip to content

Latest commit

 

History

History
130 lines (91 loc) · 4.12 KB

AUTHORS.md

File metadata and controls

130 lines (91 loc) · 4.12 KB

pyMOR main developers

Contributors

pyMOR 2020.2

  • Tim Keil, [email protected]

    • energy product in elliptic discretizer
    • rename estimate --> estimate_error and estimator -> error_estimator
    • avoid nested Product and Lincomb Functionals and Functions
    • linear optimization (dual solution, sensitivities, output gradient)
  • Hendrik Kleikamp, [email protected]

    • artificial neural networks for instationary problems

pyMOR 2020.1

  • Linus Balicki, [email protected]

    • implicitly restarted Arnoldi method for eigenvalue computation in algorithms.eigs
    • subspace accelerated dominant pole algorithm in algorithms.samdp
  • Tim Keil, [email protected]

    • second order derivatives for parameters
    • speed up of LincombOperators
    • add LincombParameterFunctional
    • pruduct rule for ProductParameterFunctional
    • BaseMaxThetaParameterFunctional
  • Hendrik Kleikamp, [email protected]

    • Armijo line search algorithm
    • artificial neural networks for model order reduction
  • Luca Mechelli, [email protected]

    • speed up of LincombOperators

pyMOR 2019.2

  • Linus Balicki, [email protected]

    • low-rank RADI method for Riccati equations in algorithms.lrradi
    • improve projection shifts for low-rank ADI method for Lyapunov equations
  • Dennis Eickhorn, [email protected]

    • randomized range approximation algorithms in algorithms.randrangefinder
    • fixed complex norms in vectorarrays.interfaces
  • Tim Keil, [email protected]

    • partial derivatives for parameters d_mu
    • affine decomposition of robin operator and rhs functionals

pyMOR 0.5

  • Linus Balicki, [email protected]

    • low-rank ADI method using projection shifts for Lyapunov equations in algorithms.lyapunov
  • Julia Brunken, [email protected]

    • support for advection, reaction terms and Robin boundary data in ParabolicProblem
  • Christoph Lehrenfeld, [email protected]

    • contributions to NGSolve wrappers
    • NGSolve model in thermalblock_simple.py

pyMOR 0.4

  • Andreas Buhr, [email protected]

    • ability to rescale colorbar in each frame
    • SelectionOperator
    • support for advection and rection terms in finite element discretizations
    • improved Robin boundary condition support
  • Michael Laier, [email protected]

    • PolygonalDomain, CircularSectorDomain, DiscDomain
    • pymor.domaindiscretizers.gmsh
    • ParabolicProblem, discretize_parabolic_cg, discretize_parabolic_fv
    • reductors.parabolic
    • reductors.residual.reduce_implicit_euler_residual
    • pymordemos.parabolic, pymordemos.parabolic_mor
    • ProductParameterFunctional
  • Falk Meyer, [email protected]

    • pymor.discretizers.disk
  • Petar Mlinarić, [email protected]

    • complex number support for NumpyVectorArray and NumpyMatrixOperator
    • BlockOperator and BlockDiagonalOperator
  • Michael Schaefer, [email protected]

    • Robin bondary condition support for pymor.operators.cg

pyMOR 0.3

pyMOR 0.2

Detailed information

Detailed contribution information can be obtained from the revision history of pyMOR's git repository.