GridInformationApi

All URIs are relative to http://localhost:50051

MethodHTTP requestDescription
getgridrankGET /getgridrank/{grid}
getgridsizeGET /getgridsize/{grid}
getgridtypeGET /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

NameTypeDescriptionNotes
_apiGridInformationApiAPI context
gridInt64[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

NameTypeDescriptionNotes
_apiGridInformationApiAPI context
gridInt64[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

NameTypeDescriptionNotes
_apiGridInformationApiAPI context
gridInt64[default to nothing]

Return type

GetGridTypeResponse

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]