Home
last modified time | relevance | path

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

/dports/science/silo/silo-4.10.2-bsd/src/taurus/
H A DREADME16 DBGetPointmesh NA 2
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Dpoint.c182 pm = DBGetPointmesh(dbfile, meshname); in main()
202 pm = DBGetPointmesh(dbfile, meshname); in main()
H A DTestReadMask.c427 pmesh = DBGetPointmesh(dbfile, "dir1/pmesh"); in test_readpointmesh()
H A Dmulti_test.c215 m = (void*) DBGetPointmesh(F,NM); \
253 m = (void*) DBGetPointmesh(F,NM); \
287 m = (void*) DBGetPointmesh(F,MN); \
319 m = (void*) DBGetPointmesh(F,MN); \
360 DBpointmesh *pm = DBGetPointmesh(F, MN); \
H A Dempty.c293 DBpointmesh *pointmesh = DBGetPointmesh(dbfile, pmnames[i++]); in main()
/dports/science/silo/silo-4.10.2-bsd/tools/browser/
H A Dfile.c2517 loadfunc = (void*(*)(DBfile*,char*))DBGetPointmesh; in file_deref()
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo.h.in826 * contains a bug in PJ_ReadVariable() as called by DBGetPointmesh() which
2000 SILO_API extern DBpointmesh * DBGetPointmesh(DBfile *, char const *);
H A Dsilo.c6470 DBGetPointmesh(DBfile *dbfile, const char *name) in DBGetPointmesh() function