return _union_group->containsMyRank();
}
- void DisjointDEC::compareFieldAndMethod() const throw(INTERP_KERNEL::Exception)
+ void DisjointDEC::compareFieldAndMethod() const
{
if (_local_field)
{
bool isInTargetSide() const;
bool isInUnion() const;
protected:
- void compareFieldAndMethod() const throw(INTERP_KERNEL::Exception);
+ void compareFieldAndMethod() const;
void cleanInstance();
void copyInstance(const DisjointDEC& other);
void checkPartitionGroup() const;
namespace MEDCoupling
{
- ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) throw(INTERP_KERNEL::Exception) :
+ ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) :
_global_axis(), _my_domain_id(0)
{
_block_topology = dynamic_cast<BlockTopology*>(topology);
class ParaGRID
{
public:
- ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) throw(INTERP_KERNEL::Exception);
+ ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology);
BlockTopology * getBlockTopology() const { return _block_topology; }
virtual ~ParaGRID();
MEDCouplingCMesh* getGrid() const { return _grid; }