| 3964 | } |
| 3965 | |
| 3966 | void CompoundFESpace::VTransformMC (ElementId ei, |
| 3967 | SliceMatrix<Complex> mat, TRANSFORM_TYPE tt) const |
| 3968 | { |
| 3969 | T_TransformMat (ei, mat, tt); |
| 3970 | } |
| 3971 | |
| 3972 | |
| 3973 | void CompoundFESpace::VTransformVR (ElementId ei, |
no test coverage detected