UnstructuredApi

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

MethodHTTP requestDescription
getgridedge_countGET /getgridedge_count/{grid}
getgridedge_nodesGET /getgridedge_nodes/{grid}
getgridface_countGET /getgridface_count/{grid}
getgridface_edgesGET /getgridface_edges/{grid}
getgridface_nodesGET /getgridface_nodes/{grid}
getgridnode_countGET /getgridnode_count/{grid}
getgridnodesperfaceGET /getgridnodesperface/{grid}

getgridedge_count

getgridedgecount(api::UnstructuredApi, grid::Int64; mediaType=nothing) -> Int64, OpenAPI.Clients.ApiResponse <br/> getgridedgecount(api::UnstructuredApi, responsestream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Int64 }, OpenAPI.Clients.ApiResponse

Get the number of edges in the grid.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI 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]

getgridedge_nodes

getgridedgenodes(api::UnstructuredApi, grid::Int64; mediaType=nothing) -> Vector{Int64}, OpenAPI.Clients.ApiResponse <br/> getgridedgenodes(api::UnstructuredApi, responsestream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Int64} }, OpenAPI.Clients.ApiResponse

Get the edge-node connectivity.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI context
gridInt64[default to nothing]

Return type

Vector{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]

getgridface_count

getgridfacecount(api::UnstructuredApi, grid::Int64; mediaType=nothing) -> Int64, OpenAPI.Clients.ApiResponse <br/> getgridfacecount(api::UnstructuredApi, responsestream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Int64 }, OpenAPI.Clients.ApiResponse

Get the face-node connectivity.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI 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]

getgridface_edges

getgridfaceedges(api::UnstructuredApi, grid::Int64; mediaType=nothing) -> Vector{Int64}, OpenAPI.Clients.ApiResponse <br/> getgridfaceedges(api::UnstructuredApi, responsestream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Int64} }, OpenAPI.Clients.ApiResponse

Get the face-edge connectivity.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI context
gridInt64[default to nothing]

Return type

Vector{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]

getgridface_nodes

getgridfacenodes(api::UnstructuredApi, grid::Int64; mediaType=nothing) -> Vector{Int64}, OpenAPI.Clients.ApiResponse <br/> getgridfacenodes(api::UnstructuredApi, responsestream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Int64} }, OpenAPI.Clients.ApiResponse

Get the face-node connectivity.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI context
gridInt64[default to nothing]

Return type

Vector{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]

getgridnode_count

getgridnodecount(api::UnstructuredApi, grid::Int64; mediaType=nothing) -> Int64, OpenAPI.Clients.ApiResponse <br/> getgridnodecount(api::UnstructuredApi, responsestream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Int64 }, OpenAPI.Clients.ApiResponse

Get the number of nodes in the grid.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI 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]

getgridnodesperface

getgridnodesperface(api::UnstructuredApi, grid::Int64; _mediaType=nothing) -> Vector{Int64}, OpenAPI.Clients.ApiResponse <br/> getgridnodesperface(api::UnstructuredApi, response_stream::Channel, grid::Int64; _mediaType=nothing) -> Channel{ Vector{Int64} }, OpenAPI.Clients.ApiResponse

Get the number of nodes for each face.

Required Parameters

NameTypeDescriptionNotes
_apiUnstructuredApiAPI context
gridInt64[default to nothing]

Return type

Vector{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]