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

getgridedge_count(req::HTTP.Request, grid::Int64;) -> Int64

Get the number of edges in the grid.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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

getgridedge_nodes(req::HTTP.Request, grid::Int64;) -> Vector{Int64}

Get the edge-node connectivity.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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

getgridface_count(req::HTTP.Request, grid::Int64;) -> Int64

Get the face-node connectivity.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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

getgridface_edges(req::HTTP.Request, grid::Int64;) -> Vector{Int64}

Get the face-edge connectivity.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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

getgridface_nodes(req::HTTP.Request, grid::Int64;) -> Vector{Int64}

Get the face-node connectivity.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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

getgridnode_count(req::HTTP.Request, grid::Int64;) -> Int64

Get the number of nodes in the grid.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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(req::HTTP.Request, grid::Int64;) -> Vector{Int64}

Get the number of nodes for each face.

Required Parameters

NameTypeDescriptionNotes
reqHTTP.RequestThe HTTP Request object
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]