Appearance
fossil_laplacian
Source: src/lib/fossil_laplacian.f90
Dependencies
Contents
Variables
| Name | Type | Attributes | Description |
|---|---|---|---|
LAPL_STATUS_OK | integer(kind=I4P) | parameter | |
LAPL_STATUS_BAD_INPUT | integer(kind=I4P) | parameter | |
LAPL_STATUS_DEGENERATE_TRIANGLE | integer(kind=I4P) | parameter | |
DEGENERATE_AREA_TOL | real(kind=R8P) | parameter |
Subroutines
build_cotangent_laplacian
fortran
subroutine build_cotangent_laplacian(facet, pool, L, M, status)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
facet | type(facet_object) | in | ||
pool | type(vertex_pool_object) | in | ||
L | type(csr_matrix_t) | out | ||
M | type(csr_matrix_t) | out | ||
status | integer(kind=I4P) | out | optional |
Call graph