Searched refs:MatCreateCeed (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/include/ |
| H A D | mat-ceed.h | 17 PETSC_CEED_EXTERN PetscErrorCode MatCreateCeed(DM dm_x, DM dm_y, CeedOperator op_mult, CeedOperator…
|
| /libCEED/examples/fluids/src/ |
| H A D | velocity_gradient_projection.c | 110 PetscCall(MatCreateCeed(grad_velo_proj->dm, grad_velo_proj->dm, op_mass, NULL, &mat_mass)); in VelocityGradientProjectionSetup()
|
| H A D | grid_anisotropy_tensor.c | 78 PetscCall(MatCreateCeed(grid_aniso_proj->dm, grid_aniso_proj->dm, op_mass, NULL, &mat_mass)); in GridAnisotropyTensorProjectionSetupApply()
|
| H A D | setuplibceed.c | 73 PetscCall(MatCreateCeed(dm, dm, op_mass, NULL, &mat_mass)); in CreateKSPMass() 472 PetscCall(MatCreateCeed(user->dm, user->dm, op_ijacobian, NULL, &user->mat_ijacobian)); in SetupLibceed()
|
| H A D | differential_filter.c | 162 PetscCall(MatCreateCeed(dm_filter, dm_filter, op_lhs, NULL, &mat_lhs)); in DifferentialFilterCreateOperators()
|
| H A D | turb_spanstats.c | 331 PetscCall(MatCreateCeed(user->spanstats.dm, user->spanstats.dm, op_mass, NULL, &mat_mass)); in SetupL2ProjectionStats()
|
| H A D | mat-ceed.c | 317 PetscErrorCode MatCreateCeed(DM dm_x, DM dm_y, CeedOperator op_mult, CeedOperator op_mult_transpose… in MatCreateCeed() function
|