Reference documentation for deal.II version GIT relicensing-224-gc660c0d696 2024-03-28 18:40:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
internal::FunctionParser::muParserBase Class Reference

#include <deal.II/base/mu_parser_internal.h>

Inheritance diagram for internal::FunctionParser::muParserBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~muParserBase ()=default
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~muParserBase()

virtual internal::FunctionParser::muParserBase::~muParserBase ( )
virtualdefault

The documentation for this class was generated from the following file: