- Is there a valid inverse of the selected unit
| 114 | |
| 115 | //- Is there a valid inverse of the selected unit |
| 116 | bool valid() const |
| 117 | { |
| 118 | return valid_; |
| 119 | } |
| 120 | |
| 121 | //- (if valid) obtain set of coefficients of unitNames |
| 122 | void coefficients(scalarField&) const; |
no outgoing calls
no test coverage detected