#include "MEDMEM_Exception.hxx"#include "MEDMEM_Mesh.hxx"#include "MEDMEM_Family.hxx"#include "MEDMEM_Group.hxx"#include "MEDMEM_MedMeshDriver.hxx"#include "MEDMEM_MedFieldDriver.hxx"#include "MEDMEM_Support.hxx"#include "MEDMEM_Field.hxx"#include "MEDMEM_define.hxx"#include <string>#include <iostream>#include <iomanip>#include <cmath>
Functions | |
| double | myfunction1 (double x) |
| static void | affiche_field_ (FIELD_ *myField, const SUPPORT *mySupport) |
| static void | affiche_fieldT (FIELD< double > *myField, const SUPPORT *mySupport) |
| static void | affiche_valeur_field (const FIELD< double > &f) |
| static void | checkOperation (const FIELD< double > &resOp, const FIELD< double > &f1, const FIELD< double > &f2, char Op, const char *intitule, int verbose) |
| int | main (int argc, char **argv) |
References MEDMEM.FIELD_.getComponentDescription(), MEDMEM.FIELD_.getComponentName(), MEDMEM.FIELD_.getDescription(), MEDMEM.FIELD_.getIterationNumber(), MEDMEM.FIELD_.getMEDComponentUnit(), MEDMEM.FIELD_.getName(), MEDMEM.FIELD_.getNumberOfComponents(), MEDMEM.FIELD_.getNumberOfValues(), MEDMEM.FIELD_.getOrderNumber(), MEDMEM.FIELD_.getTime(), and MEDMEM.FIELD_.getValueType().
References affiche_fieldT(), affiche_valeur_field(), MEDMEM.FIELD< T, INTERLACING_TAG >.applyFunc(), MEDMEM.FIELD< T, INTERLACING_TAG >.applyLin(), checkOperation(), test_NonCoincidentDEC.filename, MEDMEM.FIELD_.getMEDComponentUnit(), MEDMEM.SUPPORT.getMesh(), MEDMEM.FIELD_.getNumberOfComponents(), MEDMEM.FIELD_.getSupport(), MEDMEM.GMESH.getSupportOnAll(), MEDMEM.GMESH.getVolume(), MEDMEM.MED_DRIVER, MED_EN.MED_NODE, test_MEDSPLITTER.meshname, myfunction1(), MEDMEM.FIELD< T, INTERLACING_TAG >.norm2(), MEDMEM.FIELD< T, INTERLACING_TAG >.normL1(), MEDMEM.FIELD< T, INTERLACING_TAG >.normL2(), MEDMEM.RCBASE.removeReference(), MEDMEM.FIELD_.setMEDComponentUnit(), MEDMEM.FIELD_.setNumberOfComponents(), MEDMEM.FIELD_.setSupport(), and MEDMEM.MEDEXCEPTION.what().