#include "system.hpp"
#include <cstdlib>
#include <string>
#include <limits.h>
#include <unistd.h>
Go to the source code of this file.
|
namespace | plask |
| Patterson quadrature for complex function along specified line.
|
|
|
std::string | plask::exePathAndName () |
| Retrieves the fully qualified path for current program executable file.
|
|
std::string | plask::exePath () |
| Get path to current program executable file.
|
|
std::string | plask::prefixPath () |
| Get environment variable PLASK_PREFIX_PATH (should be without rearmost '/' or '\') or, if it is not set, path one step above the current program executable file.
|
|
std::string | plask::plaskLibPath () |
| Get path to plask library files (shared libraries).
|
|
std::string | plask::plaskSolversPath (const std::string &category) |
| Get path to files (shared libraries) with solvers in given category .
|
|
std::string | plask::plaskMaterialsPath () |
| Get path to materials files (shared libraries).
|
|