Home
last modified time | relevance | path

Searched refs:MeshBase (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/math/libmesh/libmesh-1.6.2/include/mesh/
H A Dmesh_tools.h72 dof_id_type total_weight (const MeshBase & mesh);
82 dof_id_type weight (const MeshBase & mesh,
86 dof_id_type weight (const MeshBase & mesh) in weight()
132 void find_boundary_nodes (const MeshBase & mesh,
153 create_bounding_box (const MeshBase & mesh);
159 bounding_sphere (const MeshBase & mesh);
217 void elem_types (const MeshBase & mesh,
255 unsigned int n_levels(const MeshBase & mesh);
287 unsigned int n_p_levels (const MeshBase & mesh);
328 unsigned int max_level (const MeshBase & mesh);
[all …]
H A Dmesh_communication.h35 class MeshBase; variable
85 void broadcast (MeshBase &) const;
113 void send_coarse_ghosts (MeshBase &) const;
164 void assign_global_indices (MeshBase &) const;
196 void make_elems_parallel_consistent (MeshBase &);
202 void make_p_levels_parallel_consistent (MeshBase &);
210 void make_node_ids_parallel_consistent (MeshBase &);
238 void make_nodes_parallel_consistent (MeshBase &);
244 void make_new_nodes_parallel_consistent (MeshBase &);
254 void query_ghosting_functors(const MeshBase & mesh,
[all …]
H A Ducd_io.h44 class MeshBase; variable
52 class UCDIO : public MeshInput<MeshBase>,
53 public MeshOutput<MeshBase>
62 UCDIO (MeshBase & mesh) : in UCDIO()
63 MeshInput<MeshBase> (mesh), in UCDIO()
64 MeshOutput<MeshBase>(mesh) in UCDIO()
72 UCDIO (const MeshBase & mesh) : in UCDIO()
73 MeshOutput<MeshBase> (mesh) in UCDIO()
123 const MeshBase & mesh,
131 const MeshBase & mesh);
[all …]
H A Dmesh_modification.h32 class MeshBase; variable
54 void distort (MeshBase & mesh,
70 void redistribute (MeshBase & mesh,
79 void translate (MeshBase & mesh,
96 void rotate (MeshBase & mesh,
105 void scale (MeshBase & mesh,
116 void all_tri (MeshBase & mesh);
130 void smooth(MeshBase &, unsigned int, Real);
143 void flatten(MeshBase & mesh);
150 void change_boundary_id (MeshBase & mesh,
[all …]
H A Dnamebased_io.h31 class MeshBase; variable
44 class NameBasedIO : public MeshInput<MeshBase>,
45 public MeshOutput<MeshBase>
54 NameBasedIO (const MeshBase &);
61 NameBasedIO (MeshBase &);
90 using MeshOutput<MeshBase>::write_nodal_data;
110 NameBasedIO::NameBasedIO (const MeshBase & mesh) : in NameBasedIO()
111 MeshOutput<MeshBase> (mesh) in NameBasedIO()
116 NameBasedIO::NameBasedIO (MeshBase & mesh) : in NameBasedIO()
117 MeshInput<MeshBase> (mesh), in NameBasedIO()
[all …]
H A Dtetgen_io.h36 class MeshBase; variable
47 class TetGenIO : public MeshInput<MeshBase>,
48 public MeshOutput<MeshBase>
57 TetGenIO (MeshBase & mesh);
64 TetGenIO (const MeshBase & mesh);
138 TetGenIO::TetGenIO (MeshBase & mesh) : in TetGenIO()
139 MeshInput<MeshBase> (mesh), in TetGenIO()
140 MeshOutput<MeshBase>(mesh) in TetGenIO()
147 TetGenIO::TetGenIO (const MeshBase & mesh) : in TetGenIO()
148 MeshOutput<MeshBase>(mesh) in TetGenIO()
H A Dmedit_io.h34 class MeshBase; variable
47 class MEDITIO : public MeshOutput<MeshBase>
56 MEDITIO (const MeshBase &);
63 MEDITIO (const MeshBase &, unsigned int c);
74 using MeshOutput<MeshBase>::write_nodal_data;
113 MEDITIO::MEDITIO (const MeshBase & mesh_in) : in MEDITIO()
114 MeshOutput<MeshBase> (mesh_in), in MEDITIO()
121 MEDITIO::MEDITIO (const MeshBase & mesh_in, unsigned int c) : in MEDITIO()
122 MeshOutput<MeshBase> (mesh_in), in MEDITIO()
H A Dnemesis_io_helper.h285 virtual void write_elements(const MeshBase & mesh, bool use_discontinuous=false) override;
290 virtual void write_sidesets(const MeshBase & mesh) override;
295 virtual void write_nodesets(const MeshBase & mesh) override;
313 void compute_num_global_elem_blocks(const MeshBase & pmesh);
321 void build_element_and_node_maps(const MeshBase & pmesh);
369 void write_element_values(const MeshBase & mesh,
651 void compute_num_global_nodesets(const MeshBase & pmesh);
657 void compute_num_global_sidesets(const MeshBase & pmesh);
664 void compute_border_node_ids(const MeshBase & pmesh);
670 void compute_internal_and_border_elems_and_internal_nodes(const MeshBase & pmesh);
[all …]
H A Dfro_io.h33 class MeshBase; variable
42 class FroIO : public MeshOutput<MeshBase>
51 FroIO (const MeshBase &);
64 FroIO::FroIO (const MeshBase & mesh_in) : in FroIO()
65 MeshOutput<MeshBase> (mesh_in) in FroIO()
H A Dmesh_subdivision_support.h31 class MeshBase; variable
73 void all_subdivision(MeshBase & mesh);
82 void prepare_subdivision_mesh(MeshBase & mesh, bool ghosted = false);
89 void add_boundary_ghosts(MeshBase & mesh);
96 void tag_boundary_ghosts(MeshBase & mesh);
H A Dmatlab_io.h32 class MeshBase; variable
85 class MatlabIO : public MeshInput<MeshBase>
93 MatlabIO (MeshBase &);
114 MatlabIO::MatlabIO (MeshBase & mesh_in) : in MatlabIO()
115 MeshInput<MeshBase> (mesh_in) in MatlabIO()
H A Doff_io.h29 class MeshBase; variable
39 class OFFIO : public MeshInput<MeshBase>
47 OFFIO (MeshBase &);
68 OFFIO::OFFIO (MeshBase & mesh_in) : in OFFIO()
69 MeshInput<MeshBase> (mesh_in) in OFFIO()
H A Dgmsh_io.h35 class MeshBase; variable
51 class GmshIO : public MeshInput<MeshBase>,
52 public MeshOutput<MeshBase>
61 GmshIO (MeshBase & mesh);
68 GmshIO (const MeshBase & mesh);
95 using MeshOutput<MeshBase>::write_nodal_data;
H A Dvtk_io.h46 class MeshBase; variable
60 class VTKIO : public MeshInput<MeshBase>,
61 public MeshOutput<MeshBase>
69 VTKIO (MeshBase & mesh);
76 VTKIO (const MeshBase & mesh);
82 using MeshOutput<MeshBase>::write_nodal_data;
H A Dmesh_base.h78 class MeshBase : public ParallelObject
93 MeshBase (const MeshBase & other_mesh);
100 MeshBase(MeshBase &&) = delete;
112 MeshBase & operator= (const MeshBase &) = delete;
113 MeshBase & operator= (MeshBase &&) = delete;
123 virtual ~MeshBase ();
1880 friend class MeshInput<MeshBase>;
1909 MeshBase::element_iterator : variant_filter_iterator<MeshBase::Predicate, Elem *>
1927 MeshBase::const_element_iterator : variant_filter_iterator<MeshBase::Predicate,
1961 MeshBase::node_iterator : variant_filter_iterator<MeshBase::Predicate, Node *>
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/partitioning/
H A Dpartitioner.h92 virtual void partition (MeshBase & mesh,
110 virtual void partition (MeshBase & mesh);
127 virtual void partition_range (MeshBase & /*mesh*/, in partition_range() argument
139 void repartition (MeshBase & mesh,
147 void repartition (MeshBase & mesh);
163 static void set_parent_processor_ids(MeshBase & mesh);
170 static void set_node_processor_ids(MeshBase & mesh);
213 void single_partition (MeshBase & mesh);
227 virtual void _do_partition(MeshBase & mesh,
237 virtual void _do_repartition (MeshBase & mesh, in _do_repartition()
[all …]
H A Dcentroid_partitioner.h101 virtual void partition_range(MeshBase & mesh,
102 MeshBase::element_iterator it,
103 MeshBase::element_iterator end,
111 virtual void _do_partition (MeshBase & mesh,
119 void compute_centroids (MeshBase::element_iterator it,
120 MeshBase::element_iterator end);
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dmesh_base.C52 MeshBase::MeshBase (const Parallel::Communicator & comm_in, in MeshBase() function
84 MeshBase::MeshBase (const MeshBase & other_mesh) : in MeshBase() function
142 MeshBase::~MeshBase() in ~MeshBase()
370 void MeshBase::remove_orphaned_nodes () in remove_orphaned_nodes()
422 void MeshBase::prepare_for_use () in prepare_for_use()
529 void MeshBase::clear () in clear()
651 std::string MeshBase::get_info() const in get_info()
775 void MeshBase::clear_point_locator () in clear_point_locator()
832 void MeshBase::cache_elem_dims() in cache_elem_dims()
891 void MeshBase::detect_interior_parents() in detect_interior_parents()
[all …]
H A Dmesh_tools.C380 MeshTools::find_boundary_nodes(const MeshBase & mesh) in find_boundary_nodes()
422 MeshTools::create_bounding_box (const MeshBase & mesh) in create_bounding_box()
474 MeshTools::bounding_sphere(const MeshBase & mesh) in bounding_sphere()
579 void MeshTools::elem_types (const MeshBase & mesh, in elem_types()
665 unsigned int MeshTools::n_levels(const MeshBase & mesh) in n_levels()
752 void MeshTools::find_nodal_neighbors(const MeshBase &, in find_nodal_neighbors() argument
918 void MeshTools::find_nodal_neighbors(const MeshBase &, in find_nodal_neighbors() argument
2162 MeshBase & _mesh) : in SyncNodeSet()
2167 MeshBase & mesh;
2234 MeshBase & _mesh) : in SyncProcIdsFromMap()
[all …]
H A Dmesh_communication.C58 SyncNeighbors(MeshBase & _mesh) : in SyncNeighbors()
61 MeshBase & mesh;
394 MeshBase::const_element_iterator in redistribute()
1270 MeshBase & mesh;
1296 SyncNodeIds(MeshBase & _mesh) : in SyncNodeIds()
1299 MeshBase & mesh;
1396 SyncPLevels(MeshBase & _mesh) : in SyncPLevels()
1399 MeshBase & mesh;
1438 MeshBase & mesh;
1575 MeshBase & mesh;
[all …]
H A Dunv_io.C69 UNVIO::UNVIO (MeshBase & mesh) : in UNVIO()
70 MeshInput<MeshBase> (mesh), in UNVIO()
71 MeshOutput<MeshBase>(mesh), in UNVIO()
78 UNVIO::UNVIO (const MeshBase & mesh) : in UNVIO()
79 MeshOutput<MeshBase> (mesh), in UNVIO()
241 MeshBase & mesh = MeshInput<MeshBase>::mesh(); in read_implementation()
307 MeshBase & mesh = MeshInput<MeshBase>::mesh(); in nodes_in()
422 MeshBase & mesh = MeshInput<MeshBase>::mesh(); in groups_in()
592 MeshBase & mesh = MeshInput<MeshBase>::mesh(); in elements_in()
889 const MeshBase & mesh = MeshOutput<MeshBase>::mesh(); in nodes_out()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae23ds/src/
H A DDAE23dsMeshBase.cpp21 MeshBase::MeshBase( Writer* writer3ds, const Writer::MeshData& meshData ) in MeshBase() function in DAE23ds::MeshBase
28 MeshBase::MeshBase( Writer* writer3ds ) in MeshBase() function in DAE23ds::MeshBase
37 MeshBase::~MeshBase() in ~MeshBase()
44 bool MeshBase::handle() in handle()
62 bool MeshBase::handleMesh(const Writer::InstanceGeometryInfo& instanceGeometryInfo) in handleMesh()
185 ChunkLength MeshBase::calculateVerticesLength() in calculateVerticesLength()
193 ChunkLength MeshBase::calculateVerticesLength(ChunkLength verticesCount_times3) in calculateVerticesLength()
201 …ChunkLength MeshBase::calculateTotalVerticesLengthMultiObject( size_t trianglesCount, ChunkLength … in calculateTotalVerticesLengthMultiObject()
211 ChunkLength MeshBase::calculateObjectLength(ChunkLength triangularMeshLength) in calculateObjectLength()
229 size_t MeshBase::calculateTrianglesCount() in calculateTrianglesCount()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae23ds/include/
H A DDAE23dsMeshBase.h24 class MeshBase : public BaseWriter
61 MeshBase(Writer* writer3ds, const Writer::MeshData& meshData);
64 MeshBase(Writer* writer3ds);
67 virtual ~MeshBase();
77 MeshBase( const MeshBase& pre );
80 const MeshBase& operator= ( const MeshBase& pre );
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dghosting_functor.h166 GhostingFunctor(const MeshBase & mesh): _mesh(&mesh) {} in GhostingFunctor()
195 virtual void set_mesh(const MeshBase * mesh) { _mesh = mesh; } in set_mesh()
200 const MeshBase * get_mesh() const { libmesh_assert(_mesh); return _mesh; } in get_mesh()
218 virtual void operator() (const MeshBase::const_element_iterator & range_begin,
219 const MeshBase::const_element_iterator & range_end,
259 const MeshBase * _mesh;
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex9/
H A Daugment_sparsity_on_interface.h9 using libMesh::MeshBase;
26 MeshBase & _mesh;
55 AugmentSparsityOnInterface(MeshBase & mesh,
67 virtual void operator() (const MeshBase::const_element_iterator & range_begin,
68 const MeshBase::const_element_iterator & range_end,

1234567891011