UnstructuredApi
All URIs are relative to http://localhost:50051
Method | HTTP request | Description |
---|---|---|
getgridedge_count | GET /getgridedge_count/{grid} | |
getgridedge_nodes | GET /getgridedge_nodes/{grid} | |
getgridface_count | GET /getgridface_count/{grid} | |
getgridface_edges | GET /getgridface_edges/{grid} | |
getgridface_nodes | GET /getgridface_nodes/{grid} | |
getgridnode_count | GET /getgridnode_count/{grid} | |
getgridnodesperface | GET /getgridnodesperface/{grid} |
getgridedge_count
getgridedge_count(req::HTTP.Request, grid::Int64;) -> Int64
Get the number of edges in the grid.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
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]
getgridedge_nodes
getgridedge_nodes(req::HTTP.Request, grid::Int64;) -> Vector{Int64}
Get the edge-node connectivity.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [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
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
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]
getgridface_edges
getgridface_edges(req::HTTP.Request, grid::Int64;) -> Vector{Int64}
Get the face-edge connectivity.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [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
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [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
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
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]
getgridnodesperface
getgridnodesperface(req::HTTP.Request, grid::Int64;) -> Vector{Int64}
Get the number of nodes for each face.
Required Parameters
Name | Type | Description | Notes |
---|---|---|---|
req | HTTP.Request | The HTTP Request object | |
grid | Int64 | [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]