|
| std::string | d_object_name |
| |
| bool | d_registered_for_restart |
| |
| std::string | d_dump_directory_name |
| |
| int | d_time_step_number = -1 |
| |
| SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > | d_hierarchy |
| |
| int | d_coarsest_ln = 0 |
| |
| int | d_finest_ln = 0 |
| |
| std::vector< int > | d_nclouds |
| |
| std::vector< std::vector< std::string > > | d_cloud_names |
| |
| std::vector< std::vector< int > > | d_cloud_nmarks |
| |
| std::vector< std::vector< int > > | d_cloud_first_lag_idx |
| |
| std::vector< int > | d_nblocks |
| |
| std::vector< std::vector< std::string > > | d_block_names |
| |
| std::vector< std::vector< SAMRAI::hier::IntVector< NDIM > > > | d_block_nelems |
| |
| std::vector< std::vector< SAMRAI::hier::IntVector< NDIM > > > | d_block_periodic |
| |
| std::vector< std::vector< int > > | d_block_first_lag_idx |
| |
| std::vector< int > | d_nmbs |
| |
| std::vector< std::vector< std::string > > | d_mb_names |
| |
| std::vector< std::vector< int > > | d_mb_nblocks |
| |
| std::vector< std::vector< std::vector< SAMRAI::hier::IntVector< NDIM > > > > | d_mb_nelems |
| |
| std::vector< std::vector< std::vector< SAMRAI::hier::IntVector< NDIM > > > > | d_mb_periodic |
| |
| std::vector< std::vector< std::vector< int > > > | d_mb_first_lag_idx |
| |
| std::vector< int > | d_nucd_meshes |
| |
| std::vector< std::vector< std::string > > | d_ucd_mesh_names |
| |
| std::vector< std::vector< std::set< int > > > | d_ucd_mesh_vertices |
| |
| std::vector< std::vector< std::multimap< int, std::pair< int, int > > > > | d_ucd_mesh_edge_maps |
| |
| std::vector< SAMRAI::tbox::Pointer< LData > > | d_coords_data |
| |
| std::vector< int > | d_nvars |
| |
| std::vector< std::vector< std::string > > | d_var_names |
| |
| std::vector< std::vector< int > > | d_var_start_depths |
| |
| std::vector< std::vector< int > > | d_var_plot_depths |
| |
| std::vector< std::vector< int > > | d_var_depths |
| |
| std::vector< std::vector< SAMRAI::tbox::Pointer< LData > > > | d_var_data |
| |
| std::vector< AO > | d_ao |
| |
| std::vector< bool > | d_build_vec_scatters |
| |
| std::vector< std::map< int, Vec > > | d_src_vec |
| |
| std::vector< std::map< int, Vec > > | d_dst_vec |
| |
| std::vector< std::map< int, VecScatter > > | d_vec_scatter |
| |
| bool | d_summary_file_opened = false |
| |
| void | setPatchHierarchy (SAMRAI::tbox::Pointer< SAMRAI::hier::PatchHierarchy< NDIM > > hierarchy) |
| | Reset the patch hierarchy over which operations occur. More...
|
| |
| void | resetLevels (int coarsest_ln, int finest_ln) |
| | Reset range of patch levels over which operations occur. More...
|
| |
| void | registerMarkerCloud (const std::string &name, int nmarks, int first_lag_idx, int level_number) |
| | Register or update a range of Lagrangian indices that are to be visualized as a cloud of marker particles. More...
|
| |
| void | registerLogicallyCartesianBlock (const std::string &name, const SAMRAI::hier::IntVector< NDIM > &nelem, const SAMRAI::hier::IntVector< NDIM > &periodic, int first_lag_idx, int level_number) |
| | Register or update a range of Lagrangian indices that are to be treated as a logically Cartesian block. More...
|
| |
| void | registerLogicallyCartesianMultiblock (const std::string &name, const std::vector< SAMRAI::hier::IntVector< NDIM > > &nelem, const std::vector< SAMRAI::hier::IntVector< NDIM > > &periodic, const std::vector< int > &first_lag_idx, int level_number) |
| | Register or update several ranges of Lagrangian indices that are to be treated as logically Cartesian blocks. More...
|
| |
| void | registerUnstructuredMesh (const std::string &name, const std::multimap< int, std::pair< int, int > > &edge_map, int level_number) |
| | Register or update an unstructured mesh. More...
|
| |
| void | registerCoordsData (SAMRAI::tbox::Pointer< LData > coords_data, int level_number) |
| | Register the coordinates of the curvilinear mesh with the Silo data writer. More...
|
| |
| void | registerVariableData (const std::string &var_name, SAMRAI::tbox::Pointer< LData > var_data, int level_number) |
| | Register a variable for plotting with the Silo data writer. More...
|
| |
| void | registerVariableData (const std::string &var_name, SAMRAI::tbox::Pointer< LData > var_data, int start_depth, int var_depth, int level_number) |
| | Register a variable for plotting with the Silo data writer with a specified starting depth and data depth. More...
|
| |
| void | registerLagrangianAO (AO &ao, int level_number) |
| | Register or update a single Lagrangian AO (application ordering) objects with the Silo data writer. More...
|
| |
| void | registerLagrangianAO (std::vector< AO > &ao, int coarsest_ln, int finest_ln) |
| | Register or update a collection of Lagrangian AO (application ordering) objects with the Silo data writer. More...
|
| |
| void | writePlotData (int time_step_number, double simulation_time) |
| | Write the plot data to disk. More...
|
| |
| void | putToDatabase (SAMRAI::tbox::Pointer< SAMRAI::tbox::Database > db) override |
| |
| | LSiloDataWriter ()=delete |
| | Default constructor. More...
|
| |
| | LSiloDataWriter (const LSiloDataWriter &from)=delete |
| | Copy constructor. More...
|
| |
| LSiloDataWriter & | operator= (const LSiloDataWriter &that)=delete |
| | Assignment operator. More...
|
| |
| void | buildVecScatters (AO &ao, int level_number) |
| | Build the VecScatter objects required to communicate data for plotting. More...
|
| |
| void | getFromRestart () |
| |
For more information about Silo, see the Silo manual here.