12#ifndef ARCANE_CORE_SUBDOMAINBUILDINFO_H
13#define ARCANE_CORE_SUBDOMAINBUILDINFO_H
17#include "arcane/utils/String.h"
18#include "arcane/utils/Array.h"
19#include "arcane/utils/Ref.h"
53class ARCANE_CORE_EXPORT SubDomainBuildInfo
64 return m_parallel_mng;
67 String caseFileName()
const {
return m_case_file_name; }
69 void setCaseFileName(
const String& filename)
71 m_case_file_name = filename;
80 Integer index()
const {
return m_index; }
84 return m_all_replica_parallel_mng;
File containing declarations concerning the message passing model.
Interface of the parallelism manager for a subdomain.
Reference to an instance.
Unicode character string.
1D data vector with value semantics (STL style).
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
Span< const std::byte > ByteConstSpan
Read-only view of a 1D array of characters.
ConstArrayView< Byte > ByteConstArrayView
C equivalent of a 1D array of characters.
std::int32_t Int32
Signed integer type of 32 bits.