From f814e99e38aea3287dcf778e08986fd7cd21d3b9 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Wed, 11 Sep 2024 09:47:31 -0400 Subject: [PATCH] minor doc fix for laplace direct kernels --- src/Laplace/lapkernels.f | 16 ++++++++-------- src/Laplace/lapkernels_fast.f | 14 +++++++++++++- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/Laplace/lapkernels.f b/src/Laplace/lapkernels.f index 2295df8..cf7637a 100644 --- a/src/Laplace/lapkernels.f +++ b/src/Laplace/lapkernels.f @@ -7,8 +7,8 @@ c for a collection of charge sources to a c collection of targets c -c l3ddirectch: direct calculation of potential and gradients -c for a collection of charge sources to a +c l3ddirectch: direct calculation of potential, gradients and +c hessians for a collection of charge sources to a c collection of targets c c l3ddirectdp: direct calculation of potential for a collection @@ -18,21 +18,21 @@ c for a collection of dipole sources to a c collection of targets c -c l3ddirectdh: direct calculation of potential and gradients -c for a collection of dipole sources to a +c l3ddirectdh: direct calculation of potential, gradients and +c hessians for a collection of dipole sources to a c collection of targets c c l3ddirectcdp: direct calculation of potential for a collection c of charge and dipole sources to a collection c of targets c -c l3ddirectdg: direct calculation of potential and gradients +c l3ddirectcdg: direct calculation of potential and gradients c for a collection of charge and dipole sources to c a collection of targets c -c l3ddirectdh: direct calculation of potential and gradients -c for a collection of charge and dipole sources to -c a collection of targets +c l3ddirectcdh: direct calculation of potential, gradients and +c hessians for a collection of charge and dipole +c sources to a collection of targets c c c diff --git a/src/Laplace/lapkernels_fast.f b/src/Laplace/lapkernels_fast.f index 0c2f005..ffd4ee4 100644 --- a/src/Laplace/lapkernels_fast.f +++ b/src/Laplace/lapkernels_fast.f @@ -8,6 +8,10 @@ c for a collection of charge sources to a c collection of targets c +c l3ddirectch: direct calculation of potential, gradients and +c hessians for a collection of charge sources to a +c collection of targets +c c l3ddirectdp: direct calculation of potential for a collection c of dipole sources to a collection of targets c @@ -15,14 +19,22 @@ c for a collection of dipole sources to a c collection of targets c +c l3ddirectdh: direct calculation of potential, gradients and +c hessians for a collection of dipole sources to a +c collection of targets +c c l3ddirectcdp: direct calculation of potential for a collection c of charge and dipole sources to a collection c of targets c -c l3ddirectdg: direct calculation of potential and gradients +c l3ddirectcdg: direct calculation of potential and gradients c for a collection of charge and dipole sources to c a collection of targets c +c l3ddirectcdh: direct calculation of potential, gradients and +c hessians for a collection of charge and dipole +c sources to a collection of targets +c c c c