Convert nDoF modes to nodal values.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_poly_project_type), | intent(inout) | :: | me | |||
integer, | intent(in) | :: | dim | |||
integer, | intent(in) | :: | nVars |
The number of variables to project. If a variable consists of more than one component, the number of components has to be passed. If there are more than one variable, the sum of all components has to be passed (e.g. 6 when there are two three-dimensional vectors). |
||
real(kind=rk), | intent(inout) | :: | modal_data(:,:) | |||
real(kind=rk), | intent(inout) | :: | nodal_data(:,:) |