champ_fonc_tabule_morceaux
Synonyms: champ_tabule_morceaux
Inherits from: champ_don_base
Field defined by tabulated data in each sub-domaine. It makes possible the definition of a field which is a function of other fields.
Parameters:
- domain_name (type: string) Name of the domain.
- nb_comp (type: int) Number of field components.
- data (type: bloc_lecture) { Defaut val_def sous_domaine_1 val_1 ... sous_domaine_i val_i } By default, the value val_def is assigned to the field. It takes the sous_domaine_i identifier Sous_Domaine (sub_area) type object function, val_i. Sous_Domaine (sub_area) type objects must have been previously defined if the operator wishes to use a champ_fonc_tabule_morceaux type object.
champ_fonc_tabule_morceaux_interp
Inherits from: champ_fonc_tabule_morceaux
Field defined by tabulated data in each sub-domaine. It makes possible the definition of a field which is a function of other fields. Here we use MEDCoupling to interpolate fields between the two domains.
Parameters:
- problem_name (type: string) Name of the problem.
- nb_comp (type: int) Number of field components.
- data (type: bloc_lecture) { Defaut val_def sous_domaine_1 val_1 ... sous_domaine_i val_i } By default, the value val_def is assigned to the field. It takes the sous_domaine_i identifier Sous_Domaine (sub_area) type object function, val_i. Sous_Domaine (sub_area) type objects must have been previously defined if the operator wishes to use a champ_fonc_tabule_morceaux type object.