|
OutputFormat | DataOutBase::parse_output_format (const std::string &format_name) |
|
std::string | DataOutBase::get_output_format_names () |
|
std::string | DataOutBase::default_suffix (const OutputFormat output_format) |
|
template<int dim, int spacedim> |
std::vector< Point< spacedim > > | DataOutBase::get_node_positions (const std::vector< Patch< dim, spacedim > > &patches) |
|
template<int dim, int spacedim, typename StreamType > |
void | DataOutBase::write_nodes (const std::vector< Patch< dim, spacedim > > &patches, StreamType &out) |
|
template<int dim, int spacedim, typename StreamType > |
void | DataOutBase::write_cells (const std::vector< Patch< dim, spacedim > > &patches, StreamType &out) |
|
template<int dim, int spacedim, typename StreamType > |
void | DataOutBase::write_high_order_cells (const std::vector< Patch< dim, spacedim > > &patches, StreamType &out, const bool legacy_format) |
|
template<int dim, int spacedim, typename StreamType > |
void | DataOutBase::write_data (const std::vector< Patch< dim, spacedim > > &patches, unsigned int n_data_sets, const bool double_precision, StreamType &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_ucd (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const UcdFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_dx (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const DXFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_gnuplot (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const GnuplotFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_povray (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const PovrayFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_eps (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const EpsFlags &flags, std::ostream &out) |
|
template<int spacedim> |
void | DataOutBase::write_eps (const std::vector< Patch< 2, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const EpsFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_gmv (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const GmvFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_tecplot (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const TecplotFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_vtk (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const VtkFlags &flags, std::ostream &out) |
|
void | DataOutBase::write_vtu_header (std::ostream &out, const VtkFlags &flags) |
|
void | DataOutBase::write_vtu_footer (std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_vtu (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const VtkFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_vtu_main (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const VtkFlags &flags, std::ostream &out) |
|
void | DataOutBase::write_pvtu_record (std::ostream &out, const std::vector< std::string > &piece_names, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const VtkFlags &flags) |
|
void | DataOutBase::write_pvd_record (std::ostream &out, const std::vector< std::pair< double, std::string > > ×_and_names) |
|
void | DataOutBase::write_visit_record (std::ostream &out, const std::vector< std::string > &piece_names) |
|
void | DataOutBase::write_visit_record (std::ostream &out, const std::vector< std::vector< std::string > > &piece_names) |
|
void | DataOutBase::write_visit_record (std::ostream &out, const std::vector< std::pair< double, std::vector< std::string > > > ×_and_piece_names) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_svg (const std::vector< Patch< dim, spacedim > > &, const std::vector< std::string > &, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &, const SvgFlags &, std::ostream &) |
|
template<int spacedim> |
void | DataOutBase::write_svg (const std::vector< Patch< 2, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const SvgFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_deal_II_intermediate (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const Deal_II_IntermediateFlags &flags, std::ostream &out) |
|
template<int dim, int spacedim> |
void | DataOutBase::write_deal_II_intermediate_in_parallel (const std::vector< Patch< dim, spacedim > > &patches, const std::vector< std::string > &data_names, const std::vector< std::tuple< unsigned int, unsigned int, std::string, DataComponentInterpretation::DataComponentInterpretation > > &nonscalar_data_ranges, const Deal_II_IntermediateFlags &flags, const std::string &filename, const MPI_Comm comm, const CompressionLevel compression) |
|
std::pair< unsigned int, unsigned int > | DataOutBase::determine_intermediate_format_dimensions (std::istream &input) |
|
template<int dim, int spacedim> |
std::ostream & | DataOutBase::operator<< (std::ostream &out, const Patch< dim, spacedim > &patch) |
|
template<int dim, int spacedim> |
std::istream & | DataOutBase::operator>> (std::istream &in, Patch< dim, spacedim > &patch) |
|