preCICE v3.1.1
Loading...
Searching...
No Matches
Namespaces
ExportCSV.cpp File Reference
#include "io/ExportCSV.hpp"
#include <Eigen/Core>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <memory>
#include "io/Export.hpp"
#include "logging/LogMacros.hpp"
#include "mesh/Data.hpp"
#include "mesh/Edge.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/SharedPointer.hpp"
#include "mesh/Triangle.hpp"
#include "mesh/Vertex.hpp"
#include "utils/IntraComm.hpp"
#include "utils/assertion.hpp"
Include dependency graph for ExportCSV.cpp:

Go to the source code of this file.

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::io
 provides Import and Export of the coupling mesh and data.
 

Variable Documentation

◆ ptr

double const* ptr

Definition at line 23 of file ExportCSV.cpp.

◆ stride

int stride

Definition at line 24 of file ExportCSV.cpp.