Merge_MED#
#include <Merge_MED.h>
Class Merge_MED Merge several MED files written by several procs into a single field object with a proper underlying mesh (no duplicate nodes)
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:`Merge\_MED <class-merge-med>`
[Merge\_MED](#class-merge-med)
Detailed description#
Usage in data file : Merge_MED [NOM_DU_CAS||med_files_base_name] [all_times||last_time]
Inherits from#
public : Interprete
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
List of Private Methods#
Complete Member Function Documentation#
duplique#
int Merge_MED::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 Merge_MED::duplique() const override <merge-med-public-int-merge-med-duplique-const-override>`
[int Merge_MED::duplique() const override](#merge-med-public-int-merge-med-duplique-const-override)
get_info#
const Type_info * Merge_MED::get_info() const override
Donne des informations sur le type de l’ Objet_U .
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 Type_info * Merge_MED::get_info() const override <merge-med-public-const-type-info-ptr-merge-med-get-info-const-override>`
[const Type_info * Merge_MED::get_info() const override](#merge-med-public-const-type-info-ptr-merge-med-get-info-const-override)
interpreter#
Entree & Merge_MED::interpreter(Entree &) 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:`Entree & Merge_MED::interpreter(Entree &) override <merge-med-public-entree-ref-merge-med-interpreter-entree-ref-override>`
[Entree & Merge_MED::interpreter(Entree &) override](#merge-med-public-entree-ref-merge-med-interpreter-entree-ref-override)
Merge_MED#
Merge_MED::Merge_MED()
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:`Merge_MED::Merge_MED() <merge-med-public-merge-med-merge-med>`
[Merge_MED::Merge_MED()](#merge-med-public-merge-med-merge-med)
taille_memoire#
unsigned Merge_MED::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 Merge_MED::taille_memoire() const override <merge-med-public-unsigned-merge-med-taille-memoire-const-override>`
[unsigned Merge_MED::taille_memoire() const override](#merge-med-public-unsigned-merge-med-taille-memoire-const-override)
~Merge_MED#
Merge_MED::~Merge_MED()
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:`Merge_MED::~Merge_MED() <merge-med-public-merge-med-dtor-merge-med>`
[Merge_MED::~Merge_MED()](#merge-med-public-merge-med-dtor-merge-med)
cree_instance#
Objet_U * Merge_MED::cree_instance()
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:`Objet_U * Merge_MED::cree_instance() <merge-med-public-static-objet-u-ptr-merge-med-cree-instance>`
[Objet_U * Merge_MED::cree_instance()](#merge-med-public-static-objet-u-ptr-merge-med-cree-instance)
info#
const Type_info * Merge_MED::info()
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:`const Type_info * Merge_MED::info() <merge-med-public-static-const-type-info-ptr-merge-med-info>`
[const Type_info * Merge_MED::info()](#merge-med-public-static-const-type-info-ptr-merge-med-info)
self_cast#
const Merge_MED & Merge_MED::self_cast(const Objet_U &)
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:`const Merge_MED & Merge_MED::self_cast(const Objet_U &) <merge-med-public-static-const-merge-med-ref-merge-med-self-cast-const-objet-u-ref>`
[const Merge_MED & Merge_MED::self_cast(const Objet_U &)](#merge-med-public-static-const-merge-med-ref-merge-med-self-cast-const-objet-u-ref)
self_cast#
Merge_MED & Merge_MED::self_cast(Objet_U &)
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:`Merge_MED & Merge_MED::self_cast(Objet_U &) <merge-med-public-static-merge-med-ref-merge-med-self-cast-objet-u-ref>`
[Merge_MED & Merge_MED::self_cast(Objet_U &)](#merge-med-public-static-merge-med-ref-merge-med-self-cast-objet-u-ref)
printOn#
Sortie & Merge_MED::printOn(Sortie &x) 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 & Merge_MED::printOn(Sortie &x) const override <merge-med-protected-sortie-ref-merge-med-printon-sortie-ref-x-const-override>`
[Sortie & Merge_MED::printOn(Sortie &x) const override](#merge-med-protected-sortie-ref-merge-med-printon-sortie-ref-x-const-override)
readOn#
Entree & Merge_MED::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Merge_MED::readOn(Entree &) override <merge-med-protected-entree-ref-merge-med-readon-entree-ref-override>`
[Entree & Merge_MED::readOn(Entree &) override](#merge-med-protected-entree-ref-merge-med-readon-entree-ref-override)
mergeFields#
void Merge_MED::mergeFields(const std::vector< std::string > &field_names, const std::vector< std::string > &meshes_names, const std::vector< std::string > &listmed, const std::vector< std::pair< std::pair< True_int, True_int >, double > > &lst_dt, const int mesh_numb, const int iter_numb, Nom out_file, bool &first_time, const bool isCell) 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 Merge_MED::mergeFields(const std::vector< std::string > &field_names, const std::vector< std::string > &meshes_names, const std::vector< std::string > &listmed, const std::vector< std::pair< std::pair< True_int, True_int >, double > > &lst_dt, const int mesh_numb, const int iter_numb, Nom out_file, bool &first_time, const bool isCell) const <merge-med-private-void-merge-med-mergefields-const-std-vector-std-string-ref-field-names-const-std-vector-std-string-ref-meshes-names-const-std-vector-std-string-ref-listmed-const-std-vector-std-pair-std-pair-true-int-true-int-double-ref-lst-dt-const-int-mesh-numb-const-int-iter-numb-nom-out-file-bool-ref-first-time-const-bool-iscell-const>`
[void Merge_MED::mergeFields(const std::vector< std::string > &field_names, const std::vector< std::string > &meshes_names, const std::vector< std::string > &listmed, const std::vector< std::pair< std::pair< True_int, True_int >, double > > &lst_dt, const int mesh_numb, const int iter_numb, Nom out_file, bool &first_time, const bool isCell) const](#merge-med-private-void-merge-med-mergefields-const-std-vector-std-string-ref-field-names-const-std-vector-std-string-ref-meshes-names-const-std-vector-std-string-ref-listmed-const-std-vector-std-pair-std-pair-true-int-true-int-double-ref-lst-dt-const-int-mesh-numb-const-int-iter-numb-nom-out-file-bool-ref-first-time-const-bool-iscell-const)
Attributes Documentation#
const Type_info Merge_MED::info_obj