TRUSTVect#
#include <TRUSTVect.h>
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUSTVect <class-template-trustvect>`
[TRUSTVect](#class-template-trustvect)
Detailed description#
Inherits from#
public : TRUSTArray
<_TYPE_, _SIZE_>
Inherited by#
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Protected Methods#
List of Public Methods#
Complete Member Function Documentation#
copy_#
void TRUSTVect<_TYPE_, _SIZE_>::copy_(const TRUSTVect &v, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::copy_(const TRUSTVect &v, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-protected-void-trustvect-type-size-copy-underscore-const-trustvect-ref-v-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::copy_(const TRUSTVect &v, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-protected-void-trustvect-type-size-copy-underscore-const-trustvect-ref-v-resize-options-opt-equal-resize-options-copy-init)
duplique#
int TRUSTVect<_TYPE_, _SIZE_>::duplique() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int TRUSTVect<_TYPE_, _SIZE_>::duplique() const override <trustvect-protected-int-trustvect-type-size-duplique-const-override>`
[int TRUSTVect<_TYPE_, _SIZE_>::duplique() const override](#trustvect-protected-int-trustvect-type-size-duplique-const-override)
printOn#
Sortie & TRUSTVect<_TYPE_, _SIZE_>::printOn(Sortie &os) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & TRUSTVect<_TYPE_, _SIZE_>::printOn(Sortie &os) const override <trustvect-protected-sortie-ref-trustvect-type-size-printon-sortie-ref-os-const-override>`
[Sortie & TRUSTVect<_TYPE_, _SIZE_>::printOn(Sortie &os) const override](#trustvect-protected-sortie-ref-trustvect-type-size-printon-sortie-ref-os-const-override)
readOn#
Entree & TRUSTVect<_TYPE_, _SIZE_>::readOn(Entree &is) override
Lecture d’un vecteur sequentiel (comme un ArrOfDouble) Attention: appel invalide si le vecteur a un MD_Vector non nul.
Detailed description
(pour les vecteurs paralleles, utiliser une methode de sauvegarde/reprise)
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & TRUSTVect<_TYPE_, _SIZE_>::readOn(Entree &is) override <trustvect-protected-entree-ref-trustvect-type-size-readon-entree-ref-is-override>`
[Entree & TRUSTVect<_TYPE_, _SIZE_>::readOn(Entree &is) override](#trustvect-protected-entree-ref-trustvect-type-size-readon-entree-ref-is-override)
resize_vect_#
void TRUSTVect<_TYPE_, _SIZE_>::resize_vect_(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::resize_vect_(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-protected-void-trustvect-type-size-resize-vect-underscore-size-n-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::resize_vect_(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-protected-void-trustvect-type-size-resize-vect-underscore-size-n-resize-options-opt-equal-resize-options-copy-init)
set_line_size_#
void TRUSTVect<_TYPE_, _SIZE_>::set_line_size_(int n)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::set_line_size_(int n) <trustvect-protected-void-trustvect-type-size-set-line-size-underscore-int-n>`
[void TRUSTVect<_TYPE_, _SIZE_>::set_line_size_(int n)](#trustvect-protected-void-trustvect-type-size-set-line-size-underscore-int-n)
taille_memoire#
unsigned TRUSTVect<_TYPE_, _SIZE_>::taille_memoire() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`unsigned TRUSTVect<_TYPE_, _SIZE_>::taille_memoire() const override <trustvect-protected-unsigned-trustvect-type-size-taille-memoire-const-override>`
[unsigned TRUSTVect<_TYPE_, _SIZE_>::taille_memoire() const override](#trustvect-protected-unsigned-trustvect-type-size-taille-memoire-const-override)
abs#
void TRUSTVect<_TYPE_, _SIZE_>::abs(Mp_vect_options opt=VECT_ALL_ITEMS)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::abs(Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-abs-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::abs(Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-abs-mp-vect-options-opt-equal-vect-all-items)
ajoute#
void TRUSTVect<_TYPE_, _SIZE_>::ajoute(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items)
ajoute_carre#
void TRUSTVect<_TYPE_, _SIZE_>::ajoute_carre(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute_carre(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-carre-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute_carre(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-carre-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items)
ajoute_produit_scalaire#
void TRUSTVect<_TYPE_, _SIZE_>::ajoute_produit_scalaire(_SCALAR_TYPE_ alpha, const TRUSTVect &x, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute_produit_scalaire(_SCALAR_TYPE_ alpha, const TRUSTVect &x, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-produit-scalaire-scalar-type-alpha-const-trustvect-ref-x-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute_produit_scalaire(_SCALAR_TYPE_ alpha, const TRUSTVect &x, const TRUSTVect &y, Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-produit-scalaire-scalar-type-alpha-const-trustvect-ref-x-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-all-items)
ajoute_sans_ech_esp_virt#
void TRUSTVect<_TYPE_, _SIZE_>::ajoute_sans_ech_esp_virt(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_REAL_ITEMS)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ajoute_sans_ech_esp_virt(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_REAL_ITEMS) <trustvect-public-void-trustvect-type-size-ajoute-sans-ech-esp-virt-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-real-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::ajoute_sans_ech_esp_virt(_SCALAR_TYPE_ alpha, const TRUSTVect &y, Mp_vect_options opt=VECT_REAL_ITEMS)](#trustvect-public-void-trustvect-type-size-ajoute-sans-ech-esp-virt-scalar-type-alpha-const-trustvect-ref-y-mp-vect-options-opt-equal-vect-real-items)
carre#
void TRUSTVect<_TYPE_, _SIZE_>::carre(Mp_vect_options opt=VECT_ALL_ITEMS)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::carre(Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-carre-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::carre(Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-carre-mp-vect-options-opt-equal-vect-all-items)
copy#
void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTArray< _TYPE_, _SIZE_ > &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTArray< _TYPE_, _SIZE_ > &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-public-void-trustvect-type-size-copy-const-trustarray-type-size-ref-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTArray< _TYPE_, _SIZE_ > &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-public-void-trustvect-type-size-copy-const-trustarray-type-size-ref-resize-options-opt-equal-resize-options-copy-init)
copy#
void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTVect &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTVect &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-public-void-trustvect-type-size-copy-const-trustvect-ref-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::copy(const TRUSTVect &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-public-void-trustvect-type-size-copy-const-trustvect-ref-resize-options-opt-equal-resize-options-copy-init)
detach_vect#
virtual void TRUSTVect<_TYPE_, _SIZE_>::detach_vect()
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::detach_vect() <trustvect-public-virtual-void-trustvect-type-size-detach-vect>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::detach_vect()](#trustvect-public-virtual-void-trustvect-type-size-detach-vect)
echange_espace_virtuel#
virtual void TRUSTVect<_TYPE_, _SIZE_>::echange_espace_virtuel()
Detailed description
Referenced By
Operateur_Conv_sensibility_VEF::ajouter_Lsensibility_state_Amont
Operateur_Conv_sensibility_VEF::ajouter_Lstate_sensibility_Amont
Navier_Stokes_Fluide_Dilatable_Proto::assembler_blocs_avec_inertie
Modele_Jones_Launder_VDF::calcul_derivees_premieres_croisees
Transport_Interfaces_FT_Disc::calcul_effort_fluide_interface
Modele_Shih_Zhu_Lumley_VEF::Calcul_Tenseurs_S_et_R_elem_Paroi
Topologie_Maillage_FT::calculer_composantes_connexes_pour_suppression
Transport_Interfaces_FT_Disc::calculer_distance_interface_faces
Transport_Interfaces_FT_Disc::calculer_distance_interface_sommets
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_filter_field
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_filter_tensor
Transport_Marqueur_FT::calculer_proprietes_fluide_pos_particules
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_Sij_vel_filt
Champ_front_contact_rayo_semi_transp_VEF::calculer_temperature_bord
Calcul_Production_K_VDF::calculer_terme_production_K_BiK_Axi
Source_PDF_EF::calculer_vitesse_imposee_power_law_tbl_u_star
Convection_Diffusion_Temperature_FT_Disc::compute_divergence_free_velocity_extension
Convection_Diffusion_Temperature_FT_Disc::derivee_en_temps_inco
Convection_Diffusion_Fluide_Dilatable_Proto::derivee_en_temps_inco_sans_solveur_masse_impl
Schema_Explicite_Multi_TimeStep_base::faire_un_pas_de_temps_eqn_base
Post_Processing_Hydrodynamic_Forces_Stokes::fill_Stokes_pressure_field
Post_Processing_Hydrodynamic_Forces_Stokes::fill_Stokes_velocity_field
Champ_Generique_Interpolation::get_champ_with_calculer_champ_post
Modele_turbulence_scal_Fluctuation_Temperature_W::mettre_a_jour
Modele_turbulence_scal_Fluctuation_Temperature_W_Bas_Re::mettre_a_jour
Convection_Diffusion_Concentration_FT_Disc::mettre_a_jour_chimie
Convection_Diffusion_Concentration_Turbulent_FT_Disc::mettre_a_jour_chimie
Convection_Diffusion_Temperature::mise_en_place_domaine_fantome
Transport_Interfaces_FT_Disc::modifier_vpoint_pour_imposer_vit
Modele_turbulence_scal_Fluctuation_Temperature_W::preparer_calcul
Modele_turbulence_scal_Fluctuation_Temperature_W_Bas_Re::preparer_calcul
Convection_Diffusion_Concentration_FT_Disc::ramasse_miette_simple
Convection_Diffusion_Concentration_Turbulent_FT_Disc::ramasse_miette_simple
Iterateur_Source_VEF_Face<_TYPE_>::remplir_volumes_cl_dirichlet
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::stabilise_moyenne_6_points
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::stabilise_moyenne_plans_paralleles
Modele_turbulence_scal_LES_dyn_VDF::stabilise_moyenne_plans_paralleles
Convection_Diffusion_Temperature_FT_Disc::suppression_interfaces
Remailleur_Collision_FT_Thomas::traite_RuptureCoalescenceInterfaces_Conservatif
Remailleur_Collision_FT_Thomas::transport_volume_perdu_sur_element
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::echange_espace_virtuel() <trustvect-public-virtual-void-trustvect-type-size-echange-espace-virtuel>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::echange_espace_virtuel()](#trustvect-public-virtual-void-trustvect-type-size-echange-espace-virtuel)
ecrit#
virtual void TRUSTVect<_TYPE_, _SIZE_>::ecrit(Sortie &) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::ecrit(Sortie &) const <trustvect-public-virtual-void-trustvect-type-size-ecrit-sortie-ref-const>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::ecrit(Sortie &) const](#trustvect-public-virtual-void-trustvect-type-size-ecrit-sortie-ref-const)
from_tid_to_int#
void TRUSTVect<_TYPE_, _SIZE_>::from_tid_to_int(TRUSTVect< int, int > &out) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::from_tid_to_int(TRUSTVect< int, int > &out) const <trustvect-public-void-trustvect-type-size-from-tid-to-int-trustvect-int-int-ref-out-const>`
[void TRUSTVect<_TYPE_, _SIZE_>::from_tid_to_int(TRUSTVect< int, int > &out) const](#trustvect-public-void-trustvect-type-size-from-tid-to-int-trustvect-int-int-ref-out-const)
get_md_vector#
virtual const MD_Vector & TRUSTVect<_TYPE_, _SIZE_>::get_md_vector() const
Detailed description
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual const MD_Vector & TRUSTVect<_TYPE_, _SIZE_>::get_md_vector() const <trustvect-public-virtual-const-md-vector-ref-trustvect-type-size-get-md-vector-const>`
[virtual const MD_Vector & TRUSTVect<_TYPE_, _SIZE_>::get_md_vector() const](#trustvect-public-virtual-const-md-vector-ref-trustvect-type-size-get-md-vector-const)
get_span#
const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() const override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() const override <trustvect-public-const-span-trustvect-type-size-get-span-const-override>`
[const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() const override](#trustvect-public-const-span-trustvect-type-size-get-span-const-override)
get_span#
Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() override
Detailed description
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() override <trustvect-public-span-trustvect-type-size-get-span-override>`
[Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span() override](#trustvect-public-span-trustvect-type-size-get-span-override)
get_span_tot#
const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() const override <trustvect-public-const-span-trustvect-type-size-get-span-tot-const-override>`
[const Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() const override](#trustvect-public-const-span-trustvect-type-size-get-span-tot-const-override)
get_span_tot#
Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() override
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() override <trustvect-public-span-trustvect-type-size-get-span-tot-override>`
[Span_ TRUSTVect<_TYPE_, _SIZE_>::get_span_tot() override](#trustvect-public-span-trustvect-type-size-get-span-tot-override)
jump#
virtual void TRUSTVect<_TYPE_, _SIZE_>::jump(Entree &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::jump(Entree &) <trustvect-public-virtual-void-trustvect-type-size-jump-entree-ref>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::jump(Entree &)](#trustvect-public-virtual-void-trustvect-type-size-jump-entree-ref)
line_size#
int TRUSTVect<_TYPE_, _SIZE_>::line_size() const
Detailed description
Referenced By
Diffusion_croisee_echelle_temp_taux_diss_turb_PolyMAC_P0::ajouter_blocs
Production_echelle_temp_taux_diss_turb_PolyMAC_P0::ajouter_blocs
Source_Dissipation_echelle_temp_taux_diss_turb::ajouter_blocs
Diffusion_croisee_echelle_temp_taux_diss_turb_VDF::ajouter_blocs
Terme_Source_Decroissance_Radioactive_Elem_PolyMAC::ajouter_blocs
Transport_Interfaces_FT_Disc::ajouter_contribution_saut_vitesse
Navier_Stokes_Fluide_Dilatable_Proto::assembler_avec_inertie_impl
Navier_Stokes_Fluide_Dilatable_Proto::assembler_blocs_avec_inertie
Op_Evanescence_Homogene_PolyMAC_P0_Face::calc_grad_alpha_elem
Op_Evanescence_Homogene_PolyMAC_P0_Face::calc_grad_alpha_faces
Transport_Interfaces_FT_Disc::calcul_effort_fluide_interface
Transport_Interfaces_FT_Disc::calculer_distance_interface_faces
Transport_Interfaces_FT_Disc::calculer_distance_interface_sommets
Transport_Interfaces_FT_Disc::calculer_vmoy_composantes_connexes
Terme_Source_Decroissance_Radioactive_VEF_Face::contribuer_a_avec
Diffusion_supplementaire_echelle_temp_turb_PolyMAC_P0::dimensionner_blocs
Source_Diffusion_supplementaire_echelle_temp_turb::dimensionner_blocs
Source_Production_echelle_temp_taux_diss_turb::dimensionner_blocs
Perte_Charge_Singuliere_PolyMAC_P0P1NC_Face::dimensionner_blocs
Terme_Source_Decroissance_Radioactive_Elem_PolyMAC::dimensionner_blocs
Op_Evanescence_Homogene_PolyMAC_P0_Face::dimensionner_blocs_aux
Diffusion_croisee_echelle_temp_taux_diss_turb_VDF::face_to_elem
Diffusion_supplementaire_echelle_temp_turb_VDF::face_to_elem
Op_VEF_Face::modifier_matrice_pour_periodique_apres_contribuer
Transport_Interfaces_FT_Disc::modifier_vpoint_pour_imposer_vit
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int TRUSTVect<_TYPE_, _SIZE_>::line_size() const <trustvect-public-int-trustvect-type-size-line-size-const>`
[int TRUSTVect<_TYPE_, _SIZE_>::line_size() const](#trustvect-public-int-trustvect-type-size-line-size-const)
lit#
virtual void TRUSTVect<_TYPE_, _SIZE_>::lit(Entree &, bool resize_and_read=1)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::lit(Entree &, bool resize_and_read=1) <trustvect-public-virtual-void-trustvect-type-size-lit-entree-ref-bool-resize-and-read-equal-1>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::lit(Entree &, bool resize_and_read=1)](#trustvect-public-virtual-void-trustvect-type-size-lit-entree-ref-bool-resize-and-read-equal-1)
local_max_abs_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)
local_max_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-max-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-max-vect-mp-vect-options-opt-equal-vect-real-items-const)
local_min_abs_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)
local_min_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-local-min-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::local_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-local-min-vect-mp-vect-options-opt-equal-vect-real-items-const)
mp_max_abs_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-max-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)
mp_max_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-max-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_max_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-max-vect-mp-vect-options-opt-equal-vect-real-items-const)
mp_min_abs_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_abs_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-min-abs-vect-mp-vect-options-opt-equal-vect-real-items-const)
mp_min_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const <trustvect-public-type-trustvect-type-size-mp-min-vect-mp-vect-options-opt-equal-vect-real-items-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_min_vect(Mp_vect_options opt=VECT_REAL_ITEMS) const](#trustvect-public-type-trustvect-type-size-mp-min-vect-mp-vect-options-opt-equal-vect-real-items-const)
mp_norme_vect#
_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_norme_vect() const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_norme_vect() const <trustvect-public-type-trustvect-type-size-mp-norme-vect-const>`
[_TYPE_ TRUSTVect<_TYPE_, _SIZE_>::mp_norme_vect() const](#trustvect-public-type-trustvect-type-size-mp-norme-vect-const)
operator* =#
void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const _TYPE_ x)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-type-x)
operator* =#
void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const TRUSTVect &v)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const TRUSTVect &v) <trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-trustvect-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator*=(const TRUSTVect &v)](#trustvect-public-void-trustvect-type-size-operator-ptr-equal-const-trustvect-ref-v)
operator + =#
void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const _TYPE_ x)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator+-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator+-equal-const-type-x)
operator + =#
void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const TRUSTVect &v)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const TRUSTVect &v) <trustvect-public-void-trustvect-type-size-operator+-equal-const-trustvect-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator+=(const TRUSTVect &v)](#trustvect-public-void-trustvect-type-size-operator+-equal-const-trustvect-ref-v)
operator - =#
void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const _TYPE_ x)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator-equal-const-type-x)
operator - =#
void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const TRUSTVect &v)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const TRUSTVect &v) <trustvect-public-void-trustvect-type-size-operator-equal-const-trustvect-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator-=(const TRUSTVect &v)](#trustvect-public-void-trustvect-type-size-operator-equal-const-trustvect-ref-v)
operator/ =#
void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const _TYPE_ x)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const _TYPE_ x) <trustvect-public-void-trustvect-type-size-operator/-equal-const-type-x>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const _TYPE_ x)](#trustvect-public-void-trustvect-type-size-operator/-equal-const-type-x)
operator/ =#
void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const TRUSTVect< _T_, _SIZE_ > &v)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const TRUSTVect< _T_, _SIZE_ > &v) <trustvect-public-void-trustvect-type-size-operator/-equal-const-trustvect-t-size-ref-v>`
[void TRUSTVect<_TYPE_, _SIZE_>::operator/=(const TRUSTVect< _T_, _SIZE_ > &v)](#trustvect-public-void-trustvect-type-size-operator/-equal-const-trustvect-t-size-ref-v)
operator =#
TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(_TYPE_)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(_TYPE_) <trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-type>`
[TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(_TYPE_)](#trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-type)
operator =#
TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(const TRUSTVect &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(const TRUSTVect &) <trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-const-trustvect-ref>`
[TRUSTVect & TRUSTVect<_TYPE_, _SIZE_>::operator=(const TRUSTVect &)](#trustvect-public-trustvect-ref-trustvect-type-size-operator-equal-const-trustvect-ref)
racine_carree#
void TRUSTVect<_TYPE_, _SIZE_>::racine_carree(Mp_vect_options opt=VECT_ALL_ITEMS)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::racine_carree(Mp_vect_options opt=VECT_ALL_ITEMS) <trustvect-public-void-trustvect-type-size-racine-carree-mp-vect-options-opt-equal-vect-all-items>`
[void TRUSTVect<_TYPE_, _SIZE_>::racine_carree(Mp_vect_options opt=VECT_ALL_ITEMS)](#trustvect-public-void-trustvect-type-size-racine-carree-mp-vect-options-opt-equal-vect-all-items)
ref#
virtual void TRUSTVect<_TYPE_, _SIZE_>::ref(const TRUSTVect &)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::ref(const TRUSTVect &) <trustvect-public-virtual-void-trustvect-type-size-ref-const-trustvect-ref>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::ref(const TRUSTVect &)](#trustvect-public-virtual-void-trustvect-type-size-ref-const-trustvect-ref)
ref_array#
void TRUSTVect<_TYPE_, _SIZE_>::ref_array(TRUSTArray< _TYPE_, _SIZE_ > &, _SIZE_ start=0, _SIZE_ sz=-1) override
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ref_array(TRUSTArray< _TYPE_, _SIZE_ > &, _SIZE_ start=0, _SIZE_ sz=-1) override <trustvect-public-void-trustvect-type-size-ref-array-trustarray-type-size-ref-size-start-equal-0-size-sz-equal-1-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_array(TRUSTArray< _TYPE_, _SIZE_ > &, _SIZE_ start=0, _SIZE_ sz=-1) override](#trustvect-public-void-trustvect-type-size-ref-array-trustarray-type-size-ref-size-start-equal-0-size-sz-equal-1-override)
ref_as_big#
void TRUSTVect<_TYPE_, _SIZE_>::ref_as_big(TRUSTVect< _TYPE_, trustIdType > &out) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ref_as_big(TRUSTVect< _TYPE_, trustIdType > &out) const <trustvect-public-void-trustvect-type-size-ref-as-big-trustvect-type-trustidtype-ref-out-const>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_as_big(TRUSTVect< _TYPE_, trustIdType > &out) const](#trustvect-public-void-trustvect-type-size-ref-as-big-trustvect-type-trustidtype-ref-out-const)
ref_as_small#
void TRUSTVect<_TYPE_, _SIZE_>::ref_as_small(TRUSTVect< _TYPE_, int > &out) const
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ref_as_small(TRUSTVect< _TYPE_, int > &out) const <trustvect-public-void-trustvect-type-size-ref-as-small-trustvect-type-int-ref-out-const>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_as_small(TRUSTVect< _TYPE_, int > &out) const](#trustvect-public-void-trustvect-type-size-ref-as-small-trustvect-type-int-ref-out-const)
ref_data#
void TRUSTVect<_TYPE_, _SIZE_>::ref_data(_TYPE_ *ptr, _SIZE_ new_size) override
Detailed description
Construction de tableaux qui pointent vers des donnees existantes !!! Utiliser ref_data avec precaution
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::ref_data(_TYPE_ *ptr, _SIZE_ new_size) override <trustvect-public-void-trustvect-type-size-ref-data-type-ptr-ptr-size-new-size-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::ref_data(_TYPE_ *ptr, _SIZE_ new_size) override](#trustvect-public-void-trustvect-type-size-ref-data-type-ptr-ptr-size-new-size-override)
reset#
void TRUSTVect<_TYPE_, _SIZE_>::reset() override
met l’objet dans l’etat obtenu par le constructeur par defaut.
Detailed description
Reimplements:
References
Referenced By
Corrige_flux_FT_temperature_subresolution::check_pure_fluxes_duplicates
Corrige_flux_FT_temperature_subresolution::compute_thermal_fluxes_face_centre
Corrige_flux_FT_temperature_subresolution::compute_thermal_fluxes_face_centre_discrete_integral
IJK_Thermal_Subresolution::reset_subresolution_distributed_vectors
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::reset() override <trustvect-public-void-trustvect-type-size-reset-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::reset() override](#trustvect-public-void-trustvect-type-size-reset-override)
resize#
void TRUSTVect<_TYPE_, _SIZE_>::resize(_SIZE_, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)
Detailed description
Referenced By
IJK_One_Dimensional_Subproblem::approximate_partial_temperature_time_increment
IJK_One_Dimensional_Subproblem::approximate_temperature_material_derivatives
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calcul_tableaux_correspondance
Modele_turbulence_scal_LES_dyn_VDF::calcul_tableaux_correspondance
Modele_turbulence_scal_LES_dyn_VDF::calculer_diffusivite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VEF::calculer_f_amortissement
Modele_turbulence_hyd_LES_VDF_base::calculer_longueurs_caracteristiques
Modele_turbulence_hyd_LES_VEF_base::calculer_longueurs_caracteristiques
Transport_Marqueur_FT::calculer_proprietes_fluide_pos_particules
Modele_turbulence_hyd_LES_axi_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_DSGS_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_1elt_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Fst_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Smago_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Wale_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Smago_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VEF::calculer_viscosite_turbulente
Transport_Interfaces_FT_Disc::calculer_vitesse_transport_interpolee
IJK_One_Dimensional_Subproblems::complete_boundary_previous_values
IJK_One_Dimensional_Subproblem::complete_tangential_source_terms_for_post_processings
Corrige_flux_FT_temperature_subresolution::compute_ijk_pure_faces_indices
IJK_One_Dimensional_Subproblem::compute_local_discretisation
IJK_One_Dimensional_Subproblem::compute_local_pressure_gradient
IJK_One_Dimensional_Subproblem::compute_local_temperature_gradient_solution
IJK_One_Dimensional_Subproblem::compute_local_velocity_gradient
Corrige_flux_FT_temperature_subresolution::compute_thermal_fluxes_face_centre
Corrige_flux_FT_temperature_subresolution::compute_thermal_fluxes_face_centre_discrete_integral
Traitement_particulier_Solide_canal_VDF::init_calcul_moyenne
Terme_Source_Canal_RANS_LES_VDF_Face::init_calcul_moyenne_spat
IJK_One_Dimensional_Subproblem::initialise_empty_variables_for_post_processing
IJK_One_Dimensional_Subproblem::interpolate_indicator_on_probes
IJK_One_Dimensional_Subproblem_Geometry::interpolate_indicator_on_probes
IJK_One_Dimensional_Subproblem::interpolate_project_velocities_on_probes
IJK_One_Dimensional_Subproblem::interpolate_temperature_on_probe
Champ_front_contact_rayo_transp_VEF::mettre_a_jour_flux_radiatif
Traitement_particulier_NS_THI_VEF::preparer_calcul_particulier
Traitement_particulier_NS_canal::preparer_calcul_particulier
IJK_One_Dimensional_Subproblem::project_temperature_gradient_on_probes
Champ_Face_VDF_implementation::remplir_coord_noeuds_et_polys
IJK_Thermal_Subresolution::reset_subresolution_distributed_vectors
IJK_One_Dimensional_Subproblem::retrieve_previous_temperature_on_probe
IJK_One_Dimensional_Subproblem::retrieve_temperature_solution
Traitement_particulier_NS_canal::Traitement_particulier_NS_canal
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::resize(_SIZE_, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) <trustvect-public-void-trustvect-type-size-resize-size-resize-options-opt-equal-resize-options-copy-init>`
[void TRUSTVect<_TYPE_, _SIZE_>::resize(_SIZE_, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)](#trustvect-public-void-trustvect-type-size-resize-size-resize-options-opt-equal-resize-options-copy-init)
resize_tab#
void TRUSTVect<_TYPE_, _SIZE_>::resize_tab(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TRUSTVect<_TYPE_, _SIZE_>::resize_tab(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) override <trustvect-public-void-trustvect-type-size-resize-tab-size-n-resize-options-opt-equal-resize-options-copy-init-override>`
[void TRUSTVect<_TYPE_, _SIZE_>::resize_tab(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) override](#trustvect-public-void-trustvect-type-size-resize-tab-size-n-resize-options-opt-equal-resize-options-copy-init-override)
set_md_vector#
virtual void TRUSTVect<_TYPE_, _SIZE_>::set_md_vector(const MD_Vector &)
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual void TRUSTVect<_TYPE_, _SIZE_>::set_md_vector(const MD_Vector &) <trustvect-public-virtual-void-trustvect-type-size-set-md-vector-const-md-vector-ref>`
[virtual void TRUSTVect<_TYPE_, _SIZE_>::set_md_vector(const MD_Vector &)](#trustvect-public-virtual-void-trustvect-type-size-set-md-vector-const-md-vector-ref)
size#
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size() const
Detailed description
Referenced By
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::add_source_terms
Matrice_Dense::build_matrix_from_coefficients_column_by_column
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::build_with_unknown_pattern
Modele_turbulence_scal_Schmidt::calculer_diffusion_turbulente
Modele_turbulence_scal_Fluctuation_Temperature::calculer_diffusivite_turbulente
Modele_turbulence_scal_Fluctuation_Temperature_W::calculer_diffusivite_turbulente
Modele_turbulence_scal_Prandtl::calculer_diffusivite_turbulente
Modele_turbulence_scal_Fluctuation_Temperature_W_Bas_Re::calculer_diffusivite_turbulente
Modele_turbulence_hyd_LES_VDF::calculer_energie_cinetique_turb
Modele_turbulence_hyd_LES_base::calculer_energie_cinetique_turb
Transport_Interfaces_FT_Disc::calculer_integrale_indicatrice
Schema_Euler_Implicite_Stationnaire::calculer_pas_de_temps_local_pb
Modele_turbulence_hyd_LES_axi_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_DSGS_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_1elt_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Fst_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Smago_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Wale_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Smago_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_Wale_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VEF::calculer_viscosite_turbulente
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_K_Eps_2_Couches::calculer_viscosite_turbulente
Modele_turbulence_hyd_K_Eps_Bas_Reynolds::calculer_viscosite_turbulente
Modele_turbulence_hyd_K_Eps_Bicephale::calculer_viscosite_turbulente
Modele_turbulence_hyd_K_Eps_Realisable::calculer_viscosite_turbulente
Modele_turbulence_hyd_K_Eps_Realisable_Bicephale::calculer_viscosite_turbulente
Modele_turbulence_hyd_K_Omega::calculer_viscosite_turbulente
Corrige_flux_FT_temperature_subresolution::check_pure_fluxes_duplicates
Corrige_flux_FT_temperature_subresolution::compute_ijk_pure_faces_indices
IJK_One_Dimensional_Subproblem::compute_local_temperature_gradient_solution
Corrige_flux_FT_temperature_subresolution::compute_thermal_fluxes_face_centre_discrete_integral
IJK_One_Dimensional_Subproblem::correct_tangential_temperature_gradient
IJK_One_Dimensional_Subproblem::correct_tangential_temperature_hessian
Perte_Charge_Singuliere_PolyMAC_P0P1NC_Face::dimensionner_blocs
Traitement_particulier_NS_canal::ecriture_fichiers_moy_vitesse_rho_mu
Traitement_particulier_NS_canal::ecriture_fichiers_moy_vitesse_rho_mu_old
IJK_One_Dimensional_Subproblem::get_field_discrete_integral_velocity_weighting_at_point
IJK_One_Dimensional_Subproblem::get_max_temperature_domain_ends
IJK_One_Dimensional_Subproblem::get_min_temperature_domain_ends
Sortie_libre_Gradient_Pression_libre_VEFPreP1B::Grad_P_lib_VEFPreP1B
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::impose_boundary_conditions
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::impose_boundary_conditions_subproblem
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::modify_rhs_for_bc
Traitement_particulier_NS_canal::post_traitement_particulier
Traitement_particulier_NS_canal::preparer_calcul_particulier
IJK_One_Dimensional_Subproblem::project_basis_vector_onto_cartesian_dir
IJK_One_Dimensional_Subproblem::project_cartesian_onto_basis_vector
IJK_One_Dimensional_Subproblem::project_velocities_on_probes
Convection_Diffusion_Concentration_FT_Disc::ramasse_miette_simple
Convection_Diffusion_Concentration_Turbulent_FT_Disc::ramasse_miette_simple
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::reduce_solver_matrix
IJK_One_Dimensional_Subproblem::retrieve_temperature_solution
IJK_Finite_Difference_One_Dimensional_Matrix_Assembler::scale_matrix_by_vector
Convection_Diffusion_Temperature_FT_Disc::suppression_interfaces
Transport_Interfaces_FT_Disc::transfert_conservatif_eulerien_vers_lagrangien_sommets
Terme_Source_Canal_RANS_LES_VDF_Elem::~Terme_Source_Canal_RANS_LES_VDF_Elem
Terme_Source_Canal_RANS_LES_VDF_Face::~Terme_Source_Canal_RANS_LES_VDF_Face
Terme_Source_Canal_RANS_LES_VEF_Face::~Terme_Source_Canal_RANS_LES_VEF_Face
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size() const <trustvect-public-size-trustvect-type-size-size-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size() const](#trustvect-public-size-trustvect-type-size-size-const)
size_reelle#
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle() const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle() const <trustvect-public-size-trustvect-type-size-size-reelle-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle() const](#trustvect-public-size-trustvect-type-size-size-reelle-const)
size_reelle_ok#
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_ok() const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_ok() const <trustvect-public-size-trustvect-type-size-size-reelle-ok-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_ok() const](#trustvect-public-size-trustvect-type-size-size-reelle-ok-const)
size_totale#
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_totale() const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_totale() const <trustvect-public-size-trustvect-type-size-size-totale-const>`
[_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_totale() const](#trustvect-public-size-trustvect-type-size-size-totale-const)
TRUSTVect#
TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect() <trustvect-public-trustvect-type-size-trustvect>`
[TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect()](#trustvect-public-trustvect-type-size-trustvect)
TRUSTVect#
TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(_SIZE_ n)
construction d’un vecteur de taille n.
Detailed description
Les elements du vecteur sont initialises a zero par defaut. Pour ne pas initialiser les valeurs, utiliser ceci: DoubleVect toto; toto.resize(n, RESIZE_OPTIONS::NOCOPY_NOINIT);
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(_SIZE_ n) <trustvect-public-trustvect-type-size-trustvect-size-n>`
[TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(_SIZE_ n)](#trustvect-public-trustvect-type-size-trustvect-size-n)
TRUSTVect#
TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(const TRUSTVect &v)
Constructeur par copie.
Detailed description
Il s’agit d’un “deep copy” voir ArrOfDouble::ArrOfDouble(const ArrOfDouble &) Remarque: il n’y a pas de constructeur par copie a partir de ArrOfDouble Ceci est volontaire, sinon on risque de grosses pertes de performances par creation implicite d’objets, difficile a trouver. (exemple: appel d’une methode toto(const IntVect &) avec un ArrOfInt produit une copie du tableau !) Utiliser copy() pour copier un ArrOfDouble dans un DoubleVect
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(const TRUSTVect &v) <trustvect-public-trustvect-type-size-trustvect-const-trustvect-ref-v>`
[TRUSTVect<_TYPE_, _SIZE_>::TRUSTVect(const TRUSTVect &v)](#trustvect-public-trustvect-type-size-trustvect-const-trustvect-ref-v)
~TRUSTVect#
virtual TRUSTVect<_TYPE_, _SIZE_>::~TRUSTVect()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`virtual TRUSTVect<_TYPE_, _SIZE_>::~TRUSTVect() <trustvect-public-virtual-trustvect-type-size-dtor-trustvect>`
[virtual TRUSTVect<_TYPE_, _SIZE_>::~TRUSTVect()](#trustvect-public-virtual-trustvect-type-size-dtor-trustvect)
Attributes Documentation#
int TRUSTVect<_TYPE_, _SIZE_>::line_size_
MD_Vector TRUSTVect<_TYPE_, _SIZE_>::md_vector_
_SIZE_ TRUSTVect<_TYPE_, _SIZE_>::size_reelle_
Friends#
friend class TRUSTVect