libMesh
libMesh::ExodusII_IO Member List

This is the complete list of members for libMesh::ExodusII_IO, including all inherited members.

_allow_empty_variableslibMesh::ExodusII_IOprivate
_appendlibMesh::ExodusII_IOprivate
_communicatorlibMesh::ParallelObjectprotected
_disc_bexlibMesh::ExodusII_IOprivate
_extra_integer_varslibMesh::ExodusII_IOprivate
_is_parallel_formatlibMesh::MeshOutput< MeshBase >protected
_output_variableslibMesh::ExodusII_IOprivate
_serial_only_needed_on_proc_0libMesh::MeshOutput< MeshBase >protected
_timesteplibMesh::ExodusII_IOprivate
_verboselibMesh::ExodusII_IOprivate
_write_complex_abslibMesh::ExodusII_IOprivate
append(bool val)libMesh::ExodusII_IO
ascii_precision()libMesh::MeshOutput< MeshBase >inline
comm() constlibMesh::ParallelObjectinline
copy_elemental_solution(System &system, std::string system_var_name, std::string exodus_var_name, unsigned int timestep=1)libMesh::ExodusII_IO
copy_nodal_solution(System &system, std::string system_var_name, std::string exodus_var_name, unsigned int timestep=1)libMesh::ExodusII_IO
copy_scalar_solution(System &system, std::vector< std::string > system_var_names, std::vector< std::string > exodus_var_names, unsigned int timestep=1)libMesh::ExodusII_IO
elems_of_dimensionlibMesh::MeshInput< MeshBase >protected
exio_helperlibMesh::ExodusII_IOprivate
ExodusII_IO(MeshBase &mesh, bool single_precision=false)libMesh::ExodusII_IOexplicit
ExodusII_IO(ExodusII_IO &&)=defaultlibMesh::ExodusII_IO
ExodusII_IO(const ExodusII_IO &)=deletelibMesh::ExodusII_IO
get_add_sides() overridelibMesh::ExodusII_IOvirtual
get_elem_num_map() constlibMesh::ExodusII_IO
get_elem_var_names()libMesh::ExodusII_IO
get_elemset_data_indices(std::map< std::pair< dof_id_type, elemset_id_type >, unsigned int > &elemset_array_indices)libMesh::ExodusII_IO
get_exio_helper()libMesh::ExodusII_IO
get_exodus_version()libMesh::ExodusII_IOstatic
get_global_var_names()libMesh::ExodusII_IO
get_nodal_var_names()libMesh::ExodusII_IO
get_node_num_map() constlibMesh::ExodusII_IO
get_nodeset_data_indices(std::map< BoundaryInfo::NodeBCTuple, unsigned int > &bc_array_indices)libMesh::ExodusII_IO
get_num_time_steps()libMesh::ExodusII_IO
get_sideset_data_indices(std::map< BoundaryInfo::BCTuple, unsigned int > &bc_array_indices)libMesh::ExodusII_IO
get_time_steps()libMesh::ExodusII_IO
is_parallel_format() constlibMesh::MeshInput< MeshBase >inline
MeshInput< MeshBase >::mesh()libMesh::MeshInput< MeshBase >inlineprotected
MeshOutput< MeshBase >::mesh() constlibMesh::MeshOutput< MeshBase >inlineprotected
MeshInput(bool is_parallel_format=false)libMesh::MeshInput< MeshBase >inlineexplicitprotected
MeshInput(MeshBase &, const bool is_parallel_format=false)libMesh::MeshInput< MeshBase >inlineexplicitprotected
MeshOutput(const bool is_parallel_format=false, const bool serial_only_needed_on_proc_0=false)libMesh::MeshOutput< MeshBase >inlineexplicitprotected
MeshOutput(const MeshBase &, const bool is_parallel_format=false, const bool serial_only_needed_on_proc_0=false)libMesh::MeshOutput< MeshBase >inlineexplicitprotected
n_processors() constlibMesh::ParallelObjectinline
operator=(const ExodusII_IO &)=deletelibMesh::ExodusII_IO
operator=(ExodusII_IO &&)=deletelibMesh::ExodusII_IO
libMesh::ParallelObject::operator=(const ParallelObject &libmesh_dbg_var(other))libMesh::ParallelObjectinline
ParallelObject(const Parallel::Communicator &comm_in)libMesh::ParallelObjectinline
ParallelObject(const ParallelObject &other)libMesh::ParallelObjectinline
processor_id() constlibMesh::ParallelObjectinline
read(const std::string &name) overridelibMesh::ExodusII_IOvirtual
read_elemental_variable(std::string elemental_var_name, unsigned int timestep, std::map< unsigned int, Real > &unique_id_to_value_map)libMesh::ExodusII_IO
read_elemset_data(int timestep, std::vector< std::string > &var_names, std::vector< std::set< elemset_id_type >> &elemset_ids_in, std::vector< std::map< std::pair< dof_id_type, elemset_id_type >, Real >> &elemset_vals)libMesh::ExodusII_IO
read_global_variable(std::vector< std::string > global_var_names, unsigned int timestep, std::vector< Real > &global_values)libMesh::ExodusII_IO
read_header(const std::string &name)libMesh::ExodusII_IO
read_nodeset_data(int timestep, std::vector< std::string > &var_names, std::vector< std::set< boundary_id_type >> &node_boundary_ids, std::vector< std::map< BoundaryInfo::NodeBCTuple, Real >> &bc_vals)libMesh::ExodusII_IO
read_sideset_data(int timestep, std::vector< std::string > &var_names, std::vector< std::set< boundary_id_type >> &side_ids, std::vector< std::map< BoundaryInfo::BCTuple, Real >> &bc_vals)libMesh::ExodusII_IO
set_coordinate_offset(Point p)libMesh::ExodusII_IO
set_discontinuous_bex(bool disc_bex)libMesh::ExodusII_IO
set_extra_integer_vars(const std::vector< std::string > &extra_integer_vars)libMesh::ExodusII_IO
set_hdf5_writing(bool write_hdf5)libMesh::ExodusII_IO
set_n_partitions(unsigned int n_parts)libMesh::MeshInput< MeshBase >inlineprotected
set_output_variables(const std::vector< std::string > &output_variables, bool allow_empty=true)libMesh::ExodusII_IO
skip_comment_lines(std::istream &in, const char comment_start)libMesh::MeshInput< MeshBase >protected
use_mesh_dimension_instead_of_spatial_dimension(bool val)libMesh::ExodusII_IO
verbose(bool set_verbosity)libMesh::ExodusII_IO
write(const std::string &fname) overridelibMesh::ExodusII_IOvirtual
write_added_sides(bool val)libMesh::ExodusII_IO
write_as_dimension(unsigned dim)libMesh::ExodusII_IO
write_complex_magnitude(bool val)libMesh::ExodusII_IO
write_discontinuous_equation_systems(const std::string &, const EquationSystems &, const std::set< std::string > *system_names=nullptr)libMesh::MeshOutput< MeshBase >virtual
write_discontinuous_exodusII(const std::string &name, const EquationSystems &es, const std::set< std::string > *system_names=nullptr)libMesh::ExodusII_IO
write_element_data(const EquationSystems &es)libMesh::ExodusII_IO
write_element_data_from_discontinuous_nodal_data(const EquationSystems &es, const std::set< std::string > *system_names=nullptr, const std::string &var_suffix="_elem_node_")libMesh::ExodusII_IO
write_elemset_data(int timestep, const std::vector< std::string > &var_names, const std::vector< std::set< elemset_id_type >> &elemset_ids_in, const std::vector< std::map< std::pair< dof_id_type, elemset_id_type >, Real >> &elemset_vals)libMesh::ExodusII_IO
write_elemsets()libMesh::ExodusII_IO
write_equation_systems(const std::string &, const EquationSystems &, const std::set< std::string > *system_names=nullptr)libMesh::MeshOutput< MeshBase >virtual
write_global_data(const std::vector< Number > &, const std::vector< std::string > &)libMesh::ExodusII_IO
write_information_records(const std::vector< std::string > &)libMesh::ExodusII_IO
write_nodal_data(const std::string &, const std::vector< Number > &, const std::vector< std::string > &) overridelibMesh::ExodusII_IOvirtual
MeshOutput< MeshBase >::write_nodal_data(const std::string &, const NumericVector< Number > &, const std::vector< std::string > &)libMesh::MeshOutput< MeshBase >virtual
MeshOutput< MeshBase >::write_nodal_data(const std::string &, const EquationSystems &, const std::set< std::string > *)libMesh::MeshOutput< MeshBase >virtual
write_nodal_data_common(std::string fname, const std::vector< std::string > &names, bool continuous=true)libMesh::ExodusII_IO
write_nodal_data_discontinuous(const std::string &, const std::vector< Number > &, const std::vector< std::string > &) overridelibMesh::ExodusII_IOvirtual
write_nodeset_data(int timestep, const std::vector< std::string > &var_names, const std::vector< std::set< boundary_id_type >> &node_boundary_ids, const std::vector< std::map< BoundaryInfo::NodeBCTuple, Real >> &bc_vals)libMesh::ExodusII_IO
write_sideset_data(int timestep, const std::vector< std::string > &var_names, const std::vector< std::set< boundary_id_type >> &side_ids, const std::vector< std::map< BoundaryInfo::BCTuple, Real >> &bc_vals)libMesh::ExodusII_IO
write_timestep(const std::string &fname, const EquationSystems &es, const int timestep, const Real time, const std::set< std::string > *system_names=nullptr)libMesh::ExodusII_IO
write_timestep_discontinuous(const std::string &fname, const EquationSystems &es, const int timestep, const Real time, const std::set< std::string > *system_names=nullptr)libMesh::ExodusII_IO
~ExodusII_IO()libMesh::ExodusII_IOvirtual
~MeshInput()libMesh::MeshInput< MeshBase >inlinevirtual
~MeshOutput()libMesh::MeshOutput< MeshBase >inlinevirtual
~ParallelObject()=defaultlibMesh::ParallelObjectvirtual