libMesh
Namespaces
tecplot_io.C File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Variable Documentation

◆ connData

std::vector<int> connData

Definition at line 61 of file tecplot_io.C.

◆ n_cells

dof_id_type n_cells

Definition at line 69 of file tecplot_io.C.

◆ n_nodes

const dof_id_type n_nodes

Definition at line 67 of file tecplot_io.C.

Referenced by libMesh::FEMContext::_do_elem_position_set(), libMesh::DofMap::_dof_indices(), libMesh::BoundaryInfo::add_elements(), libMesh::DofMap::allgather_recursive_constraints(), libMesh::Nemesis_IO_Helper::build_element_and_node_maps(), libMesh::FEGenericBase< FEOutputType< T >::type >::coarsened_dof_values(), libMesh::FEMap::compute_affine_map(), libMesh::InfFE< Dim, T_radial, T_map >::compute_node_indices_fast(), libMesh::DofMap::constrain_p_dofs(), libMesh::DofMap::distribute_local_dofs_node_major(), libMesh::DofMap::distribute_local_dofs_var_major(), libMesh::DofMap::dof_indices(), libMesh::FE< Dim, LAGRANGE_VEC >::dofs_on_edge(), libMesh::FE< Dim, LAGRANGE_VEC >::dofs_on_side(), libMesh::FEMContext::elem_position_get(), libMesh::TetGenIO::element_in(), libMesh::DynaIO::ElementDefinition::ElementDefinition(), libMesh::UNVIO::elements_in(), fill_dirichlet_bc(), libMesh::lagrange_nodal_soln(), libMesh::LIBMESH_DEFAULT_VECTORIZED_FE(), libMesh::DofMap::local_variable_indices(), main(), libMesh::DofMap::old_dof_indices(), libMesh::BoundaryProjectSolution::operator()(), libMesh::GenericProjector< FFunctor, GFunctor, FValue, ProjectionAction >::SortAndCopy::operator()(), libMesh::GenericProjector< FFunctor, GFunctor, FValue, ProjectionAction >::ProjectInteriors::operator()(), libMesh::Partitioner::processor_pairs_to_interface_nodes(), libMesh::rational_fe_shape_deriv(), libMesh::rational_fe_shape_second_deriv(), libMesh::ExodusII_IO::read(), libMesh::XdrIO::read(), libMesh::CheckpointIO::read_connectivity(), libMesh::XdrIO::read_header(), libMesh::XdrIO::read_serialized_nodes(), libMesh::System::read_serialized_vector(), libMesh::System::read_serialized_vectors(), libMesh::HPCoarsenTest::select_refinement(), libMesh::Side< SideType, ParentType >::set_node(), libMesh::SideEdge< EdgeType, ParentType >::set_node(), MeshInputTest::testAbaqusRead(), libMesh::CheckpointIO::write_connectivity(), libMesh::XdrIO::write_serialized_connectivity(), libMesh::System::write_serialized_vector(), and libMesh::System::write_serialized_vectors().

◆ n_vars

const unsigned int n_vars

◆ n_vert

const unsigned int n_vert

Definition at line 70 of file tecplot_io.C.

◆ nodalData

std::vector<float> nodalData

Definition at line 60 of file tecplot_io.C.