| /libCEED/examples/solids/problems/ |
| H A D | mooney-rivlin.c | 14 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 D | neo-hookean.c | 14 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 D | misc.c | 23 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 D | setup-dm.c | 34 PetscErrorCode CreateDistributedDM(MPI_Comm comm, AppCtx app_ctx, DM *dm) { in CreateDistributedDM() 66 MPI_Comm comm; in SetupDMByDegree() local
|
| H A D | cl-options.c | 20 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx) { in ProcessCommandLineOptions()
|
| /libCEED/examples/fluids/problems/ |
| H A D | stg_shur14.c | 35 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 D | eulervortex.c | 22 MPI_Comm comm = user->comm; in NS_EULER_VORTEX() local 146 MPI_Comm comm = user->comm; in PRINT_EULER_VORTEX() local
|
| H A D | shocktube.c | 21 MPI_Comm comm = user->comm; in NS_SHOCKTUBE() local 145 MPI_Comm comm = user->comm; in PRINT_SHOCKTUBE() local
|
| H A D | gaussianwave.c | 21 MPI_Comm comm = user->comm; in NS_GAUSSIAN_WAVE() local
|
| H A D | advection.c | 92 MPI_Comm comm = user->comm; in NS_ADVECTION() local 277 MPI_Comm comm = user->comm; in PRINT_ADVECTION() local
|
| H A D | blasius.c | 117 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 D | channel.c | 20 MPI_Comm comm = user->comm; in NS_CHANNEL() local
|
| H A D | densitycurrent.c | 20 MPI_Comm comm = user->comm; in NS_DENSITY_CURRENT() local
|
| H A D | newtonian.c | 219 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 D | misc.c | 114 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 D | cloptions.c | 34 PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx, SimpleBC bc) { in ProcessCommandLineOptions()
|
| H A D | velocity_gradient_projection.c | 108 MPI_Comm comm = PetscObjectComm((PetscObject)grad_velo_proj->dm); in VelocityGradientProjectionSetup() local
|
| H A D | grid_anisotropy_tensor.c | 22 MPI_Comm comm = PetscObjectComm((PetscObject)user->dm); in GridAnisotropyTensorProjectionSetupApply() local
|
| H A D | setupdm.c | 19 PetscErrorCode CreateDM(MPI_Comm comm, ProblemData problem, MatType mat_type, VecType vec_type, DM … in CreateDM()
|
| H A D | setupts.c | 61 MPI_Comm comm; in Surface_Forces_NS() local 298 MPI_Comm comm = user->comm; in TSSolve_NS() local
|
| /libCEED/examples/petsc/src/ |
| H A D | matops.c | 8 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 D | navierstokes.c | 106 MPI_Comm comm = PETSC_COMM_WORLD; in main() local
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 22 MPI_Comm comm; member 33 MPI_Comm comm; member 86 MPI_Comm comm; member
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 59 MPI_Comm comm; in main() local
|
| H A D | bpssphere.c | 50 MPI_Comm comm; in main() local
|