1 // Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 // File: ParaMEDMEMComponent.idl
24 This file contains the IDL definitions of the ParaMEDMEM component in %SALOME application.
27 #ifndef _SALOME_PARAMEDMEMCOMPO_IDL_
28 #define _SALOME_PARAMEDMEMCOMPO_IDL_
30 #include "SALOME_Component.idl"
31 #include "ParaMEDCouplingCorbaServant.idl"
35 interface MPIMEDCouplingFieldDoubleCorbaInterface:ParaMEDCouplingFieldDoubleCorbaInterface
37 void getDataByMPI(in string coupling) raises (SALOME::SALOME_Exception);
39 // only for coupling one component with itself
40 long long getImplementation();
43 interface ParaMEDMEMComponent:Engines::EngineComponent,Engines::MPIObject
45 void setInterpolationOptions(in string coupling,
47 in string intersection_type,
49 in double median_plane,
51 in double bounding_box_adjustment,
52 in double bounding_box_adjustment_abs,
53 in double max_distance_for_3Dsurf_intersect,
55 in boolean measure_abs,
56 in string splitting_policy) raises (SALOME::SALOME_Exception);
57 void initializeCoupling(in string coupling, in string ior) raises (SALOME::SALOME_Exception);
58 void terminateCoupling(in string coupling) raises (SALOME::SALOME_Exception);