TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Debog Class Reference

#include <Debog.h>

Static Public Member Functions

static int active ()
 renvoie 1 si on est en mode Debog, 0 sinon
static void verifier (const char *const msg, double)
static void verifier (const char *const msg, int)
static void verifier (const char *const msg, const DoubleVect &)
static void verifier (const char *const msg, const IntVect &)
static void verifier_bord (const char *const msg, const DoubleVect &arr, int num_deb)
static void verifier (const char *const msg, const Champ_Inc_base &)
static void verifier_indices_items (const char *const msg, const MD_Vector &, const IntVect &)
 teste le contenu du vecteur v en supposant qu'il contient des indices d'items associes au descripteur md.
static void set_nom_pb_actuel (const Nom &nom)
static void verifier_getref (const char *const msg, double val, double &refval)
 like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
static void verifier_getref (const char *const msg, int val, int &refval)
 like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
static void verifier_getref (const char *const msg, const DoubleVect &val, DoubleVect &refval)
 like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
static void verifier_getref (const char *const msg, const IntVect &val, IntVect &refval)
 like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.
static void verifier_Mat_elems (const char *const msg, const Matrice_Base &la_matrice)
static void verifier_matrice (const char *const msg, const Matrice_Base &, const MD_Vector &md_lignes, const MD_Vector &md_colonnes)

Detailed Description

Definition at line 26 of file Debog.h.

Member Function Documentation

◆ active()

int Debog::active ( )
static

renvoie 1 si on est en mode Debog, 0 sinon

Definition at line 66 of file Debog.cpp.

◆ set_nom_pb_actuel()

void Debog::set_nom_pb_actuel ( const Nom & nom)
static

Definition at line 44 of file Debog.cpp.

◆ verifier() [1/5]

void Debog::verifier ( const char *const msg,
const Champ_Inc_base & x )
static

Definition at line 38 of file Debog.cpp.

◆ verifier() [2/5]

void Debog::verifier ( const char *const msg,
const DoubleVect & x )
static

Definition at line 89 of file Debog.cpp.

◆ verifier() [3/5]

void Debog::verifier ( const char *const msg,
const IntVect & x )
static

Definition at line 106 of file Debog.cpp.

◆ verifier() [4/5]

void Debog::verifier ( const char *const msg,
double x )
static

Definition at line 21 of file Debog.cpp.

◆ verifier() [5/5]

void Debog::verifier ( const char *const msg,
int x )
static

Definition at line 27 of file Debog.cpp.

◆ verifier_bord()

void Debog::verifier_bord ( const char *const msg,
const DoubleVect & arr,
int num_deb )
static

Definition at line 33 of file Debog.cpp.

◆ verifier_getref() [1/4]

void Debog::verifier_getref ( const char *const msg,
const DoubleVect & x,
DoubleVect & ref )
static

like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.

x and ref can point to the same object.

Definition at line 100 of file Debog.cpp.

◆ verifier_getref() [2/4]

void Debog::verifier_getref ( const char *const msg,
const IntVect & x,
IntVect & ref )
static

like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.

x and ref can point to the same object.

Definition at line 117 of file Debog.cpp.

◆ verifier_getref() [3/4]

void Debog::verifier_getref ( const char *const msg,
double val,
double & refval )
static

like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.

Definition at line 74 of file Debog.cpp.

◆ verifier_getref() [4/4]

void Debog::verifier_getref ( const char *const msg,
int val,
int & refval )
static

like verifier(), but, in "read&compare" mode, put the reference value found in the file in the ref variable.

Definition at line 83 of file Debog.cpp.

◆ verifier_indices_items()

void Debog::verifier_indices_items ( const char *const msg,
const MD_Vector & md,
const IntVect & v )
static

teste le contenu du vecteur v en supposant qu'il contient des indices d'items associes au descripteur md.

Exemple: face_keps_imposee_ Les valeurs negatives doivent etre identiques a la reference, les valeurs positives ou nulles sont interpretees comme un indice et doivent etre egale a l'indice de reference apres renumerotation.

Definition at line 58 of file Debog.cpp.

◆ verifier_Mat_elems()

void Debog::verifier_Mat_elems ( const char *const msg,
const Matrice_Base & la_matrice )
static

Definition at line 123 of file Debog.cpp.

◆ verifier_matrice()

void Debog::verifier_matrice ( const char *const msg,
const Matrice_Base & ,
const MD_Vector & md_lignes,
const MD_Vector & md_colonnes )
static

The documentation for this class was generated from the following files:
  • /home/docs/trust-code/src/Kernel/Framework/Debog.h
  • /home/docs/trust-code/src/Kernel/Framework/Debog.cpp