PeriDEM
0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
Loading...
Searching...
No Matches
particleOutput.h
Go to the documentation of this file.
1
/*
2
* -------------------------------------------
3
* Copyright (c) 2021 - 2026 Prashant K. Jha
4
* -------------------------------------------
5
* PeriDEM https://github.com/prashjha/PeriDEM
6
*
7
* Distributed under the Boost Software License, Version 1.0. (See accompanying
8
* file LICENSE)
9
*/
10
11
#ifndef RW_PARTICLE_OUTPUT_H
12
#define RW_PARTICLE_OUTPUT_H
13
14
namespace
data
{
15
class
ModelData;
16
}
17
18
namespace
rw
{
19
21
void
writeOutput
(
data::ModelData
&
data
);
22
23
}
// namespace rw
24
25
#endif
// RW_PARTICLE_OUTPUT_H
data::ModelData
A class to store model data.
Definition
modelData.h:50
data
Definition
contact.h:20
rw
Collection of methods and database related to reading and writing.
Definition
legacyVtkWriter.h:21
rw::writeOutput
void writeOutput(data::ModelData &data)
Write VTU/PVD (and optional strain VTU / particle-location CSV).
Definition
particleOutput.cpp:32
src
rw
particleOutput.h
Generated by
1.9.8