deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/base/mu_parser_internal.h>
Public Member Functions | |
virtual | ~muParserBase ()=default |
deal.II uses muParser as a purely internal dependency. To this end, we do not include any muParser headers in our own headers (and the bundled version of the dependency does not install its headers or compile a separate muparser library). Hence, to interface with muParser, we use the PIMPL idiom here to wrap a pointer to mu::Parser objects.
Definition at line 113 of file mu_parser_internal.h.
|
virtualdefault |