Fill the body of the projection with all required data, ply_poly_project_define has to be used beforehand to set necessary header information.
Initialization/Create of the volume quadrature nodes and the quadrature points on the face
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(ply_poly_project_type), | intent(inout) | :: | me | |||
| type(ply_prj_init_type), | intent(in) | :: | proj_init | |||
| integer, | intent(in) | :: | scheme_dim |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | oversampling_order | ||||
| integer, | private | :: | numQuadPointsPerDir | ||||
| real(kind=rk), | private | :: | log_order | ||||
| real(kind=rk), | private | :: | rem_log | ||||
| real(kind=rk), | private | :: | over_factor | ||||
| integer, | private | :: | lb_log | ||||
| type(ply_nodes_header_type), | private | :: | nodes_header |