Home
last modified time | relevance | path

Searched refs:sidesets (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/io/
H A Dtest_exo.cpp55 std::vector<MB_MBSet*> blocks, nodesets, sidesets; in main() local
84 sidesets.push_back(this_meshset); in main()
99 if (!sidesets.empty()) std::cout << sideset_ids << std::endl; in main()
H A Dcub_file_test.cpp752 Range sidesets; in test_bc_sets() local
753 rval = mb.get_entities_by_type_and_tag( 0, MBENTITYSET, &ss_tag, 0, 1, sidesets ); in test_bc_sets()
755 CHECK_EQUAL( count, (unsigned)sidesets.size() ); in test_bc_sets()
757 for (Range::iterator i = sidesets.begin(); i != sidesets.end(); ++i) { in test_bc_sets()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/stefan-boltzmann/
H A Dpde_stoch_stefan_boltzmann.hpp185 std::vector<int> sidesets = {1, 2, 4, 5}; in residual() local
187 numLocalSideIds = bdryCellLocIds_[sidesets[i]].size(); in residual()
194 = getBoundaryCoeff(*u_coeff, sidesets[i], j); in residual()
210 int cidx = bdryCellLocIds_[sidesets[i]][j][k]; in residual()
349 std::vector<int> sidesets = {1, 2, 4, 5}; in Jacobian_1() local
351 numLocalSideIds = bdryCellLocIds_[sidesets[i]].size(); in Jacobian_1()
358 = getBoundaryCoeff(*u_coeff, sidesets[i], j); in Jacobian_1()
378 int cidx = bdryCellLocIds_[sidesets[i]][j][k]; in Jacobian_1()
665 std::vector<int> sidesets = {1, 2, 4, 5}; in Hessian_11() local
674 = getBoundaryCoeff(*u_coeff, sidesets[i], j); in Hessian_11()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/gen_struc/
H A DIogs_GeneratedMesh.C111 sidesets.push_back(loc); in add_sideset()
112 return sidesets.size(); in add_sideset()
329 int64_t GeneratedMesh::sideset_count() const { return sidesets.size(); } in sideset_count()
361 assert(id > 0 && (size_t)id <= sidesets.size()); in sideset_side_count()
362 ShellLocation loc = sidesets[id - 1]; in sideset_side_count()
377 assert(id > 0 && (size_t)id <= sidesets.size()); in sideset_side_count_proc()
378 ShellLocation loc = sidesets[id - 1]; in sideset_side_count_proc()
823 assert(id > 0 && (size_t)id <= sidesets.size()); in sideset_elem_sides()
824 ShellLocation loc = sidesets[id - 1]; in sideset_elem_sides()
H A DIogs_GeneratedMesh.h386 std::vector<ShellLocation> sidesets{};
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/exodus/
H A DIoex_Internals.C767 sidesets.push_back(T); in populate()
811 for (auto &sideset : sidesets) { in get_global_counts()
886 for (auto &sideset : sidesets) { in get_global_counts()
1024 output_names(mesh.sidesets, exodusFilePtr, EX_SIDE_SET); in write_meta_data()
3737 if (sidesets.empty()) { in put_metadata()
3776 if (sidesets[i].entityCount == 0) { in put_metadata()
3840 if (sidesets[i].dfCount > 0) { in put_metadata()
3886 if (sidesets.empty()) { in put_non_define_data()
3894 sideset_id[i] = sidesets[i].id; in put_non_define_data()
3908 counts[iset] = sidesets[iset].globalEntityCount; in put_non_define_data()
[all …]
H A DIoex_Internals.h355 std::vector<SideSet> sidesets{};
393 int put_metadata(const std::vector<SideSet> &sidesets, bool count_only = false);
408 int put_non_define_data(const std::vector<SideSet> &sidesets, bool output_global_data);
H A DIoex_BaseDatabaseIO.C1650 const Ioss::SideSetContainer &sidesets = get_region()->get_sidesets(); in write_results_metadata() local
1651 for (const auto &sideset : sidesets) { in write_results_metadata()
1841 const Ioss::SideSetContainer &sidesets = get_region()->get_sidesets(); in generate_sideset_truth_table() local
1842 for (const auto &sideset : sidesets) { in generate_sideset_truth_table()
H A DIoex_ParallelDatabaseIO.C302 ssets[i]->property_add(Ioss::Property("_processor_offset", mesh.sidesets[i].procOffset)); in update_processor_offset_property()
303 ssets[i]->property_add(Ioss::Property("processor_df_offset", mesh.sidesets[i].dfProcOffset)); in update_processor_offset_property()
308 block->property_add(Ioss::Property("_processor_offset", mesh.sidesets[i].procOffset)); in update_processor_offset_property()
309 block->property_add(Ioss::Property("processor_df_offset", mesh.sidesets[i].dfProcOffset)); in update_processor_offset_property()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteNCDF.hpp165 std::vector<EntityHandle> &sidesets,
202 ErrorCode write_BCs(std::vector<NeumannSetData> &sidesets,
H A DWriteNCDF.cpp188 std::vector<EntityHandle> blocks, nodesets, sidesets, entities; in write_file() local
205 if (blocks.empty() && nodesets.empty() && sidesets.empty()) { in write_file()
231 sidesets.push_back(*iter); in write_file()
236 if (blocks.empty() && nodesets.empty() && sidesets.empty()) in write_file()
267 blocks, sidesets, nodesets) != MB_SUCCESS) { in write_file()
489 if (!sidesets.empty()) { in gather_mesh_information()
612 vector_iter= sidesets.begin(); in gather_mesh_information()
613 end_vector_iter = sidesets.end(); in gather_mesh_information()
1331 ErrorCode WriteNCDF::write_BCs(std::vector<NeumannSetData> &sidesets, in write_BCs() argument
1425 for (i = 0; i < sidesets.size(); i++) { in write_BCs()
[all …]
H A DReadNCDF.cpp230 const char* sidesets = "ss_prop1"; in read_tag_values() local
242 prop = sidesets; in read_tag_values()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/generated/
H A DIogn_GeneratedMesh.C139 sidesets.push_back(loc); in add_sideset()
140 return sidesets.size(); in add_sideset()
409 int64_t GeneratedMesh::sideset_count() const { return sidesets.size(); } in sideset_count()
541 assert(id > 0 && (size_t)id <= sidesets.size()); in sideset_side_count()
542 ShellLocation loc = sidesets[id - 1]; in sideset_side_count()
557 assert(id > 0 && (size_t)id <= sidesets.size()); in sideset_side_count_proc()
559 ShellLocation loc = sidesets[id - 1]; in sideset_side_count_proc()
1447 assert(id > 0 && (size_t)id <= sidesets.size()); in sideset_elem_sides()
1448 ShellLocation loc = sidesets[id - 1]; in sideset_elem_sides()
H A DIogn_GeneratedMesh.h475 std::vector<ShellLocation> sidesets; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/topo-opt/elasticity/src/
H A Ddirichlet.hpp121 Teuchos::Array<int> sidesets in Dirichlet() local
123 sidesets_ = sidesets.toVector(); in Dirichlet()
H A Dtraction.hpp164 Teuchos::Array<int> sidesets in Traction() local
166 sidesets_ = sidesets.toVector(); in Traction()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/binary/elasticity/src/
H A Ddirichlet.hpp121 Teuchos::Array<int> sidesets in Dirichlet() local
123 sidesets_ = sidesets.toVector(); in Dirichlet()
H A Dtraction.hpp164 Teuchos::Array<int> sidesets in Traction() local
166 sidesets_ = sidesets.toVector(); in Traction()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/test/
H A Dexodus_unit_tests.gold22 testrd_ss ... [Expect warning for NULL sidesets 30 and 31]
H A Dupdate_all_tests137 echo "testrd_ss ... [Expect warning for NULL sidesets 30 and 31]"
H A Dtestall.standalone138 echo "testrd_ss ... [Expect warning for NULL sidesets 30 and 31]"
H A Dtestall.in136 echo "testrd_ss ... [Expect warning for NULL sidesets 30 and 31]"
H A Dtestall.in1133 echo "testrd_ss ... [Expect warning for NULL sidesets 30 and 31]"
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/cgns/
H A DIocgns_Utils.C232 const auto &sidesets = db->get_region()->get_sidesets(); in add_bc_to_block() local
233 for (const auto &ss : sidesets) { in add_bc_to_block()
1072 const auto &sidesets = region.get_sidesets(); in common_write_meta_data() local
1073 for (const auto &ss : sidesets) { in common_write_meta_data()
/dports/math/libmesh/libmesh-1.6.2/
H A DNEWS143 - Add support for "MASS" elements and "NODE" sidesets
781 * Add missing Pyramid sidesets in ExodusII_IO.

12