Skip to content

Commit

Permalink
RBF: add linear polynomial term in RBF interpolation (#434)
Browse files Browse the repository at this point in the history
* rbf: add thin plate function
* rbf: add linear polynomial term in interpolation and integration test rbf 00004
  • Loading branch information
edoardolombardi authored Dec 7, 2023
1 parent a51eebd commit fc91d33
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ set(SURFUNSTRUCTURED_DEPS "common;patchkernel;lineunstructured;IO")
set(VOLCARTESIAN_DEPS "common;patchkernel")
set(VOLOCTREE_DEPS "common;PABLO;patchkernel")
set(VOLUNSTRUCTURED_DEPS "common;patchkernel")
set(RBF_DEPS "operators;IO")
set(RBF_DEPS "operators;IO;discretization")
set(DISCRETIZATION_DEPS "common;containers;LA;patchkernel")
set(LEVELSET_DEPS "common;communications;SA;CG;surfunstructured;voloctree;volcartesian;volunstructured;IO")
set(POD_DEPS "IO;common;containers;voloctree")
Expand Down
Loading

0 comments on commit fc91d33

Please sign in to comment.