Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dmakefile8 mex-scripts: sread sopen sclose swrite
29 sopen: target
30 …MEX} -g GCC='${CC}' CC='${PCC}' CFLAGS='${COPTFLAGS} ${CC_FLAGS} ${CCPPFLAGS} ${PCC_FLAGS}' sopen.c
31 -@${RM} -f sopen.o
32 -@${MV} sopen.mex* ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/matlab
/petsc/share/petsc/matlab/@PetscOpenSocket/
H A DPetscOpenSocket.m5 % This provides an object-oriented interface to the PETSc provided MATLAB routines sopen(), sread(…
8 % The MEX source for sopen(), sread() and sclose() is in $PETSC_DIR/src/sys/classes/viewer/impls/s…
11 S = struct('fd', sopen());
13 S = struct('fd', sopen(socketnumber));
H A Dclose.m3 % O = close(sreader) - closes the socket connection created with sopen(socketnumber)
H A Dwrite.m3 % write(sreader,data,datatype) - writes data to a socket opened with sopen(socketnumber)
H A Dread.m3 % O = read(sreader,count,datatype) - reads data from a socket opened with sopen(socketnumber)