|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Optional offset from the canonical body frame to the support frame. More...
#include <SupportPlacement.h>

Public Member Functions | |
| SupportPlacement ()=default | |
| SupportPlacement (const CoordinateSystemTrafo &bodyToSupport) | |
| const CoordinateSystemTrafo & | getBodyToSupport () const |
Private Attributes | |
| CoordinateSystemTrafo | bodyToSupport_m |
Optional offset from the canonical body frame to the support frame.
This is the bridge to the document's distinction between the canonical local chart and the support region \(\Omega_i\) on which field, aperture, or material data are defined. The first redesign stage keeps this as a rigid body-to-support transform.
Definition at line 15 of file SupportPlacement.h.
|
default |
|
inlineexplicit |
Definition at line 18 of file SupportPlacement.h.
|
inline |
Definition at line 21 of file SupportPlacement.h.
References bodyToSupport_m.
Referenced by PlacedElement::getNominalSupportTransform(), PlacedElement::getSupportTransform(), and TEST_F().
|
private |
Definition at line 24 of file SupportPlacement.h.
Referenced by getBodyToSupport().