OOFEM 3.0
Loading...
Searching...
No Matches
XFEMDebugTools.h
Go to the documentation of this file.
1/*
2 * XFEMDebugTools.h
3 *
4 * Created on: Jun 5, 2013
5 * Author: svennine
6 */
7
8#ifndef XFEMDEBUGTOOLS_H_
9#define XFEMDEBUGTOOLS_H_
10
11#include "oofemenv.h"
12#include "geometry.h"
13
14#include <fstream>
15
16namespace oofem {
18{
19public:
21 virtual ~XFEMDebugTools();
22
23 static void WriteTrianglesToVTK(const std :: string &iName, const std :: vector< Triangle > &iTriangles);
24 static void WritePointsToVTK(const std :: string &iName, const std :: vector< FloatArray > &iPoints);
25
26 static void WriteArrayToMatlab(const std :: string &iName, const std :: vector< double > &iX, const std :: vector< double > &iY);
27 static void WriteArrayToGnuplot(const std :: string &iName, const std :: vector< double > &iX, const std :: vector< double > &iY);
28};
29} /* namespace oofem */
30#endif /* XFEMDEBUGTOOLS_H_ */
static void WriteArrayToMatlab(const std ::string &iName, const std ::vector< double > &iX, const std ::vector< double > &iY)
static void WriteArrayToGnuplot(const std ::string &iName, const std ::vector< double > &iX, const std ::vector< double > &iY)
static void WritePointsToVTK(const std ::string &iName, const std ::vector< FloatArray > &iPoints)
static void WriteTrianglesToVTK(const std ::string &iName, const std ::vector< Triangle > &iTriangles)
#define OOFEM_EXPORT
Definition oofemcfg.h:7

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011