Hermes2D
3.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
mixins2d.h
1
#ifndef __H2D_MIXINS_H
2
#define __H2D_MIXINS_H
3
#include "api2d.h"
4
#include "
global.h
"
5
namespace
Hermes
6
{
7
namespace
Hermes2D
8
{
16
namespace
Mixins
17
{
22
class
HERMES_API
XMLParsing
23
{
24
public
:
26
XMLParsing
();
27
29
void
set_validation(
bool
to_set);
30
31
protected
:
33
bool
validate
;
34
};
35
37
class
HERMES_API
Parallel
38
{
39
protected
:
40
Parallel
();
41
protected
:
42
unsigned
char
num_threads_used;
43
std::string
exceptionMessageCaughtInParallelBlock;
44
};
45
}
46
}
47
}
48
#endif
Hermes
Definition:
adapt.h:24
Hermes::Hermes2D::Mixins::Parallel
Class utilizes parallel calculation.
Definition:
mixins2d.h:37
Hermes::Hermes2D::Mixins::XMLParsing::validate
bool validate
Internal.
Definition:
mixins2d.h:33
global.h
Common definitions for Hermes2D.
xml_schema::string
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition:
solution_h2d_xml.h:268
Hermes::Hermes2D::Mixins::XMLParsing
Definition:
mixins2d.h:22
include
mixins2d.h
Generated on Fri Sep 19 2014 09:53:56 for Hermes2D by
1.8.8