std Namespace Reference
Functions | |
| long double | max (long double a, double b) |
| long double | min (long double a, double b) |
| long double | max (double a, long double b) |
| long double | min (double a, long double b) |
| double | max (double a, float b) |
| double | min (double a, float b) |
| double | max (float a, double b) |
| double | min (float a, double b) |
| long double | max (long double a, float b) |
| long double | min (long double a, float b) |
| long double | max (float a, long double b) |
| long double | min (float a, long double b) |
Function Documentation
| long double std::max | ( | float | a, | |
| long double | b | |||
| ) | [inline] |
Definition at line 139 of file libmesh_common.h.
Referenced by MeshRefinement::_coarsen_elements(), ExactSolution::_compute_error(), MeshRefinement::_refine_elements(), DofMap::add_constraints_to_send_list(), ParallelMesh::add_elem(), ParallelMesh::add_node(), UnstructuredMesh::all_second_order(), DofMap::allgather_recursive_constraints(), FEMSystem::assembly(), Parallel::Sort< KeyType >::binsort(), MeshTools::bounding_box(), TreeNode< N >::bounds_point(), EquationSystems::build_solution_vector(), MeshRefinement::coarsen_elements(), TreeNode< N >::create_bounding_box(), MeshRefinement::eliminate_unrefined_patches(), DofMap::enforce_constraints_exactly(), MeshRefinement::flag_elements_by_error_fraction(), MeshRefinement::flag_elements_by_mean_stddev(), QGrundmann_Moller::gm_rule(), StatisticsVector< T >::histogram(), Elem::hmax(), LocationMap< T >::init(), MeshTools::libmesh_assert_valid_node_procids(), MeshRefinement::limit_level_mismatch_at_edge(), MeshRefinement::limit_level_mismatch_at_node(), NewtonSolver::line_search(), MeshRefinement::make_coarsening_compatible(), MeshCommunication::make_nodes_parallel_consistent(), DofMap::max_constraint_error(), StatisticsVector< T >::maximum(), ErrorVector::minimum(), MeshTools::n_active_levels(), MeshTools::n_levels(), MeshTools::n_p_levels(), StatisticsVector< T >::normalize(), ParallelMesh::parallel_max_elem_id(), ParallelMesh::parallel_max_node_id(), StatisticsVector< T >::plot_histogram(), InfHex::quality(), Hex::quality(), MeshRefinement::refine_and_coarsen_elements(), MeshRefinement::refine_elements(), DofMap::reinit(), ParallelMesh::renumber_dof_objects(), HPCoarsenTest::select_refinement(), TwostepTimeSolver::solve(), NewtonSolver::solve(), MeshTools::subdomain_bounding_box(), Parallel::sync_dofobject_data_by_xyz(), MeshRefinement::test_level_one(), MeshRefinement::test_unflagged(), ParallelMesh::update_parallel_id_counts(), GMVIO::write_ascii_new_impl(), GMVIO::write_ascii_old_impl(), and GMVIO::write_binary().
| long double std::max | ( | long double | a, | |
| float | b | |||
| ) | [inline] |
| double std::max | ( | float | a, | |
| double | b | |||
| ) | [inline] |
| double std::max | ( | double | a, | |
| float | b | |||
| ) | [inline] |
| long double std::max | ( | double | a, | |
| long double | b | |||
| ) | [inline] |
| long double std::max | ( | long double | a, | |
| double | b | |||
| ) | [inline] |
Definition at line 114 of file libmesh_common.h.
Referenced by QoISet::add_indices(), MeshRefinement::create_parent_error_vector(), FEType::default_quadrature_rule(), QGrundmann_Moller::gm_rule(), Elem::is_ancestor_of(), DistributedVector< T >::linfty_norm(), LaspackVector< T >::max(), DistributedVector< T >::max(), Tri3::min_and_max_angle(), MeshTools::n_active_levels(), MeshTools::n_active_local_levels(), MeshTools::n_levels(), MeshTools::n_local_levels(), MeshTools::n_p_levels(), PatchRecoveryErrorEstimator::EstimateError::operator()(), Hex::quality(), MeshBase::recalculate_n_partitions(), REINIT_ERROR(), and TwostepTimeSolver::solve().
| long double std::min | ( | float | a, | |
| long double | b | |||
| ) | [inline] |
Definition at line 141 of file libmesh_common.h.
Referenced by CentroidPartitioner::_do_partition(), VariationalMeshSmoother::adapt_minimum(), VariationalMeshSmoother::adjust_adapt_data(), MeshTools::bounding_box(), TreeNode< N >::bounds_point(), MeshRefinement::coarsen_elements(), FEBase::compute_periodic_constraints(), FEBase::compute_proj_constraints(), InfQuad4::contains_point(), InfPrism6::contains_point(), InfHex8::contains_point(), ContinuationSystem::continuation_solve(), TreeNode< N >::create_bounding_box(), MeshRefinement::create_parent_error_vector(), Xdr::data_stream(), MeshTools::Modification::distort(), MeshRefinement::flag_elements_by_error_fraction(), MeshRefinement::flag_elements_by_nelem_target(), Nemesis_IO_Helper::get_elem_map(), StatisticsVector< T >::histogram(), Elem::hmin(), LocationMap< T >::init(), ParmetisPartitioner::initialize(), SparsityPattern::Build::join(), ParallelMesh::libmesh_assert_valid_parallel_flags(), ParallelMesh::libmesh_assert_valid_parallel_object_ids(), MeshTools::libmesh_assert_valid_refinement_flags(), NewtonSolver::line_search(), MeshRefinement::make_coarsening_compatible(), MeshRefinement::make_flags_parallel_consistent(), MeshRefinement::make_refinement_compatible(), Elem::min_new_p_level_by_neighbor(), StatisticsVector< T >::minimum(), ErrorVector::minimum(), Partitioner::partition(), StatisticsVector< T >::plot_histogram(), InfHex::quality(), Hex::quality(), Nemesis_IO::read(), ExodusII_IO_Helper::read_elem_num_map(), ExodusII_IO_Helper::read_node_num_map(), XdrIO::read_serialized_bcs(), System::read_serialized_blocked_dof_objects(), XdrIO::read_serialized_connectivity(), XdrIO::read_serialized_nodes(), MeshRefinement::refine_and_coarsen_elements(), MeshRefinement::refine_elements(), Partitioner::repartition(), Partitioner::set_node_processor_ids(), Partitioner::set_parent_processor_ids(), FE< Dim, T >::shape(), NewtonSolver::solve(), MeshTools::subdomain_bounding_box(), System::write_serialized_blocked_dof_objects(), and XdrIO::write_serialized_nodes().
| long double std::min | ( | long double | a, | |
| float | b | |||
| ) | [inline] |
| double std::min | ( | float | a, | |
| double | b | |||
| ) | [inline] |
| double std::min | ( | double | a, | |
| float | b | |||
| ) | [inline] |
| long double std::min | ( | double | a, | |
| long double | b | |||
| ) | [inline] |
| long double std::min | ( | long double | a, | |
| double | b | |||
| ) | [inline] |
Definition at line 116 of file libmesh_common.h.
Referenced by DenseMatrix< T >::_lu_decompose_lapack(), InfPrism6::contains_point(), InfHex8::contains_point(), MeshRefinement::create_parent_error_vector(), cube_indices(), get_min_point(), Elem::is_ancestor_of(), LaspackVector< T >::min(), DistributedVector< T >::min(), Tri3::min_and_max_angle(), Elem::min_p_level_by_neighbor(), Hex::quality(), System::read_serialized_blocked_dof_objects(), Partitioner::set_parent_processor_ids(), EpetraMatrix< T >::update_sparsity_pattern(), System::write_serialized_blocked_dof_objects(), and XdrIO::write_serialized_nodes().