Lines Matching defs:prob

62 PetscErrorCode PetscDSSetType(PetscDS prob, PetscDSType name)  in PetscDSSetType()
99 PetscErrorCode PetscDSGetType(PetscDS prob, PetscDSType *name) in PetscDSGetType()
256 PetscErrorCode PetscDSView(PetscDS prob, PetscViewer v) in PetscDSView()
289 PetscErrorCode PetscDSSetFromOptions(PetscDS prob) in PetscDSSetFromOptions()
361 PetscErrorCode PetscDSSetUp(PetscDS prob) in PetscDSSetUp()
525 static PetscErrorCode PetscDSDestroyStructs_Static(PetscDS prob) in PetscDSDestroyStructs_Static()
538 static PetscErrorCode PetscDSEnlarge_Static(PetscDS prob, PetscInt NfNew) in PetscDSEnlarge_Static()
718 PetscErrorCode PetscDSGetNumFields(PetscDS prob, PetscInt *Nf) in PetscDSGetNumFields()
742 PetscErrorCode PetscDSGetSpatialDimension(PetscDS prob, PetscInt *dim) in PetscDSGetSpatialDimension()
778 PetscErrorCode PetscDSGetCoordinateDimension(PetscDS prob, PetscInt *dimEmbed) in PetscDSGetCoordinateDimension()
801 PetscErrorCode PetscDSSetCoordinateDimension(PetscDS prob, PetscInt dimEmbed) in PetscDSSetCoordinateDimension()
974 PetscErrorCode PetscDSGetTotalDimension(PetscDS prob, PetscInt *dim) in PetscDSGetTotalDimension()
999 PetscErrorCode PetscDSGetTotalComponents(PetscDS prob, PetscInt *Nc) in PetscDSGetTotalComponents()
1025 PetscErrorCode PetscDSGetDiscretization(PetscDS prob, PetscInt f, PetscObject *disc) in PetscDSGetDiscretization()
1049 PetscErrorCode PetscDSSetDiscretization(PetscDS prob, PetscInt f, PetscObject disc) in PetscDSSetDiscretization()
1135 PetscErrorCode PetscDSAddDiscretization(PetscDS prob, PetscObject disc) in PetscDSAddDiscretization()
1157 PetscErrorCode PetscDSGetQuadrature(PetscDS prob, PetscQuadrature *q) in PetscDSGetQuadrature()
1189 PetscErrorCode PetscDSGetImplicit(PetscDS prob, PetscInt f, PetscBool *implicit) in PetscDSGetImplicit()
1213 PetscErrorCode PetscDSSetImplicit(PetscDS prob, PetscInt f, PetscBool implicit) in PetscDSSetImplicit()
1581 PetscErrorCode PetscDSUseJacobianPreconditioner(PetscDS prob, PetscBool useJacPre) in PetscDSUseJacobianPreconditioner()
2291 PetscErrorCode PetscDSGetExactSolution(PetscDS prob, PetscInt f, PetscPointExactSolutionFn **sol, v… in PetscDSGetExactSolution()
2322 PetscErrorCode PetscDSSetExactSolution(PetscDS prob, PetscInt f, PetscPointExactSolutionFn *sol, Pe… in PetscDSSetExactSolution()
2356 PetscErrorCode PetscDSGetExactSolutionTimeDerivative(PetscDS prob, PetscInt f, PetscPointExactSolut… in PetscDSGetExactSolutionTimeDerivative()
2387 PetscErrorCode PetscDSSetExactSolutionTimeDerivative(PetscDS prob, PetscInt f, PetscPointExactSolut… in PetscDSSetExactSolutionTimeDerivative()
2655 PetscErrorCode PetscDSGetFieldIndex(PetscDS prob, PetscObject disc, PetscInt *f) in PetscDSGetFieldIndex()
2687 PetscErrorCode PetscDSGetFieldSize(PetscDS prob, PetscInt f, PetscInt *size) in PetscDSGetFieldSize()
2714 PetscErrorCode PetscDSGetFieldOffset(PetscDS prob, PetscInt f, PetscInt *off) in PetscDSGetFieldOffset()
2780 PetscErrorCode PetscDSGetDimensions(PetscDS prob, PetscInt *dimensions[]) in PetscDSGetDimensions()
2805 PetscErrorCode PetscDSGetComponents(PetscDS prob, PetscInt *components[]) in PetscDSGetComponents()
2831 PetscErrorCode PetscDSGetComponentOffset(PetscDS prob, PetscInt f, PetscInt *off) in PetscDSGetComponentOffset()
2857 PetscErrorCode PetscDSGetComponentOffsets(PetscDS prob, PetscInt *offsets[]) in PetscDSGetComponentOffsets()
2882 PetscErrorCode PetscDSGetComponentDerivativeOffsets(PetscDS prob, PetscInt *offsets[]) in PetscDSGetComponentDerivativeOffsets()
2983 PetscErrorCode PetscDSGetTabulation(PetscDS prob, PetscTabulation *T[]) PeNS in PetscDSGetTabulation()
3011 PetscErrorCode PetscDSGetFaceTabulation(PetscDS prob, PetscTabulation *Tf[]) in PetscDSGetFaceTabulation()
3021 PetscErrorCode PetscDSGetEvaluationArrays(PetscDS prob, PetscScalar *u[], PetscScalar *u_t[], Petsc… in PetscDSGetEvaluationArrays()
3041 PetscErrorCode PetscDSGetWeakFormArrays(PetscDS prob, PetscScalar *f0[], PetscScalar *f1[], PetscSc… in PetscDSGetWeakFormArrays()
3073 PetscErrorCode PetscDSGetWorkspace(PetscDS prob, PetscReal **x, PetscScalar **basisReal, PetscScala… in PetscDSGetWorkspace()
3689 PetscErrorCode PetscDSSelectDiscretizations(PetscDS prob, PetscInt numFields, const PetscInt fields… in PetscDSSelectDiscretizations()
3738 PetscErrorCode PetscDSSelectEquations(PetscDS prob, PetscInt numFields, const PetscInt fields[], Pe… in PetscDSSelectEquations()
3798 PetscErrorCode PetscDSCopyEquations(PetscDS prob, PetscDS newprob) in PetscDSCopyEquations()
3830 PetscErrorCode PetscDSCopyConstants(PetscDS prob, PetscDS newprob) in PetscDSCopyConstants()
3946 PetscErrorCode PetscDSGetHeightSubspace(PetscDS prob, PetscInt height, PetscDS *subprob) in PetscDSGetHeightSubspace()