Skip to content

Commit

Permalink
Merge pull request #1685 from CEED/zach/register-add-at-points
Browse files Browse the repository at this point in the history
  • Loading branch information
zatkins-dev authored Oct 8, 2024
2 parents bb86b34 + d474daf commit ef67a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/cuda-shared/ceed-cuda-shared-basis.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ int CeedBasisCreateTensorH1_Cuda_shared(CeedInt dim, CeedInt P_1d, CeedInt Q_1d,
CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "Apply", CeedBasisApplyTensor_Cuda_shared));
CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAdd", CeedBasisApplyAddTensor_Cuda_shared));
CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAtPoints", CeedBasisApplyAtPoints_Cuda_shared));
CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "ApplyAddAtPoints", CeedBasisApplyAddAtPoints_Cuda_shared));
CeedCallBackend(CeedSetBackendFunction(ceed, "Basis", basis, "Destroy", CeedBasisDestroy_Cuda_shared));
return CEED_ERROR_SUCCESS;
}
Expand Down

0 comments on commit ef67a58

Please sign in to comment.