|
| ClassInfo ("particleIdHandler") |
| class info More...
|
|
| particleIdHandler (pointStructure &pStruct) |
|
| create_vCtor (particleIdHandler, pointStructure,(pointStructure &pStruct),(pStruct)) |
|
| ~particleIdHandler () override=default |
|
virtual Pair< uint32, uint32 > | getIdRange (uint32 nNewParticles)=0 |
|
virtual uint32 | maxId () const =0 |
|
bool | hearChanges (real t, real dt, uint32 iter, const message &msg, const anyList &varList) override |
|
| TypeInfoTemplate111 ("pointField", T, VectorType::memoerySpaceName()) |
|
| pointField (const objectFile &objf, pointStructure &pStruct, const T &defVal) |
|
| pointField (const objectFile &objf, repository *owner, pointStructure &pStruct, const T &defVal) |
|
| pointField (const objectFile &objf, pointStructure &pStruct, const T &defVal, const T &val) |
|
const word & | name () const final |
|
const auto & | internal () const |
|
void | updateBoundaries (DataDirection direction) const |
|
void | updateBoundariesSlaveToMasterIfRequested () |
| update boundaries if it is requested previousely (slave to master). More...
|
|
const auto & | boundaryFields () const |
|
const auto & | BoundaryField (uint32 i) const |
|
const pointStructure & | pStruct () const |
|
void | fill (const T &val) |
|
bool | readPointField (iIstream &is, const IOPattern &iop) |
|
bool | writePointField (iOstream &os, const IOPattern &iop) const |
|
bool | read (iIstream &is, const IOPattern &iop) override |
|
bool | write (iOstream &os, const IOPattern &iop) const override |
|
| TypeInfoTemplateNV2 ("pointField", T, VectorType::memoerySpaceName()) |
|
| pointField (const pointStructure &pStruct, const T &defVal, bool subscribe=true) |
|
| pointField (const pointStructure &pStruct, const T &val, const T &defVal, bool subscribe=true) |
|
| pointField (const pointField &src, bool subscribe) |
|
| pointField (const pointField &src) |
|
| pointField (pointField &&src)=delete |
|
pointField & | operator= (const pointField &rhs) |
|
pointField & | operator= (pointField &&)=delete |
|
uniquePtr< pointFieldType > | clone () const |
|
pointFieldType * | clonePtr () const |
|
const pointStructure & | pStruct () const |
|
INLINE_FUNCTION_H bool | allActive () const |
|
INLINE_FUNCTION_H bool | isActive (label i) const |
|
const auto & | pointFlag () const |
|
range | activeRange () const |
|
bool | update (const eventMessage &msg) |
|
bool | readPointField (iIstream &is) |
|
bool | writePointField (iOstream &os) const |
|
bool | read (iIstream &is) |
|
bool | write (iOstream &os) const |
|
virtual word | typeName () const =0 |
|
| IOobject (const objectFile &objf, const IOPattern &iop, repository *owner) |
|
| ~IOobject () override |
|
| IOobject (const IOobject &src)=delete |
|
| IOobject (IOobject &&src)=delete |
|
const IOPattern & | ioPattern () const |
|
const repository * | owner () const override |
|
repository * | owner () |
|
repository * | releaseOwner (bool fromOwner=false) |
|
bool | isIncluded (const word &objName) const override |
|
bool | isExcluded (const word &objName) const override |
|
bool | readObject (bool rdHdr=true) |
|
bool | writeObject () const |
|
bool | readObject (iIstream &is, bool rdHdr=true) |
|
bool | writeObject (iOstream &os) const |
|
| objectFile (const word &name) |
|
| objectFile (const word &name, const fileSystem &localPath, const readFlag &rf=readFlag::READ_NEVER, const writeFlag &wf=writeFlag::WRITE_NEVER, bool rwHeader=true) |
|
| objectFile (const objectFile &src)=default |
|
| objectFile (objectFile &&src)=default |
|
objectFile & | operator= (const objectFile &rhs)=default |
|
objectFile & | operator= (objectFile &&rhs)=default |
|
virtual | ~objectFile ()=default |
|
virtual const fileSystem & | localPath () const |
|
readFlag | rFlag () const |
|
writeFlag | wFlag () const |
|
bool | isReadAlways () const |
|
bool | isReadNever () const |
|
bool | isReadIfPresent () const |
|
bool | isWriteAlways () const |
|
bool | isWriteNever () const |
|
bool | readWriteHeader () const |
|
| internalField (const word &name, const internalPoints &internal, const T &defVal) |
|
| internalField (const word &name, const internalPoints &internal, const T &defVal, const T &val) |
|
const auto & | deviceViewAll () const |
|
auto | deviceView () const |
|
auto | hostView () const |
|
const FieldType & | field () const |
|
FieldType & | field () |
|
const pFlagTypeDevice & | activePointsMaskDevice () const |
|
const pFlagTypeHost & | activePointsMaskHost () const |
|
FieldTypeHost | activeValuesHost () const |
|
auto | size () const |
|
auto | capacity () const |
|
word | name () const |
|
word | fieldKey () const |
|
const T & | defaultValue () const |
|
rangeU32 | activeRange () const |
|
auto | isAllActive () const |
|
void | fillInternal (const T &val) |
|
bool | insertSetElement (uint32IndexContainer indices, const T &val) |
|
const Time & | time () const |
|
bool | hearChanges (real t, real dt, uint32 iter, const message &msg, const anyList &varList) override |
|
bool | write (iOstream &os, const IOPattern &iop) const |
|
| TypeInfoTemplateNV2 ("pointField", T, VectorType::memoerySpaceName()) |
|
| pointField (const objectFile &objf, pointStructure &pStruct, const T &defVal) |
|
| observer (message msg) |
|
| observer (const subscriber *subscrbr, message msg) |
|
virtual | ~observer () |
|
void | subscribe (const subscriber *subscrbr, message msg) |
|
observer & | addEvent (message::EVENT event) |
|
bool | subscribed () const |
|
void | addToSubscriber (const subscriber *subscrbr, message msg) |
|
bool | addToSubscriber (const subscriber &subscriber) |
|
|
using | PointFieldType = pointField< T, MemorySpace > |
|
using | InternalFieldType = internalField< T, MemorySpace > |
|
using | boundaryFieldListType = boundaryFieldList< T, MemorySpace > |
|
using | FieldType = typename InternalFieldType::FieldType |
|
using | VectorType = typename InternalFieldType::VectorType |
|
using | memory_space = typename InternalFieldType::memory_space |
|
using | execution_space = typename InternalFieldType::execution_space |
|
using | pointFieldType = pointField< VectorField, T, MemorySpace > |
|
using | FieldType = Field< VectorField, T, MemorySpace > |
|
using | VectorType = typename FieldType::VectorType |
|
using | iterator = typename FieldType::iterator |
|
using | constIterator = typename FieldType::constIterator |
|
using | reference = typename FieldType::reference |
|
using | constReference = typename FieldType::constReference |
|
using | valueType = typename FieldType::valueType |
|
using | pointer = typename FieldType::pointer |
|
using | constPointer = typename FieldType::constPointer |
|
enum | readFlag { READ_ALWAYS,
READ_NEVER,
READ_IF_PRESENT
} |
|
enum | writeFlag { WRITE_ALWAYS,
WRITE_NEVER
} |
|
using | InternalFieldType = internalField< T, void > |
|
using | FieldType = Field< T, void > |
|
using | FieldType = Field< VectorField, T, void > |
|
using | FieldTypeHost = Field< T, HostSpace > |
|
using | VectorType = typename FieldType::VectorType |
|
using | VectorType = typename FieldType::VectorType |
|
using | memory_space = typename FieldType::memory_space |
|
using | execution_space = typename FieldType::execution_space |
|
using | pointFieldType = pointField< VectorField, T, void > |
|
using | boundaryFieldListType = boundaryFieldList< VectorField, T, void > |
|
using | iterator = typename FieldType::iterator |
|
using | const_iterator = typename FieldType::const_iterator |
|
using | reference = typename FieldType::reference |
|
using | const_reference = typename FieldType::const_reference |
|
using | value_type = typename FieldType::value_type |
|
using | pointer = typename FieldType::pointer |
|
using | const_pointer = typename FieldType::const_pointer |
|
bool | insert (const anyList &varList) |
|
bool | rearrange (const anyList &varList) |
|
T | defaultValue_ |
|
FieldType | field_ |
| Field. More...
|
|
T | defaultValue_ |
| value when a new item is added to field More...
|
|
const internalPoints & | internalPoints_ |
| const ref to internal points More...
|
|
boundaryFieldListType | boundaryFieldList_ |
| list of boundaries More...
|
|
const pointStructure & | pStruct_ |
| refrence to point structure More...
|
|
static const message | defaultMessage_ |
|
Definition at line 30 of file particleIdHandler.hpp.