Searched refs:CeedOperatorCreateLocalVecs (Results 1 – 8 of 8) sorted by relevance
| /honee/include/ |
| H A D | petsc_ops.h | 25 PetscErrorCode CeedOperatorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *i…
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 162 …PetscCall(CeedOperatorCreateLocalVecs(op_quad_coords, DMReturnVecType(dm), PETSC_COMM_SELF, NULL, … in GetQuadratureCoords() 311 …PetscCall(CeedOperatorCreateLocalVecs(op_proj_rhs, DMReturnVecType(spanstats->dm), PETSC_COMM_SELF… in SpanwiseStatisticsSetupL2Projection()
|
| H A D | cflpe.c | 131 …PetscCall(CeedOperatorCreateLocalVecs(op_stats_collect, DMReturnVecType(spanstats->dm), PETSC_COMM… in CreateStatisticCollectionOperator()
|
| H A D | turbulence.c | 94 …PetscCall(CeedOperatorCreateLocalVecs(op_stats_collect, DMReturnVecType(spanstats->dm), PETSC_COMM… in CreateStatisticCollectionOperator()
|
| /honee/src/ |
| H A D | monitor_cfl.c | 118 …PetscCall(CeedOperatorCreateLocalVecs(op_monitor, DMReturnVecType(honee->dm), PETSC_COMM_SELF, NUL… in SetupMontiorCfl()
|
| H A D | monitor_totalkineticenergy.c | 111 …PetscCall(CeedOperatorCreateLocalVecs(op_monitor, DMReturnVecType(honee->dm), PETSC_COMM_SELF, NUL… in SetupMontiorTotalKineticEnergy()
|
| H A D | petsc_ops.c | 172 PetscErrorCode CeedOperatorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *i… in CeedOperatorCreateLocalVecs() function
|
| H A D | misc.c | 244 PetscCall(CeedOperatorCreateLocalVecs(op_mass, DMReturnVecType(dm), PETSC_COMM_SELF, &u, NULL)); in HoneeCalculateDomainSize()
|