7#ifndef ARCANEDEMO_PARALLELCOREFINEMENT_PARALLELCOREFINEMENTSERVICE_H
8#define ARCANEDEMO_PARALLELCOREFINEMENT_PARALLELCOREFINEMENTSERVICE_H
13#include "IParallelCorefinement.h"
17using namespace Arcane::Numerics;
19#include <arcane/corefinement/surfaceutils/ISurfaceUtils.h>
20#include <arcane/corefinement/ParallelCorefinement_axl.h>
23NUMERICS_BEGIN_NAMESPACE
26 public ArcaneParallelCorefinementObject
40 const Real boxTolerance,
47 const FaceFaceContactList &
contacts();
54 FaceFaceContactList m_contacts;
Interface de calculs géométriques.
void init(const FaceGroup &masterGroup, const FaceGroup &slaveGroup, const Real boxTolerance, IGeometry *geometry)
Initialisation.
virtual ~ParallelCorefinementService()
ParallelCorefinementService(const Arcane::ServiceBuildInfo &sbi)
const FaceFaceContactList & contacts()
Access to computed contacts.
Structure contenant les informations pour créer un service.
ItemGroupT< Face > FaceGroup
Groupe de faces.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
double Real
Type représentant un réel.