Home
last modified time | relevance | path

Searched refs:cell_tag (Results 1 – 14 of 14) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_stl.c2033 int *cell_tag; in cs_stl_refine() local
2037 cell_tag[c_id] = 0; in cs_stl_refine()
2056 if (cell_tag[c1] == 0 && cell_tag[c2] == nn) in cs_stl_refine()
2058 if (cell_tag[c2] == 0 && cell_tag[c1] == nn) in cs_stl_refine()
2075 BFT_FREE(cell_tag); in cs_stl_refine()
2401 int *cell_tag = NULL; in cs_stl_compute_porosity() local
2412 cell_tag[cell_id] = 1; in cs_stl_compute_porosity()
2434 cell_tag[ref_id] = -1; in cs_stl_compute_porosity()
2458 cell_tag[ii] = -1; in cs_stl_compute_porosity()
2463 cell_tag[jj] = -1; in cs_stl_compute_porosity()
[all …]
H A Dcs_mesh_halo.c790 cs_halo_type_t *cell_tag = NULL; in _fill_send_halo() local
890 cell_tag[cell_id] = cell_type; in _fill_send_halo()
973 BFT_FREE(cell_tag); in _fill_send_halo()
2829 cell_tag = &(cell_buffer[0]); in _create_gcell_faces_connect()
2835 cell_tag[i] = -1; in _create_gcell_faces_connect()
2857 cell_tag[id2] = fac_id; in _create_gcell_faces_connect()
2864 cell_tag[id1] = fac_id; in _create_gcell_faces_connect()
2873 cell_tag[id1] = fac_id; in _create_gcell_faces_connect()
2896 cell_tag[i] = -1; in _create_gcell_faces_connect()
2917 cell_tag[id2] = fac_id; in _create_gcell_faces_connect()
[all …]
H A Dcs_mesh_boundary.c1830 int32_t *cell_tag; in cs_mesh_boundary_insert_separating_cells() local
1834 BFT_MALLOC(cell_tag, n_m_cells, int32_t); in cs_mesh_boundary_insert_separating_cells()
1840 cell_tag[c_id] = -1; in cs_mesh_boundary_insert_separating_cells()
1843 cell_tag[cell_id[c_id]] = 1; in cs_mesh_boundary_insert_separating_cells()
1854 face_tag[f_id] += cell_tag[c_id_0]; in cs_mesh_boundary_insert_separating_cells()
1856 face_tag[f_id] += cell_tag[c_id_1]; in cs_mesh_boundary_insert_separating_cells()
1893 BFT_FREE(cell_tag); in cs_mesh_boundary_insert_separating_cells()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_ext_neighborhood.c934 cell_tag = &(cell_buffer[0]); in _create_cell_cells_connect()
944 cell_tag[i] = -1; in _create_cell_cells_connect()
979 if (cell_tag[cell_id] != i_cel) { in _create_cell_cells_connect()
981 cell_tag[cell_id] = i_cel; in _create_cell_cells_connect()
994 if (cell_tag[cell_id] != i_cel) { in _create_cell_cells_connect()
996 cell_tag[cell_id] = i_cel; in _create_cell_cells_connect()
1015 cell_tag[i] = -1; in _create_cell_cells_connect()
1052 if (cell_tag[cell_id] != i_cel) { in _create_cell_cells_connect()
1056 cell_tag[cell_id] = i_cel; in _create_cell_cells_connect()
1071 if (cell_tag[cell_id] != i_cel) { in _create_cell_cells_connect()
[all …]
H A Dcs_internal_coupling.c876 cs_lnum_t *cell_tag = NULL; in _volume_face_initialize() local
889 BFT_MALLOC(cell_tag, n_cells_ext, cs_lnum_t); in _volume_face_initialize()
891 cell_tag[cell_id] = 2; in _volume_face_initialize()
897 cell_tag[cell_id] = 1; in _volume_face_initialize()
900 cs_halo_sync_num(cs_glob_mesh->halo, CS_HALO_STANDARD, cell_tag); in _volume_face_initialize()
944 cpl->c_tag[ii] = cell_tag[cell_id]; in _volume_face_initialize()
950 BFT_FREE(cell_tag); in _volume_face_initialize()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/py_lib/seqan/dddoc/
H A Dhtml.py656 return self.translateTableRow(text, cell_tag='th')
658 def translateTableRow(self, text, cell_tag='td'): argument
668 res += ['<', cell_tag, '>', self.markup_parser.toHtml(c), '</', cell_tag, '>']
/dports/textproc/py-nltk/nltk-3.4.1/nltk/app/
H A Dchartparser_app.py219 cell_tag = self._cells[i][j]
220 self._canvas.itemconfig(cell_tag, fill=color)
222 self._canvas.itemconfig(cell_tag, outline='#00ffff', width=3)
223 self._canvas.tag_raise(cell_tag)
225 self._canvas.itemconfig(cell_tag, outline='black', width=1)
/dports/www/py-html5-parser/html5-parser-0.4.10/gumbo/
H A Dparser.c1411 GumboParser* parser, const GumboToken* token, GumboTag cell_tag) { in close_table_cell() argument
1415 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1421 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()
/dports/textproc/sigil/Sigil-1.8.0/internal/gumbo/
H A Dparser.c1378 GumboTag cell_tag) { in close_table_cell() argument
1382 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1388 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()
/dports/devel/gumbo/gumbo-parser-0.10.1/src/
H A Dparser.c1514 GumboParser* parser, const GumboToken* token, GumboTag cell_tag) { in close_table_cell() argument
1518 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1524 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qlitehtml/src/3rdparty/litehtml/src/gumbo/
H A Dparser.c1514 GumboParser* parser, const GumboToken* token, GumboTag cell_tag) { in close_table_cell() argument
1518 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1524 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()
/dports/www/kristall/kristall-6b39f244/lib/gumbo-parser/
H A Dparser.c1518 GumboParser* parser, const GumboToken* token, GumboTag cell_tag) { in close_table_cell() argument
1522 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1528 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/gumbo-parser/src/
H A Dparser.c1514 GumboParser* parser, const GumboToken* token, GumboTag cell_tag) { in close_table_cell() argument
1518 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1524 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/src/
H A Dparser.c1378 GumboTag cell_tag) { in close_table_cell() argument
1382 if (!node_html_tag_is(node, cell_tag)) { in close_table_cell()
1388 } while (!node_html_tag_is(node, cell_tag)); in close_table_cell()