|
| procedure | error (self, gs) |
| | Compute error.
|
| |
| procedure | eval (self, gs) |
| | Evaluate constraint value.
|
| |
| procedure | get_nax (self, gs) |
| | Get non-axisymmetric correction.
|
| |
| procedure | is_parallel (self) |
| | Does constraint use parallelism in calculation?
|
| |
| procedure | setup_comp (self) |
| | Setup 3D error field compensation information.
|
| |
|
| real(8), dimension(:,:), pointer | comp_n => NULL() |
| | Compensation unit normal.
|
| |
| real(8), dimension(:,:), pointer | comp_r => NULL() |
| | Compensation location.
|
| |
| real(8), dimension(:), pointer | nax_corr => NULL() |
| | Non-axisymmetric compensations.
|
| |
| integer(4) | ncomp = 0 |
| | Number of non-axisymmetric compensations.
|
| |
| real(8) | val = 0.d0 |
| | Constraint value.
|
| |
| real(8) | wt = 1.d0 |
| | Constraint weight.
|
| |
◆ error()
Compute error.
- Parameters
-
| [in,out] | self | Needs docs |
| [in,out] | gs | Needs docs |
- Returns
- Needs docs
◆ eval()
Evaluate constraint value.
- Parameters
-
| [in,out] | self | Needs docs |
| [in,out] | gs | Needs docs |
- Returns
- Needs docs
◆ get_nax()
Get non-axisymmetric correction.
- Parameters
-
| [in,out] | self | Needs docs |
| [in,out] | gs | Needs docs |
- Returns
- Needs docs
◆ is_parallel()
Does constraint use parallelism in calculation?
- Parameters
-
- Returns
- Needs docs
◆ setup_comp()
Setup 3D error field compensation information.
- Parameters
-
◆ comp_n
| real(8), dimension(:,:), pointer comp_n => NULL() |
Compensation unit normal.
◆ comp_r
| real(8), dimension(:,:), pointer comp_r => NULL() |
◆ nax_corr
| real(8), dimension(:), pointer nax_corr => NULL() |
Non-axisymmetric compensations.
◆ ncomp
Number of non-axisymmetric compensations.
◆ val
◆ wt
The documentation for this type was generated from the following file: