#include <forward_list>
#include <fstream>
#include <memory>
#include "space/postProcess.hh"
#include "space/element.hh"
#include "space/formula.hh"
#include "function/basis.hh"
#include "spaceTraits.hh"
Go to the source code of this file.
Classes | |
struct | graphics::spcPosCon< T, traits > |
class | graphics::DataDX< F > |
class | graphics::DataDXCounts |
class | graphics::DataDXCoordinates |
class | graphics::DataDXConnections |
class | graphics::DataDXData |
Namespaces | |
namespace | concepts |
namespace | graphics |
Functions | |
template<typename T > | |
bool | graphics::spacePosCon (const T &spc) |
template<typename T > | |
bool | graphics::spaceBoundary (const T &spc) |
template<typename T > | |
DataDX< Real > | graphics::drawDataDX (T &spc, const std::string filename, const uint dim=2) |
Graphics in OpenDX
Definition in file dataDX.hh.