Reference documentation for deal.II version 9.4.1
\(\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 | Public Attributes | List of all members

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

Public Member Functions

 ParserData ()=default
 
 ParserData (const ParserData &)=delete
 

Public Attributes

std::vector< double > vars
 
std::vector< std::unique_ptr< muParserBase > > parsers
 

Detailed Description

Class containing the mutable state required by muParser.

Note
For performance reasons it is best to put all mutable state in a single object so that, for each function call, we only need to get thread-local data exactly once.

Definition at line 127 of file mu_parser_internal.h.


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