KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
985 stars 242 forks source link

[Exp] Add Log Expression #12448

Closed sunethwarna closed 3 weeks ago

sunethwarna commented 3 weeks ago

📝 Description This PR removes UnaryAbsExpression and creates a more generic UnaryExpression which is able to get Abs and Log, and can be easily extended in future for other operators if required.

Finally I am also adding documentation in the same PR :)

🆕 Changelog

sunethwarna commented 3 weeks ago

ping @matekelemen