The number of temporary arrays required to evaluate the physical fluxes can be set from here. This is required so that they don't have to be decleared in the openmp parallel region where physical flux calculation takes place
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | overSamp | = | 0 | Number of temp arrays of size of oversamp. |
|
integer, | private | :: | modal | = | 0 | Number of temp arrays of size of modal elements. |
|
integer, | private | :: | nodal | = | 0 | Number of temp arrays of size of nodal elements. |
|
integer, | private | :: | nScal | = | 0 | The size of the variables needed (can be more than equation%nScalars) |