Home
last modified time | relevance | path

Searched refs:LAPLACIAN (Results 1 – 2 of 2) sorted by relevance

/petsc/share/petsc/matlab/
H A Dlaplacian.m3 % LAPLACIAN Sparse Negative Laplacian in 1D, 2D, or 3D
5 % [~,~,A]=LAPLACIAN(N) generates a sparse negative 3D Laplacian matrix
11 % [~,~,A]=LAPLACIAN(N,B) specifies boundary conditions with a cell array
17 % LAMBDA = LAPLACIAN(N,B,M) or LAPLACIAN(N,M) outputs the m smallest
23 % [LAMBDA,V] = LAPLACIAN(N,B,M) also outputs orthonormal eigenvectors
26 % [LAMBDA,V,A] = LAPLACIAN(N,B,M) produces a 2D or 1D negative
/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c27 LAPLACIAN = 0, enumerator
319 case LAPLACIAN: in PetscFEOpenCLGenerateIntegrationCode()
712 case LAPLACIAN: in PetscFEIntegrateResidual_OpenCL()
795 ocl->op = LAPLACIAN; in PetscFECreate_OpenCL()