Reference

Jets.getblockMethod
Jets.getblock(x::JArray{T,N,A}, iblock::CartesianIndex) where {T,N,A}

Get a block from a remote worked based on the iblock index

source
Jets.setblock!Method
setblock_from_id!(x::JArray, xblock, iblock::CartesianIndex)

Set a block from remote worker based on the blockmap id, and block index

source
JournaledJets.fill_local_partMethod
initialize_local_part(id, pids, nblocks::NTuple{N,Int}, ::Type{A}) where {N,A}

Create an empty block map for a given id in the registry

source
Serialization.deserializeMethod
Serialization.deserialize(S::AbstractSerializer, ::Type{J}) where {T,N,A,J<:JArray{T,N,A}}

Deserilization implementation for JArray struct

source
Serialization.serializeMethod
Serialization.serialize(S::AbstractSerializer, x::JArray{T,N}) where {T,N}

Serilization implementation for JArray struct

source

Index