_communicator | libMesh::ParallelObject | protected |
_half_power | libMesh::InverseDistanceInterpolation< KDDim > | protected |
_kd_tree | libMesh::InverseDistanceInterpolation< KDDim > | mutableprotected |
_n_interp_pts | libMesh::InverseDistanceInterpolation< KDDim > | protected |
_names | libMesh::MeshfreeInterpolation | protected |
_parallelization_strategy | libMesh::MeshfreeInterpolation | protected |
_point_list_adaptor | libMesh::InverseDistanceInterpolation< KDDim > | protected |
_r_bbox | libMesh::RadialBasisInterpolation< KDDim, RBF > | protected |
_r_override | libMesh::RadialBasisInterpolation< KDDim, RBF > | protected |
_src_bbox | libMesh::RadialBasisInterpolation< KDDim, RBF > | protected |
_src_pts | libMesh::MeshfreeInterpolation | protected |
_src_vals | libMesh::MeshfreeInterpolation | protected |
_vals | libMesh::InverseDistanceInterpolation< KDDim > | mutableprotected |
_weights | libMesh::RadialBasisInterpolation< KDDim, RBF > | protected |
add_field_data(const std::vector< std::string > &field_names, const std::vector< Point > &pts, const std::vector< Number > &vals) | libMesh::MeshfreeInterpolation | virtual |
clear() override | libMesh::RadialBasisInterpolation< KDDim, RBF > | virtual |
comm() const | libMesh::ParallelObject | inline |
construct_kd_tree() | libMesh::InverseDistanceInterpolation< KDDim > | protectedvirtual |
field_variables() const | libMesh::MeshfreeInterpolation | inline |
gather_remote_data() | libMesh::MeshfreeInterpolation | protectedvirtual |
get_source_points() | libMesh::MeshfreeInterpolation | inline |
get_source_vals() | libMesh::MeshfreeInterpolation | inline |
interpolate(const Point &pt, const std::vector< size_t > &src_indices, const std::vector< Real > &src_dist_sqr, std::vector< Number >::iterator &out_it) const | libMesh::InverseDistanceInterpolation< KDDim > | protectedvirtual |
interpolate_field_data(const std::vector< std::string > &field_names, const std::vector< Point > &tgt_pts, std::vector< Number > &tgt_vals) const override | libMesh::RadialBasisInterpolation< KDDim, RBF > | virtual |
INVALID_STRATEGY enum value | libMesh::MeshfreeInterpolation | |
InverseDistanceInterpolation(const libMesh::Parallel::Communicator &comm_in, const unsigned int n_interp_pts=8, const Real power=2) | libMesh::InverseDistanceInterpolation< KDDim > | inline |
kd_tree_t typedef | libMesh::InverseDistanceInterpolation< KDDim > | protected |
MeshfreeInterpolation(const libMesh::Parallel::Communicator &comm_in) | libMesh::MeshfreeInterpolation | inline |
n_field_variables() const | libMesh::MeshfreeInterpolation | inline |
n_processors() const | libMesh::ParallelObject | inline |
operator=(const ParallelObject &libmesh_dbg_var(other)) | libMesh::ParallelObject | inline |
ParallelizationStrategy enum name | libMesh::MeshfreeInterpolation | |
ParallelObject(const Parallel::Communicator &comm_in) | libMesh::ParallelObject | inline |
ParallelObject(const ParallelObject &other) | libMesh::ParallelObject | inline |
prepare_for_use() override | libMesh::RadialBasisInterpolation< KDDim, RBF > | virtual |
print_info(std::ostream &os=libMesh::out) const | libMesh::MeshfreeInterpolation | |
processor_id() const | libMesh::ParallelObject | inline |
RadialBasisInterpolation(const libMesh::Parallel::Communicator &comm_in, Real radius=-1) | libMesh::RadialBasisInterpolation< KDDim, RBF > | inline |
set_field_variables(const std::vector< std::string > &names) | libMesh::MeshfreeInterpolation | inline |
SYNC_SOURCES enum value | libMesh::MeshfreeInterpolation | |
~ParallelObject() | libMesh::ParallelObject | inlinevirtual |