Skip to content

fossil_laplacian

Source: src/lib/fossil_laplacian.f90

Dependencies

Contents

Variables

NameTypeAttributesDescription
LAPL_STATUS_OKinteger(kind=I4P)parameter
LAPL_STATUS_BAD_INPUTinteger(kind=I4P)parameter
LAPL_STATUS_DEGENERATE_TRIANGLEinteger(kind=I4P)parameter
DEGENERATE_AREA_TOLreal(kind=R8P)parameter

Subroutines

build_cotangent_laplacian

fortran
subroutine build_cotangent_laplacian(facet, pool, L, M, status)

Arguments

NameTypeIntentAttributesDescription
facettype(facet_object)in
pooltype(vertex_pool_object)in
Ltype(csr_matrix_t)out
Mtype(csr_matrix_t)out
statusinteger(kind=I4P)outoptional

Call graph