|
type(solver_type), pointer | solver |
| A pointer to the problem_solver. More...
|
|
logical | arbitrarypath |
| .TRUE. if the transformation has an arbitrary path, .FALSE. if it's uni-directional(default) More...
|
|
integer(intg) | numberofincrements |
| The number of increments used to apply the transformation. More...
|
|
real(dp), dimension(:), allocatable | scalings |
|
real(dp), dimension(:,:,:), allocatable | transformationmatrices |
| transformationMatrices(spatialCoord+1,spatialCoord+1,incrementIdx). 4x4 matrices for 3D transformation, 3x3 for 2D transformation More...
|
|
type(field_type), pointer | field |
| fields to which the geometric transformations are applied More...
|
|
integer(intg) | fieldvariabletype |
| The field variable type index to transform. More...
|
|
Contains information for a geometric transformation solver.
Definition at line 2761 of file types.f90.