Home
last modified time | relevance | path

Searched refs:PointLocatorBase (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Dpoint_locator_base.C34 PointLocatorBase::PointLocatorBase (const MeshBase & mesh, in PointLocatorBase() function
35 const PointLocatorBase * master) : in PointLocatorBase()
55 PointLocatorBase::~PointLocatorBase () in ~PointLocatorBase()
61 bool PointLocatorBase::initialized () const in initialized()
68 std::unique_ptr<PointLocatorBase> PointLocatorBase::build (PointLocatorType t, in build()
88 Real PointLocatorBase::get_close_to_point_tol () const in get_close_to_point_tol()
100 void PointLocatorBase::unset_close_to_point_tol () in unset_close_to_point_tol()
112 void PointLocatorBase::unset_contains_point_tol() in unset_contains_point_tol()
118 Real PointLocatorBase::get_contains_point_tol() const in get_contains_point_tol()
123 const MeshBase & PointLocatorBase::get_mesh () const in get_mesh()
[all …]
H A Dpoint_locator_tree.C38 const PointLocatorBase * master) : in PointLocatorTree()
39 PointLocatorBase (mesh,master), in PointLocatorTree()
53 const PointLocatorBase * master) : in PointLocatorTree()
54 PointLocatorBase (mesh,master), in PointLocatorTree()
/dports/math/libmesh/libmesh-1.6.2/include/utils/
H A Dpoint_locator_base.h46 class PointLocatorBase; variable
62 class PointLocatorBase : public ReferenceCountedObject<PointLocatorBase>
70 PointLocatorBase (const MeshBase & mesh,
71 const PointLocatorBase * master);
77 virtual ~PointLocatorBase ();
85 static std::unique_ptr<PointLocatorBase> build (PointLocatorType t,
87 const PointLocatorBase * master = nullptr);
209 const PointLocatorBase * _master;
H A Dpoint_locator_tree.h48 class PointLocatorTree : public PointLocatorBase
60 const PointLocatorBase * master = nullptr);
76 const PointLocatorBase * master = nullptr);
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dperiodic_boundaries.h38 class PointLocatorBase; variable
70 const PointLocatorBase & point_locator,
/dports/math/libmesh/libmesh-1.6.2/include/mesh/
H A Dmesh_refinement.h48 class PointLocatorBase; variable
735 const PointLocatorBase * point_locator,
743 const PointLocatorBase * point_locator,
H A Dmesh_function.h44 class PointLocatorBase; variable
263 const PointLocatorBase & get_point_locator (void) const;
351 PointLocatorBase * _point_locator;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DPointLocatorSparseGrid.h42 : public vtkm::cont::internal::PointLocatorBase<PointLocatorSparseGrid>
44 using Superclass = vtkm::cont::internal::PointLocatorBase<PointLocatorSparseGrid>;
/dports/math/libmesh/libmesh-1.6.2/tests/utils/
H A Dpoint_locator_test.C60 std::unique_ptr<PointLocatorBase> locator = mesh.sub_point_locator(); in testLocator()
126 std::unique_ptr<PointLocatorBase> locator = mesh.sub_point_locator(); in testPlanar()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DPointLocatorBase.h134 class VTKM_ALWAYS_EXPORT PointLocatorBase : public vtkm::cont::ExecutionObjectBase
158 static_cast<Derived*>(const_cast<PointLocatorBase*>(this))->Build(); in Update()
/dports/math/libmesh/libmesh-1.6.2/tests/base/
H A Doverlapping_coupling_test.C72 std::unique_ptr<PointLocatorBase> sub_point_locator = _mesh.sub_point_locator(); in operator()
117 std::unique_ptr<PointLocatorBase> _point_locator;
571 std::unique_ptr<PointLocatorBase> point_locator = _mesh->sub_point_locator(); in run_ghosting_test()
697 std::unique_ptr<PointLocatorBase> point_locator = _mesh->sub_point_locator(); in run_sparsity_pattern_test()
/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Dpoint_neighbor_coupling.C68 std::unique_ptr<PointLocatorBase> point_locator; in operator()
H A Dperiodic_boundaries.C65 const PointLocatorBase & point_locator, in neighbor()
H A Ddefault_coupling.C92 std::unique_ptr<PointLocatorBase> point_locator; in operator()
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_abstract.h68 class PointLocatorBase; variable
221 const PointLocatorBase * point_locator,
H A Dfe_interface.h52 class PointLocatorBase; variable
749 const PointLocatorBase * point_locator,
H A Dfe_base.h63 class PointLocatorBase; variable
197 const PointLocatorBase * point_locator,
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Delem.h70 class PointLocatorBase; variable
325 const PointLocatorBase & point_locator,
336 const PointLocatorBase & point_locator,
345 const PointLocatorBase & point_locator,
1453 const PointLocatorBase & point_locator,
1463 const PointLocatorBase & point_locator,
H A Delem_internal.h28 class PointLocatorBase; variable
360 const PointLocatorBase & point_locator,
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dmesh_refinement.C365 std::unique_ptr<PointLocatorBase> point_locator; in test_level_one()
792 std::unique_ptr<PointLocatorBase> point_locator; in make_coarsening_compatible()
1172 std::unique_ptr<PointLocatorBase> point_locator; in make_refinement_compatible()
1796 const PointLocatorBase * point_locator, in topological_neighbor()
1812 const PointLocatorBase * point_locator, in has_topological_neighbor()
H A Dmesh_base.C751 std::unique_ptr<PointLocatorBase> MeshBase::sub_point_locator () const in sub_point_locator()
762 _point_locator = PointLocatorBase::build(TREE_ELEMENTS, *this); in sub_point_locator()
770 return PointLocatorBase::build(TREE_ELEMENTS, *this, _point_locator.get()); in sub_point_locator()
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dsystem.C2056 std::unique_ptr<PointLocatorBase> locator_ptr = mesh.sub_point_locator(); in point_value()
2057 PointLocatorBase & locator = *locator_ptr; in point_value()
2185 std::unique_ptr<PointLocatorBase> locator_ptr = mesh.sub_point_locator(); in point_gradient()
2186 PointLocatorBase & locator = *locator_ptr; in point_gradient()
2329 std::unique_ptr<PointLocatorBase> locator_ptr = mesh.sub_point_locator(); in point_hessian()
2330 PointLocatorBase & locator = *locator_ptr; in point_hessian()
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Delem.C846 const PointLocatorBase & point_locator, in topological_neighbor()
888 const PointLocatorBase & point_locator, in topological_neighbor()
925 const PointLocatorBase & point_locator, in has_topological_neighbor()
1643 const PointLocatorBase & point_locator, in active_family_tree_by_topological_neighbor()
1657 const PointLocatorBase & point_locator, in active_family_tree_by_topological_neighbor()
/dports/math/libmesh/libmesh-1.6.2/tests/mesh/
H A Dmesh_function_dfem.C63 std::unique_ptr<PointLocatorBase> _point_locator;
/dports/math/libmesh/libmesh-1.6.2/tests/systems/
H A Dsystems_test.C485 const PointLocatorBase & locator, in tripleValueTest()
572 std::unique_ptr<PointLocatorBase> locator = mesh.sub_point_locator(); in testProjectLine()
729 std::unique_ptr<PointLocatorBase> locator = mesh.sub_point_locator(); in testProjectSquare()
785 std::unique_ptr<PointLocatorBase> locator = mesh.sub_point_locator(); in testProjectCube()

12