GridInformationApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
getgridrank | GET /getgridrank/{grid} | |
getgridsize | GET /getgridsize/{grid} | |
getgridtype | GET /getgridtype/{grid} |
getgridrank
getgridrank(api::GridInformationApi, grid::Int64; _mediaType=nothing) -> Int64, OpenAPI.Clients.ApiResponse <br/> getgridrank(api::GridInformationApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Int64 }, OpenAPI.Clients.ApiResponse
Given a grid identifier, get the rank (the number of dimensions) of that grid as an integer.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | GridInformationApi | API context | |
grid | Int64 | [default to nothing] |
Return type
Int64
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getgridsize
getgridsize(api::GridInformationApi, grid::Int64; _mediaType=nothing) -> Int64, OpenAPI.Clients.ApiResponse <br/> getgridsize(api::GridInformationApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Int64 }, OpenAPI.Clients.ApiResponse
Given a grid identifier, get the total number of elements (or nodes) of that grid as an integer.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | GridInformationApi | API context | |
grid | Int64 | [default to nothing] |
Return type
Int64
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
getgridtype
getgridtype(api::GridInformationApi, grid::Int64; _mediaType=nothing) -> GetGridTypeResponse, OpenAPI.Clients.ApiResponse <br/> getgridtype(api::GridInformationApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ GetGridTypeResponse }, OpenAPI.Clients.ApiResponse
Given a grid identifier, get the type of that grid as a string.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
_api | GridInformationApi | API context | |
grid | Int64 | [default to nothing] |
Return type
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]