Home
last modified time | relevance | path

Searched defs:comm (Results 1 – 25 of 41) sorted by relevance

12

/libCEED/examples/solids/problems/
H A Dmooney-rivlin.c14 PetscErrorCode PhysicsContext_MR(MPI_Comm comm, Ceed ceed, Units *units, CeedQFunctionContext *ctx)… in PhysicsContext_MR()
30 PetscErrorCode PhysicsSmootherContext_MR(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQF… in PhysicsSmootherContext_MR()
65 PetscErrorCode ProcessPhysics_MR(MPI_Comm comm, Physics_MR phys, Units units) { in ProcessPhysics_MR()
H A Dneo-hookean.c14 PetscErrorCode PhysicsContext_NH(MPI_Comm comm, Ceed ceed, Units *units, CeedQFunctionContext *ctx)… in PhysicsContext_NH()
30 PetscErrorCode PhysicsSmootherContext_NH(MPI_Comm comm, Ceed ceed, CeedQFunctionContext ctx, CeedQF… in PhysicsSmootherContext_NH()
62 PetscErrorCode ProcessPhysics_NH(MPI_Comm comm, Physics_NH phys, Units units) { in ProcessPhysics_NH()
/libCEED/examples/solids/src/
H A Dmisc.c23 PetscErrorCode SetupJacobianCtx(MPI_Comm comm, AppCtx app_ctx, DM dm, Vec V, Vec V_loc, CeedData ce… in SetupJacobianCtx()
51 PetscErrorCode SetupProlongRestrictCtx(MPI_Comm comm, AppCtx app_ctx, DM dm_c, DM dm_f, Vec V_f, Ve… in SetupProlongRestrictCtx()
112 PetscErrorCode ViewSolution(MPI_Comm comm, AppCtx app_ctx, Vec U, PetscInt increment, PetscScalar l… in ViewSolution()
144 PetscErrorCode ViewDiagnosticQuantities(MPI_Comm comm, DM dmU, UserMult user, AppCtx app_ctx, Vec U… in ViewDiagnosticQuantities()
H A Dsetup-dm.c34 PetscErrorCode CreateDistributedDM(MPI_Comm comm, AppCtx app_ctx, DM *dm) { in CreateDistributedDM()
66 MPI_Comm comm; in SetupDMByDegree() local
H A Dcl-options.c20 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx) { in ProcessCommandLineOptions()
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c35 PetscErrorCode CalcCholeskyDecomp(MPI_Comm comm, PetscInt nprofs, const CeedScalar Rij[6][nprofs], … in CalcCholeskyDecomp()
63 static PetscErrorCode ReadStgInflow(const MPI_Comm comm, const char path[PETSC_MAX_PATH_LEN], StgSh… in ReadStgInflow()
120 static PetscErrorCode ReadStgRand(const MPI_Comm comm, const char path[PETSC_MAX_PATH_LEN], StgShur… in ReadStgRand()
166 PetscErrorCode GetStgContextData(const MPI_Comm comm, const DM dm, char stg_inflow_path[PETSC_MAX_P… in GetStgContextData()
220 PetscErrorCode SetupStg(const MPI_Comm comm, const DM dm, ProblemData problem, User user, const boo… in SetupStg()
H A Deulervortex.c22 MPI_Comm comm = user->comm; in NS_EULER_VORTEX() local
146 MPI_Comm comm = user->comm; in PRINT_EULER_VORTEX() local
H A Dshocktube.c21 MPI_Comm comm = user->comm; in NS_SHOCKTUBE() local
145 MPI_Comm comm = user->comm; in PRINT_SHOCKTUBE() local
H A Dgaussianwave.c21 MPI_Comm comm = user->comm; in NS_GAUSSIAN_WAVE() local
H A Dadvection.c92 MPI_Comm comm = user->comm; in NS_ADVECTION() local
277 MPI_Comm comm = user->comm; in PRINT_ADVECTION() local
H A Dblasius.c117 static PetscErrorCode GetYNodeLocs(const MPI_Comm comm, const char path[PETSC_MAX_PATH_LEN], PetscR… in GetYNodeLocs()
166 static PetscErrorCode ModifyMesh(MPI_Comm comm, DM dm, PetscInt dim, PetscReal growth, PetscInt N, … in ModifyMesh()
243 MPI_Comm comm = user->comm; in NS_BLASIUS() local
H A Dchannel.c20 MPI_Comm comm = user->comm; in NS_CHANNEL() local
H A Ddensitycurrent.c20 MPI_Comm comm = user->comm; in NS_DENSITY_CURRENT() local
H A Dnewtonian.c219 MPI_Comm comm = user->comm; in NS_NEWTONIAN_IG() local
479 MPI_Comm comm = user->comm; in PRINT_NEWTONIAN() local
/libCEED/examples/fluids/src/
H A Dmisc.c114 PetscErrorCode LoadFluidsBinaryVec(MPI_Comm comm, PetscViewer viewer, Vec Q, PetscReal *time, Petsc… in LoadFluidsBinaryVec()
147 MPI_Comm comm = PetscObjectComm((PetscObject)Q); in RegressionTest() local
234 PetscErrorCode SetupICsFromBinary(MPI_Comm comm, AppCtx app_ctx, Vec Q) { in SetupICsFromBinary()
307 PetscErrorCode PhastaDatFileOpen(const MPI_Comm comm, const char path[PETSC_MAX_PATH_LEN], const Pe… in PhastaDatFileOpen()
333 PetscErrorCode PhastaDatFileGetNRows(const MPI_Comm comm, const char path[PETSC_MAX_PATH_LEN], Pets… in PhastaDatFileGetNRows()
345 PetscErrorCode PhastaDatFileReadToArrayReal(MPI_Comm comm, const char path[PETSC_MAX_PATH_LEN], Pet… in PhastaDatFileReadToArrayReal()
374 MPI_Comm comm = PetscObjectComm((PetscObject)ts); in PrintRunInfo() local
H A Dcloptions.c34 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx, SimpleBC bc) { in ProcessCommandLineOptions()
H A Dvelocity_gradient_projection.c108 MPI_Comm comm = PetscObjectComm((PetscObject)grad_velo_proj->dm); in VelocityGradientProjectionSetup() local
H A Dgrid_anisotropy_tensor.c22 MPI_Comm comm = PetscObjectComm((PetscObject)user->dm); in GridAnisotropyTensorProjectionSetupApply() local
H A Dsetupdm.c19 PetscErrorCode CreateDM(MPI_Comm comm, ProblemData problem, MatType mat_type, VecType vec_type, DM … in CreateDM()
H A Dsetupts.c61 MPI_Comm comm; in Surface_Forces_NS() local
298 MPI_Comm comm = user->comm; in TSSolve_NS() local
/libCEED/examples/petsc/src/
H A Dmatops.c8 PetscErrorCode SetupApplyOperatorCtx(MPI_Comm comm, DM dm, Ceed ceed, CeedData ceed_data, Vec X_loc… in SetupApplyOperatorCtx()
24 PetscErrorCode SetupErrorOperatorCtx(MPI_Comm comm, DM dm, Ceed ceed, CeedData ceed_data, Vec X_loc… in SetupErrorOperatorCtx()
/libCEED/examples/fluids/
H A Dnavierstokes.c106 MPI_Comm comm = PETSC_COMM_WORLD; in main() local
/libCEED/examples/petsc/include/
H A Dstructs.h22 MPI_Comm comm; member
33 MPI_Comm comm; member
86 MPI_Comm comm; member
/libCEED/examples/petsc/
H A Darea.c59 MPI_Comm comm; in main() local
H A Dbpssphere.c50 MPI_Comm comm; in main() local

12