English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TMpiLn2Eval.h Source File
Uranie / ReLauncher  v4.10.0
/* @license-end */
TMpiLn2Eval.h
Go to the documentation of this file.
1 // Copyright (C) 2013-2024 CEA/DES
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or any
7 // later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 // $Id$
19 // $Author$
20 // $Date$
21 // $Revision 1.2 $
22 // $State$
24 
32 #ifndef __MPILN2EVAL__
33 #define __MPILN2EVAL__
34 
35 #include "TStandardEval.h"
36 
37 namespace URANIE
38 {
39 namespace MpiRelauncher
40 {
41 
43 {
44 public:
45  class InputError
46  {
47  };
49  {
50  };
51 
52  TMpiLn2Eval();
53  virtual ~TMpiLn2Eval();
54 
55  virtual int eval(vector<URANIE::DataServer::UEntry*> *,
56  vector<URANIE::DataServer::UEntry*> *, int =0 );
57 
58  ClassDef(TMpiLn2Eval, 1)
59 };
60 
61 }
62 }
63 #endif
Definition: TBaseEval.cxx:44
Definition: TStandardEval.h:59
simple eval shared class
TMpiLn2Eval()
Definition: TMpiLn2Eval.cxx:46
Definition: TMpiLn2Eval.h:42
virtual int eval(vector< URANIE::DataServer::UEntry *> *, vector< URANIE::DataServer::UEntry *> *, int=0)
Definition: TMpiLn2Eval.cxx:58
virtual ~TMpiLn2Eval()
Definition: TMpiLn2Eval.cxx:54