feq-parse

An equation parser class for Modern Fortran (by FluidNumerics)

feq-parse reviews and mentions

Posts with mentions or reviews of feq-parse. We have used some of these posts to build our list of alternatives and similar projects.
  • feq-parse updates - Evaluation with arrays now supported!
    1 project | /r/fortran | 3 Dec 2023
    For those who are new to feq-parse, this package allows users to define functions as character strings and evaluate them on-the-fly. In earlier versions of feq-parse, only scalar inputs were accepted to the evaluate methods. When working with Fortran arrays, this required a do-loop around the evaluate call which would re-evaluate the parser objects each time; this is slow! The latest updates on the master branch allow for you to pass rank 1 through rank 4 arrays to the evaluate methods, which provides significantly improved performance for evaluation of functions on arrays of independent variables. In a simple example, evaluating a gaussian on 10 million points, we show ~30x speedup with this new feature. While implementing this new feature, I've also added to the test suite and started tracking code coverage (we're hitting 92% coverage as of today!), which is now noted in the README. Currently, we're testing for gfortran-9 through gfortran-12 and the Intel OneAPI 2023.2.0 compilers on Ubuntu and gfortran-13 on Windows. There are currently some issues with the Intel Compiler builds that I'm working on resolving.

Stats

Basic feq-parse repo stats
1
41
9.2
2 months ago

FluidNumerics/feq-parse is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of feq-parse is Fortran.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com