![]() |
GranOO
3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
|
#include <Domain.hpp>
Public Member Functions | |
~Domain () | |
void | load_gfem (std::string) |
void | to_vtk (std::vector< std::pair< std::string, vtkSmartPointer< vtkUnstructuredGrid > > > &data) |
![]() | |
void | clear () |
virtual void | save (std::string) const |
virtual void | load (std::string) |
void | save () const |
void | save_light () const |
void | save_light (std::string) const |
void | load_light (std::string) |
void | export_to_povray () const |
void | export_to_povray (std::string) const |
std::ostream & | export_to_povray (std::ostream &out) const |
Private Member Functions | |
Domain () | |
Domain (const Domain &)=delete | |
Domain & | operator= (const Domain &)=delete |
Additional Inherited Members | |
![]() | |
static bool | exist () |
static Domain & | get () |
static void | instanciate () |
static void | delete_me () |
![]() | |
static std::string | std_file_extension () |
static std::string | light_file_extension () |
static std::string | ascii_file_extension () |
static std::string | povray_file_extension () |
static std::string | xyzr_file_extension () |
static std::string | rxyz_file_extension () |
static std::string | gfem_file_extension () |
static std::string | light_file_header () |
static std::string | roga_file_extension () |
![]() | |
SingletonB () | |
virtual | ~SingletonB () |
![]() | |
Singleton () | |
virtual | ~Singleton () |
![]() | |
Domain () | |
![]() | |
IOManager | _io |
std::string | _file_prefix |
![]() | |
static Domain * | _me |
|
virtual |
Reimplemented from GranOO3::Core::Domain.
|
private |
|
privatedelete |
void GranOO3::FEM::Domain::load_gfem | ( | std::string | fileName | ) |
void GranOO3::FEM::Domain::to_vtk | ( | std::vector< std::pair< std::string, vtkSmartPointer< vtkUnstructuredGrid > > > & | data | ) |