Home
last modified time | relevance | path

Searched refs:bndnames (Results 1 – 5 of 5) sorted by relevance

/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dalloc.c788 if (msh->bndnames && msh->nbounds) in DBFreeCsgmesh()
791 FREE(msh->bndnames[i]); in DBFreeCsgmesh()
798 FREE(msh->bndnames); in DBFreeCsgmesh()
H A Dsilo.h.in1468 char **bndnames; /* [nbounds] boundary names */ member
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dstc.c2008 COMP (bndnames, in stc_silo_types()
/dports/science/silo/silo-4.10.2-bsd/src/hdf5_drv/
H A Dsilo_hdf5.c325 char bndnames[256]; member
2115 MEMBER_S(str256, bndnames); in db_hdf5_init()
8403 char *tmpbndnames = (char *)db_hdf5_comprd(dbfile, m.bndnames, 1); in db_hdf5_GetCsgmesh()
8405 … csgm->bndnames = DBStringListToStringArray(tmpbndnames, &m.nbounds, !skipFirstSemicolon); in db_hdf5_GetCsgmesh()
/dports/science/silo/silo-4.10.2-bsd/src/pdb_drv/
H A Dsilo_pdb.c5790 … tmpcsgm.bndnames = DBStringListToStringArray(tmpbndnames, &tmpcsgm.nbounds, !skipFirstSemicolon); in db_pdb_GetCsgmesh()