Hermes2D  3.0
Hermes::Hermes2D::Api2D Class Reference

API Class containing settings for the whole Hermes2D. More...

#include <api2d.h>

Classes

class  Parameter
 

Public Member Functions

int get_integral_param_value (Hermes2DApiParam)
 
std::string get_text_param_value (Hermes2DApiParam)
 
void set_integral_param_value (Hermes2DApiParam, int value)
 
void set_text_param_value (Hermes2DApiParam, std::string value)
 

Protected Attributes

std::map< Hermes2DApiParam,
Parameter< int > * > 
integral_parameters
 
std::map< Hermes2DApiParam,
Parameter< std::string > * > 
text_parameters
 

Friends

class Mesh
 
class MeshReaderH2DXML
 
template<typename T1 >
class Space
 
template<typename T1 >
class Solution
 

Detailed Description

API Class containing settings for the whole Hermes2D.

Definition at line 45 of file api2d.h.

Member Data Documentation

std::map<Hermes2DApiParam, Parameter<int>*> Hermes::Hermes2D::Api2D::integral_parameters
protected

The storage of parameters. This storage is not optimized for speed, but for comfort of users. There should not be any parameters, values of which are sought very often, because of the above reason.

Definition at line 70 of file api2d.h.


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