This submodule contains the implementations of the actions of the TYPES representing the members of the Lorentz group defined in MODULE lorentz_group, presently boosts and spatial rotations, to geometrical objects
FT 08.12.2022
Implements the action of a boost as a similarity on a -vector storing the components of a symmetric tensor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lorentz_transformation), | intent(in) | :: | this |
lorentz_transformation object to apply |
||
double precision, | intent(in), | DIMENSION(n_sym4x4) | :: | t |
-vector storing the components of the symmetric tensor to be boosted |
-vector storing the components of the boosted symmetric tensor
Implements the action of a boost as a congruence on a metric
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lorentz_transformation), | intent(in) | :: | this |
lorentz_transformation object to apply |
||
double precision, | intent(in), | DIMENSION(4,4) | :: | t(0:3,0:3) |
tensor to be boosted |
Boosted tensor
Implements the action of a boost as a similarity on a -vector storing the components of a symmetric tensor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lorentz_transformation), | intent(in) | :: | this |
lorentz_transformation object to apply |
||
double precision, | intent(in), | DIMENSION(n_sym4x4) | :: | t |
-vector storing the components of the symmetric tensor to be boosted |
-vector storing the components of the boosted symmetric tensor
Implements the action of a boost as a similarity on a linear operator
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lorentz_transformation), | intent(in) | :: | this |
lorentz_transformation object to apply |
||
double precision, | intent(in), | DIMENSION(4,4) | :: | t(0:3,0:3) |
tensor to be boosted |
Boosted tensor
Implements the action of a boost on a vector
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(lorentz_transformation), | intent(in) | :: | this |
lorentz_transformation object to apply |
||
double precision, | intent(in), | DIMENSION(4) | :: | u(0:3) |
-vector to be boosted |
Boosted -vector