GEOSX
|
Functions | |
EdgeMapType const & | geosx::NodeManager::edgeList () const |
Provide an immutable accessor to the nodes-to-edges relation. More... | |
EdgeMapType & | geosx::NodeManager::edgeList () |
Get a mutable accessor to the node-to-edges relation. More... | |
FaceMapType const & | geosx::NodeManager::faceList () const |
Provide a const accessor to the nodes-to-faces relation. More... | |
FaceMapType & | geosx::NodeManager::faceList () |
Get the nodes-to-faces relation. More... | |
ElemMapType & | geosx::NodeManager::toElementRelation () |
Get the nodes-to-elements relation. More... | |
ElemMapType const & | geosx::NodeManager::toElementRelation () const |
Provide a const accessor to the nodes-to-elements relation. More... | |
ArrayOfArrays< localIndex > & | geosx::NodeManager::elementRegionList () |
Get the mutable nodes-to-elements-regions relation. More... | |
ArrayOfArraysView< localIndex const > | geosx::NodeManager::elementRegionList () const |
Provide an immutable arrayView to the nodes-to-elements-regions relation. More... | |
ArrayOfArrays< localIndex > & | geosx::NodeManager::elementSubRegionList () |
Get the mutable nodes-to-elements-subregions relation. More... | |
ArrayOfArraysView< localIndex const > | geosx::NodeManager::elementSubRegionList () const |
Provide an immutable arrayView to the nodes-to-elements-subregions relation. More... | |
ArrayOfArrays< localIndex > & | geosx::NodeManager::elementList () |
Get the mutable nodes-to-elements indices. More... | |
ArrayOfArraysView< localIndex const > | geosx::NodeManager::elementList () const |
Provide an immutable arrayView to the nodes-to-elements indices. More... | |
array2d< real64, nodes::REFERENCE_POSITION_PERM > & | geosx::NodeManager::referencePosition () |
Get the mutable reference position array. This table will contain all the node coordinates. More... | |
arrayView2d< real64 const, nodes::REFERENCE_POSITION_USD > | geosx::NodeManager::referencePosition () const |
Provide an immutable arrayView of the reference position. This table will contain all the node coordinates. More... | |
array2d< real64, nodes::REFERENCE_POSITION_PERM > & | geosx::NodeManager::embSurfNodesPosition () |
Return the reference position array of the nodes of the embedded surfaces. More... | |
arrayView2d< real64 const, nodes::REFERENCE_POSITION_USD > | geosx::NodeManager::embSurfNodesPosition () const |
Return an immutable arrayView of the position. More... | |
array2d< real64, nodes::TOTAL_DISPLACEMENT_PERM > & | geosx::NodeManager::totalDisplacement () |
Get a mutable total displacement array. More... | |
arrayView2d< real64 const, nodes::TOTAL_DISPLACEMENT_USD > | geosx::NodeManager::totalDisplacement () const |
Provide an immutable arrayView to the total displacement array. More... | |
array2d< real64, nodes::INCR_DISPLACEMENT_PERM > & | geosx::NodeManager::incrementalDisplacement () |
Get a mutable incremental displacement array. More... | |
arrayView2d< real64 const, nodes::INCR_DISPLACEMENT_USD > | geosx::NodeManager::incrementalDisplacement () const |
Provide an immutable arrayView to the incremental displacement array. More... | |
array2d< real64, nodes::VELOCITY_PERM > & | geosx::NodeManager::velocity () |
Get a mutable velocity array. More... | |
arrayView2d< real64 const, nodes::VELOCITY_USD > | geosx::NodeManager::velocity () const |
Provide an immutable arrayView to the velocity array. More... | |
array2d< real64, nodes::ACCELERATION_PERM > & | geosx::NodeManager::acceleration () |
Get a mutable acceleration array. More... | |
arrayView2d< real64 const, nodes::ACCELERATION_USD > | geosx::NodeManager::acceleration () const |
Provide an immutable arrayView to the acceleration array. More... | |
|
inline |
Get a mutable acceleration array.
Definition at line 486 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the acceleration array.
Definition at line 494 of file NodeManager.hpp.
|
inline |
Provide an immutable accessor to the nodes-to-edges relation.
Definition at line 330 of file NodeManager.hpp.
|
inline |
Get a mutable accessor to the node-to-edges relation.
Definition at line 336 of file NodeManager.hpp.
|
inline |
Get the mutable nodes-to-elements indices.
Definition at line 393 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the nodes-to-elements indices.
Definition at line 400 of file NodeManager.hpp.
|
inline |
Get the mutable nodes-to-elements-regions relation.
Definition at line 369 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the nodes-to-elements-regions relation.
Definition at line 375 of file NodeManager.hpp.
|
inline |
Get the mutable nodes-to-elements-subregions relation.
Definition at line 381 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the nodes-to-elements-subregions relation.
Definition at line 387 of file NodeManager.hpp.
|
inline |
Return the reference position array of the nodes of the embedded surfaces.
Definition at line 423 of file NodeManager.hpp.
|
inline |
Return an immutable arrayView of the position.
Definition at line 430 of file NodeManager.hpp.
|
inline |
Provide a const accessor to the nodes-to-faces relation.
Definition at line 342 of file NodeManager.hpp.
|
inline |
Get the nodes-to-faces relation.
Definition at line 348 of file NodeManager.hpp.
|
inline |
Get a mutable incremental displacement array.
Definition at line 454 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the incremental displacement array.
Definition at line 462 of file NodeManager.hpp.
|
inline |
Get the mutable reference position array. This table will contain all the node coordinates.
Definition at line 408 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView of the reference position. This table will contain all the node coordinates.
Definition at line 415 of file NodeManager.hpp.
|
inline |
Get the nodes-to-elements relation.
Definition at line 354 of file NodeManager.hpp.
|
inline |
Provide a const accessor to the nodes-to-elements relation.
The returned ElemMapType gives access, for one node to the element index, the element sub region, and the element region in relation with a node
Definition at line 363 of file NodeManager.hpp.
|
inline |
Get a mutable total displacement array.
Definition at line 438 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the total displacement array.
Definition at line 446 of file NodeManager.hpp.
|
inline |
Get a mutable velocity array.
Definition at line 470 of file NodeManager.hpp.
|
inline |
Provide an immutable arrayView to the velocity array.
Definition at line 478 of file NodeManager.hpp.