Home
last modified time | relevance | path

Searched defs:host (Results 1 – 14 of 14) sorted by relevance

/petsc/lib/petsc/bin/saws/
H A DSAWs.py13 host = os.getenv('SAWS_HOST') variable
15 host = 'localhost' variable
/petsc/src/sys/objects/device/impls/host/
H A Dhostdevice.hpp11 namespace host namespace
H A Dhostdevice.cxx9 namespace host namespace
H A Dhostcontext.cxx11 namespace host namespace
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/
H A Dzdrawvf.c22 PETSC_EXTERN void petscviewermonitorlgsetup_(PetscViewer *v, char *host, char *label, char *metric,… in petscviewermonitorlgsetup_()
/petsc/src/ts/utils/
H A Ddmnetworkts.c28 PetscErrorCode TSMonitorLGCtxNetworkCreate(TS ts, const char host[], const char label[], int x, int… in TSMonitorLGCtxNetworkCreate()
/petsc/src/sys/webclient/
H A Dclient.c107 char contentlength[40], contenttype[80], *path, *host; in PetscHTTPBuildRequest() local
297 PetscErrorCode PetscHTTPSConnect(const char host[], int port, SSL_CTX *ctx, int *sock, SSL **ssl) in PetscHTTPSConnect()
/petsc/src/sys/classes/matlabengine/
H A Dmatlab.c44 PetscErrorCode PetscMatlabEngineCreate(MPI_Comm comm, const char host[], PetscMatlabEngine *mengine) in PetscMatlabEngineCreate()
/petsc/src/ts/interface/
H A Dtseig.c46 PetscErrorCode TSMonitorSPEigCtxCreate(MPI_Comm comm, const char host[], const char label[], int x,… in TSMonitorSPEigCtxCreate()
H A Dtsmon.c403 PetscErrorCode TSMonitorLGCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, in… in TSMonitorLGCtxCreate()
491 PetscErrorCode TSMonitorSPCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, in… in TSMonitorSPCtxCreate()
518 PetscErrorCode TSMonitorHGCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, in… in TSMonitorHGCtxCreate()
734 PetscErrorCode TSMonitorDrawCtxCreate(MPI_Comm comm, const char host[], const char label[], int x, … in TSMonitorDrawCtxCreate()
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c279 PetscErrorCode PetscViewerMathematicaSetLinkHost(PetscViewer v, const char *host) in PetscViewerMathematicaSetLinkHost()
/petsc/include/petsc/private/
H A Dveccupmimpl.h57 value_type *&host; member
62 static constexpr CooPair<U> make_coo_pair(U *&device, U *&host, PetscCount size) noexcept in make_coo_pair()
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c683 PetscErrorCode PetscViewerMonitorLGSetUp(PetscViewer viewer, const char host[], const char title[],… in PetscViewerMonitorLGSetUp()
/petsc/src/tao/interface/
H A Dtaosolver.c2828 PetscErrorCode TaoMonitorDrawCtxCreate(MPI_Comm comm, const char host[], const char label[], int x,… in TaoMonitorDrawCtxCreate()