| /honee/src/ |
| H A D | qdata.c | 94 PetscErrorCode QDataGetNumComponents(DM dm, CeedInt *q_data_size) { in QDataGetNumComponents() 132 PetscErrorCode QDataGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, CeedElemRestr… in QDataGet() 197 PetscErrorCode QDataBoundaryGetNumComponents(DM dm, CeedInt *q_data_size) { in QDataBoundaryGetNumComponents() 226 PetscErrorCode QDataBoundaryGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, CeedE… in QDataBoundaryGet() 284 PetscErrorCode QDataBoundaryGradientGetNumComponents(DM dm, CeedInt *q_data_size) { in QDataBoundaryGradientGetNumComponents() 315 PetscErrorCode QDataBoundaryGradientGet(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_valu… in QDataBoundaryGradientGet()
|
| H A D | dm-utils.c | 23 PetscErrorCode DMFieldToDSField(DM dm, DMLabel domain_label, PetscInt dm_field, PetscInt *ds_field)… in DMFieldToDSField() 80 PetscErrorCode DMPlexCeedElemRestrictionCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt lab… in DMPlexCeedElemRestrictionCreate() 137 PetscErrorCode DMPlexCeedElemRestrictionCoordinateCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCoordinateCreate() 166 static PetscErrorCode DMPlexCeedElemRestrictionStridedCreate(Ceed ceed, DM dm, DMLabel domain_label… in DMPlexCeedElemRestrictionStridedCreate() 252 PetscErrorCode DMPlexCeedElemRestrictionQDataCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscIn… in DMPlexCeedElemRestrictionQDataCreate() 274 PetscErrorCode DMPlexCeedElemRestrictionCollocatedCreate(Ceed ceed, DM dm, DMLabel domain_label, Pe… in DMPlexCeedElemRestrictionCollocatedCreate() 495 static inline PetscErrorCode GetGlobalDMPlexPolytopeType(DM dm, DMLabel domain_label, PetscInt labe… in GetGlobalDMPlexPolytopeType() 536 static inline PetscErrorCode GetClosurePermutationAndFieldOffsetAtDepth(DM dm, PetscInt depth, Pets… in GetClosurePermutationAndFieldOffsetAtDepth() 591 static inline PetscErrorCode ComputeFieldTabulationP2C(DM dm, PetscInt field, PetscInt face, PetscT… in ComputeFieldTabulationP2C() 764 PetscErrorCode DMPlexCeedBasisCreate(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value, … in DMPlexCeedBasisCreate() [all …]
|
| H A D | setupdm.c | 15 …cErrorCode CreateDM(Honee honee, ProblemData problem, MatType mat_type, VecType vec_type, DM *dm) { in CreateDM() 74 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys)… in SetUpDM() 123 PetscErrorCode VizRefineDM(DM dm, Honee honee, ProblemData problem, Physics phys) { in VizRefineDM()
|
| H A D | misc.c | 14 PetscErrorCode ICs_FixMultiplicity(DM dm, Honee honee, Vec Q_loc, Vec Q, CeedScalar time) { in ICs_FixMultiplicity() 49 PetscErrorCode SetBCsFromICs(DM dm, Vec Q, Vec Q_loc) { in SetBCsFromICs() 77 PetscErrorCode DMPlexInsertBoundaryValues_FromICs(DM dm, PetscBool insert_essential, Vec Q_loc, Pet… in DMPlexInsertBoundaryValues_FromICs() 125 PetscErrorCode PrintError(DM dm, Honee honee, Vec Q, PetscScalar final_time) { in PrintError() 150 PetscErrorCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final… in PostProcess() 219 DM dm = honee->dm, dm_coord; in HoneeCalculateDomainSize() local
|
| H A D | boundary_condition.c | 127 DM dm; in HoneeBCCreateIFunctionQF() local 175 DM dm; in HoneeBCCreateIJacobianQF() local 222 DM dm; in HoneeBCAddIFunctionOp() local 291 DM dm; in HoneeBCAddIJacobianOp() local
|
| H A D | strong_boundary_conditions.c | 12 PetscErrorCode SetupStrongSTG_Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys… in SetupStrongSTG_Ceed() 185 PetscErrorCode DMPlexInsertBoundaryValues_StrongBCCeed(DM dm, PetscBool insert_essential, Vec Q_loc… in DMPlexInsertBoundaryValues_StrongBCCeed() 210 PetscErrorCode SetupStrongBC_Ceed(Ceed ceed, DM dm, Honee honee, ProblemData problem) { in SetupStrongBC_Ceed()
|
| H A D | petsc_ops.c | 12 PetscErrorCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *ve… in DMGetLocalVectorInfo() 25 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… in DMGetGlobalVectorInfo() 152 VecType DMReturnVecType(DM dm) { in DMReturnVecType()
|
| H A D | honee-meshtransform.c | 59 static PetscErrorCode HoneeMeshTransform_PlateMesh(MPI_Comm comm, DM dm, PetscReal growth, PetscInt… in HoneeMeshTransform_PlateMesh() 142 PetscErrorCode HoneeMeshTransformFromOptions(DM dm) { in HoneeMeshTransformFromOptions()
|
| H A D | inverse_multiplicity.c | 23 PetscErrorCode GetInverseMultiplicity(Ceed ceed, DM dm, DMLabel domain_label, PetscInt label_value,… in GetInverseMultiplicity()
|
| H A D | setuplibceed.c | 56 DM dm = honee->dm; in CreateKSPMass() local 92 PetscErrorCode SetupLibceed(Ceed ceed, DM dm, Honee honee, AppCtx app_ctx, ProblemData problem) { in SetupLibceed()
|
| H A D | bc_definition.c | 231 PetscErrorCode BCDefinitionSetDM(BCDefinition bc_def, DM dm) { in BCDefinitionSetDM() 249 PetscErrorCode BCDefinitionGetDM(BCDefinition bc_def, DM *dm) { in BCDefinitionGetDM()
|
| H A D | setupts.c | 72 static PetscErrorCode Surface_Forces_NS(DM dm, Vec G_loc, PetscInt num_walls, const PetscInt walls[… in Surface_Forces_NS() 383 DM dm; in HoneeTSEvaluationSolutions() local 410 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… in TSSolve_NS()
|
| /honee/src/smartsim/ |
| H A D | solution.c | 31 DM dm, output_dm; in TSMonitor_SmartSimSolutionSetup() local 51 DM dm, output_dm; in TSMonitor_SmartSimSolution() local
|
| /honee/include/ |
| H A D | nodal_projection.h | 7 DM dm; member
|
| H A D | bc_definition.h | 23 DM dm; member
|
| /honee/problems/ |
| H A D | taylorgreen.c | 11 PetscErrorCode NS_TAYLOR_GREEN(ProblemData problem, DM dm, void *ctx) { in NS_TAYLOR_GREEN()
|
| H A D | channel.c | 38 PetscErrorCode NS_CHANNEL(ProblemData problem, DM dm, void *ctx) { in NS_CHANNEL() 149 static PetscErrorCode DivDiffFluxVerifyMesh(DM dm) { in DivDiffFluxVerifyMesh()
|
| H A D | bc_slip.c | 58 PetscErrorCode SlipBCSetup(BCDefinition bc_def, ProblemData problem, DM dm, void *ctx, CeedQFunctio… in SlipBCSetup()
|
| H A D | gaussianwave.c | 15 PetscErrorCode NS_GAUSSIAN_WAVE(ProblemData problem, DM dm, void *ctx) { in NS_GAUSSIAN_WAVE()
|
| H A D | stg_shur14.c | 162 PetscErrorCode GetStgContextData(const MPI_Comm comm, const DM dm, char stg_inflow_path[PETSC_MAX_P… in GetStgContextData() 237 PetscErrorCode SetupStg(const MPI_Comm comm, const DM dm, ProblemData problem, Honee honee, const b… in SetupStg() 334 PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys) { in SetupStrongStg()
|
| H A D | densitycurrent.c | 14 PetscErrorCode NS_DENSITY_CURRENT(ProblemData problem, DM dm, void *ctx) { in NS_DENSITY_CURRENT()
|
| H A D | shocktube.c | 27 PetscErrorCode NS_SHOCKTUBE(ProblemData problem, DM dm, void *ctx) { in NS_SHOCKTUBE()
|
| H A D | bc_outflow.c | 113 PetscErrorCode OutflowBCSetup(BCDefinition bc_def, ProblemData problem, DM dm, void *ctx, Newtonian… in OutflowBCSetup()
|
| H A D | eulervortex.c | 54 PetscErrorCode NS_EULER_VORTEX(ProblemData problem, DM dm, void *ctx) { in NS_EULER_VORTEX()
|
| /honee/examples/ |
| H A D | navierstokes.c | 62 DM dm; in main() local
|