|
ASPECT
|
- Member aspect::AdiabaticConditions::Interface< dim >::get_adiabatic_density_derivative_profile (std::vector< double > &values) const
- : This function is deprecated. Use the function density_derivative() for specific positions instead.
- Member aspect::AdiabaticConditions::Interface< dim >::get_adiabatic_density_profile (std::vector< double > &values) const
- : This function is deprecated. Use the function density() for specific positions instead.
- Member aspect::AdiabaticConditions::Interface< dim >::get_adiabatic_pressure_profile (std::vector< double > &values) const
- : This function is deprecated. Use the function pressure() for specific positions instead.
- Member aspect::AdiabaticConditions::Interface< dim >::get_adiabatic_temperature_profile (std::vector< double > &values) const
- : This function is deprecated. Use the function temperature() for specific positions instead.
- Member aspect::BoundaryComposition::Manager< dim >::get_active_boundary_composition_conditions () const
- Use Plugins::ManagerBase::get_active_plugins() instead.
- Member aspect::BoundaryComposition::Manager< dim >::get_active_boundary_composition_names () const
- Use Plugins::ManagerBase::get_active_plugin_names() instead.
- Member aspect::BoundaryComposition::Manager< dim >::get_matching_boundary_composition_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::BoundaryComposition::Manager< dim >::has_matching_boundary_composition_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::BoundaryTemperature::Manager< dim >::get_active_boundary_temperature_conditions () const
- Use Plugins::ManagerBase::get_active_plugins() instead.
- Member aspect::BoundaryTemperature::Manager< dim >::get_active_boundary_temperature_names () const
- Use Plugins::ManagerBase::get_active_plugin_names() instead.
- Member aspect::BoundaryTemperature::Manager< dim >::get_matching_boundary_temperature_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::BoundaryTemperature::Manager< dim >::has_matching_boundary_temperature_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::HeatingModel::Manager< dim >::get_active_heating_model_names () const
- Use Plugins::ManagerBase::get_active_plugin_names() instead.
- Member aspect::HeatingModel::Manager< dim >::get_active_heating_models () const
- Use Plugins::ManagerBase::get_active_plugin_names() instead.
- Member aspect::HeatingModel::Manager< dim >::get_matching_heating_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::HeatingModel::Manager< dim >::has_matching_heating_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::InitialComposition::Manager< dim >::get_active_initial_composition_conditions () const
- Use Plugins::ManagerBase::get_active_plugins() instead.
- Member aspect::InitialComposition::Manager< dim >::get_active_initial_composition_names () const
- Use Plugins::ManagerBase::get_active_plugin_names() instead.
- Member aspect::InitialComposition::Manager< dim >::get_matching_initial_composition_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::InitialComposition::Manager< dim >::has_matching_initial_composition_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::InitialTemperature::Manager< dim >::get_active_initial_temperature_conditions () const
- Use Plugins::ManagerBase::get_active_plugins() instead.
- Member aspect::InitialTemperature::Manager< dim >::get_active_initial_temperature_names () const
- Use Plugins::ManagerBase::get_active_plugin_names() instead.
- Member aspect::InitialTemperature::Manager< dim >::get_matching_initial_temperature_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::InitialTemperature::Manager< dim >::has_matching_initial_temperature_model () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::MaterialModel::Rheology::StrainDependent< dim >::compute_strain_weakening_factors (const unsigned int j, const std::vector< double > &composition) const
- : Deprecated version of the function of the same name described above.
- Member aspect::MeshRefinement::Manager< dim >::get_matching_mesh_refinement_strategy () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::MeshRefinement::Manager< dim >::has_matching_mesh_refinement_strategy () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::Particle::Generator::Interface< dim >::generate_particle (const Point< dim > &position, const types::particle_index id) const
- : This function uses an old return type and is deprecated. Use the insert_particle_at_position() function below instead.
- Member aspect::Particle::Property::Interface< dim >::get_needed_update_flags () const
- This function is deprecated. Use the above version of get_update_flags() instead.
- Member aspect::Particle::Property::Interface< dim >::update_particle_property (const unsigned int data_position, const Vector< double > &solution, const std::vector< Tensor< 1, dim >> &gradients, typename ParticleHandler< dim >::particle_iterator &particle) const
- This version of the function is deprecated. Use update_particle_properties() instead, which allows to update all particles of a cell in one function call.
- Member aspect::Particle::Property::Manager< dim >::get_matching_property () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::Particle::Property::Manager< dim >::has_matching_property () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::Particle::World
- : This class is deprecated and will be removed in the future. Please use the Particle::Manager class instead.
- Member aspect::Postprocess::Manager< dim >::get_matching_postprocessor () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::Postprocess::Manager< dim >::has_matching_postprocessor () const
- Instead of this function, use the Plugins::ManagerBase::has_matching_active_plugin() and Plugins::ManagerBase::get_matching_active_plugin() functions of the base class of the current class.
- Member aspect::Utilities::parse_map_to_double_array (const std::string &key_value_map, const std::vector< std::string > &list_of_keys, const bool expects_background_field, const std::string &property_name, const bool allow_multiple_values_per_key=false, const std::unique_ptr< std::vector< unsigned int >> &n_values_per_key=nullptr, const bool allow_missing_keys=false)
- : This function is deprecated in favor of the more general Utilities::MapParsing::parse_map_to_double_array() function. Please use the other function instead.