PLaSK library
|
This file contains: More...
#include "solver.hpp"
#include <string>
#include <map>
#include <set>
#include <deque>
#include <boost/filesystem.hpp>
#include "utils/xml/reader.hpp"
#include "math.hpp"
#include "mesh/mesh.hpp"
#include "material/db.hpp"
#include "geometry/path.hpp"
#include "geometry/space.hpp"
Go to the source code of this file.
Classes | |
struct | plask::Manager |
Geometry manager features: More... | |
struct | plask::Manager::Map< T > |
struct | plask::Manager::ExternalSourcesFromFile |
Allow to support reading some sections from other files. More... | |
class | plask::Manager::SetAxisNames |
Set axis name from current reader tag, set it in manager as current, and restore old axisNames value when out of the scope. More... | |
Namespaces | |
namespace | plask |
Patterson quadrature for complex function along specified line. | |
Functions | |
template<typename ConditionT > | |
ConditionT | plask::parseBoundaryValue (const XMLReader &tag_with_value) |
Parse condition from XML tag. | |