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
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | 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]
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | API context | |
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
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | 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]
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | API context | |
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
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | API context | |
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
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | 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]
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
Name | Type | Description | Notes |
---|---|---|---|
_api | UnstructuredApi | API context | |
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]