21 HYBRID(
int p = 4, std::vector<double> weights = {}, std::vector<std::shared_ptr<RBF>> rbfList = {},
bool doesNotHaveDerivatives =
false,
bool doesNotHaveInterpolation =
false);
24 PetscReal
RBFDer(PetscInt dim, PetscReal x[], PetscInt dx, PetscInt dy, PetscInt dz)
override;
Definition: hybrid.hpp:13
PetscReal RBFVal(PetscInt dim, PetscReal x[], PetscReal y[]) override
Definition: hybrid.cpp:11
std::string_view type() const override
Definition: hybrid.hpp:19
PetscReal RBFDer(PetscInt dim, PetscReal x[], PetscInt dx, PetscInt dy, PetscInt dz) override
Definition: hybrid.cpp:19