Home
last modified time | relevance | path

Searched refs:integpoints (Results 1 – 8 of 8) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/tools/neu2fstr/HECD/
H A DCHECDB_Section.cpp21 integpoints(0), in CHECDB_Section()
36 integpoints = 0; in Clear()
55 hecd->WriteData("FI", thickness, integpoints); in Write()
87 if (!hecd->ReadData(rcode, "FI", &thickness, &integpoints)) return false; in Read()
H A DCHECDB.h190 int integpoints; variable
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_io_struct.h132 int integpoints; member
H A Dhecmw_io_abaqus.c3158 static int read_shellsect_data(double *thickness, int *integpoints) { in read_shellsect_data() argument
3185 *integpoints = 0; in read_shellsect_data()
3190 *integpoints = HECMW_ablex_get_number(); in read_shellsect_data()
3195 if (*integpoints <= 0) { in read_shellsect_data()
3267 int integpoints; in read_shell_section() local
3273 if (read_shellsect_data(&thickness, &integpoints)) return -1; in read_shell_section()
3277 sect_item.shell.integpoints = integpoints; in read_shell_section()
H A Dhecmw_io_hec.c3229 int token, integpoints; in read_section_shell() local
3254 integpoints = HECMW_heclex_get_number(); in read_section_shell()
3259 if (integpoints <= 0) { in read_section_shell()
3273 sect_item->shell.integpoints = integpoints; in read_section_shell()
H A Dhecmw_io_mesh.c311 p->sect.shell.thickness, p->sect.shell.integpoints); in print_sect()
2625 sect->sect_I_item[iidx] = p->sect.shell.integpoints; in setup_sect()
H A Dhecmw_io_nastran.c2445 sect.sect.shell.integpoints = 1; /* JP-329 */
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/tools/neu2fstr/converter/
H A Dconv_neu2hec.cpp647 sec->integpoints = 3; in SetSection()