Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 64) sorted by relevance

123

/petsc/src/dm/field/interface/
H A Ddmfield.c7 …rrorCode DMFieldCreate(DM dm, PetscInt numComponents, DMFieldContinuity continuity, DMField *field) in DMFieldCreate()
37 PetscErrorCode DMFieldDestroy(DMField *field) in DMFieldDestroy()
65 PetscErrorCode DMFieldView(DMField field, PetscViewer viewer) in DMFieldView()
108 PetscErrorCode DMFieldSetType(DMField field, DMFieldType type) in DMFieldSetType()
147 PetscErrorCode DMFieldGetType(DMField field, DMFieldType *type) in DMFieldGetType()
172 PetscErrorCode DMFieldGetNumComponents(DMField field, PetscInt *nc) in DMFieldGetNumComponents()
196 PetscErrorCode DMFieldGetDM(DMField field, DM *dm) in DMFieldGetDM()
234 PetscErrorCode DMFieldEvaluate(DMField field, Vec points, PetscDataType datatype, void *B, void *D,… in DMFieldEvaluate()
276 PetscErrorCode DMFieldEvaluateFE(DMField field, IS cellIS, PetscQuadrature points, PetscDataType da… in DMFieldEvaluateFE()
316 PetscErrorCode DMFieldEvaluateFV(DMField field, IS cellIS, PetscDataType datatype, void *B, void *D… in DMFieldEvaluateFV()
[all …]
/petsc/src/dm/field/impls/shell/
H A Ddmfieldshell.c8 PetscErrorCode DMFieldShellGetContext(DMField field, PetscCtxRt ctx) in DMFieldShellGetContext()
21 static PetscErrorCode DMFieldDestroy_Shell(DMField field) in DMFieldDestroy_Shell()
31 PetscErrorCode DMFieldShellEvaluateFEDefault(DMField field, IS pointIS, PetscQuadrature quad, Petsc… in DMFieldShellEvaluateFEDefault()
144 PetscErrorCode DMFieldShellEvaluateFVDefault(DMField field, IS pointIS, PetscDataType type, void *B… in DMFieldShellEvaluateFVDefault()
177 PetscErrorCode DMFieldShellSetDestroy(DMField field, PetscErrorCode (*destroy)(DMField)) in DMFieldShellSetDestroy() argument
187 PetscErrorCode DMFieldShellSetEvaluate(DMField field, PetscErrorCode (*evaluate)(DMField, Vec, Pets… in DMFieldShellSetEvaluate() argument
195 PetscErrorCode DMFieldShellSetEvaluateFE(DMField field, PetscErrorCode (*evaluateFE)(DMField, IS, P… in DMFieldShellSetEvaluateFE() argument
203 PetscErrorCode DMFieldShellSetEvaluateFV(DMField field, PetscErrorCode (*evaluateFV)(DMField, IS, P… in DMFieldShellSetEvaluateFV() argument
211 PetscErrorCode DMFieldShellSetGetDegree(DMField field, PetscErrorCode (*getDegree)(DMField, IS, Pet… in DMFieldShellSetGetDegree() argument
219 PetscErrorCode DMFieldShellSetCreateDefaultQuadrature(DMField field, PetscErrorCode (*createDefault… in DMFieldShellSetCreateDefaultQuadrature() argument
[all …]
/petsc/src/dm/impls/moab/
H A Ddmmbfield.cxx201 PetscErrorCode DMMoabGetFieldName(DM dm, PetscInt field, const char *fieldName[]) in DMMoabGetFieldName()
231 PetscErrorCode DMMoabSetFieldName(DM dm, PetscInt field, const char *fieldName) in DMMoabSetFieldName()
265 PetscErrorCode DMMoabGetFieldDof(DM dm, moab::EntityHandle point, PetscInt field, PetscInt *dof) in DMMoabGetFieldDof()
296 …FieldDofs(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscInt field, PetscInt *dof) in DMMoabGetFieldDofs()
335 …DofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle *points, PetscInt field, PetscInt *dof) in DMMoabGetFieldDofsLocal()
376 PetscInt i, field, offset; in DMMoabGetDofs() local
417 PetscInt i, field, offset; in DMMoabGetDofsLocal() local
/petsc/src/dm/impls/plex/
H A Dplexpoint.c134 PetscErrorCode DMPlexGetPointLocalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, Pet… in DMPlexGetPointLocalField()
166 PetscErrorCode DMPlexPointLocalFieldRead(DM dm, PetscInt point, PetscInt field, const PetscScalar *… in DMPlexPointLocalFieldRead()
197 PetscErrorCode DMPlexPointLocalFieldRef(DM dm, PetscInt point, PetscInt field, PetscScalar *array, … in DMPlexPointLocalFieldRef()
341 PetscErrorCode DMPlexGetPointGlobalField(DM dm, PetscInt point, PetscInt field, PetscInt *start, Pe… in DMPlexGetPointGlobalField()
373 PetscErrorCode DMPlexPointGlobalFieldRead(DM dm, PetscInt point, PetscInt field, const PetscScalar … in DMPlexPointGlobalFieldRead()
404 PetscErrorCode DMPlexPointGlobalFieldRef(DM dm, PetscInt point, PetscInt field, PetscScalar *array,… in DMPlexPointGlobalFieldRef()
H A Dplexvtu.c146 static PetscErrorCode DMGetFieldIfFV_Private(DM dm, PetscInt field, PetscFV *fv) in DMGetFieldIfFV_Private()
271 PetscInt bs = 1, nfields, field; in DMPlexVTKWriteAll_VTU() local
365 PetscInt bs = 1, nfields, field; in DMPlexVTKWriteAll_VTU() local
540 PetscInt bs = 1, nfields, field; in DMPlexVTKWriteAll_VTU() local
638 PetscInt bs = 1, nfields, field; in DMPlexVTKWriteAll_VTU() local
766 PetscInt bs = 1, nfields, field; in DMPlexVTKWriteAll_VTU() local
816 PetscInt bs = 1, nfields, field; in DMPlexVTKWriteAll_VTU() local
H A Dplexsection.c203 PetscInt field = 0; in DMPlexCreateSectionBCDof() local
291 const PetscInt field = bcField[bc]; in DMPlexCreateSectionBCIndicesField() local
486 PetscInt field; in DMCreateLocalSection_Plex() local
523 PetscInt bd2, field, numComps, numValues; in DMCreateLocalSection_Plex() local
H A Dplexfvm.c7 …dmCell, PetscLimiter lim, PetscInt dim, PetscInt dof, PetscInt cell, PetscInt field, PetscInt face… in DMPlexApplyLimiter_Internal()
66 PetscInt dim, face, cell, field, dof, cStart, cEnd, nFields; in DMPlexReconstructGradients_Internal() local
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c12 static PetscErrorCode DMFieldDestroy_DA(DMField field) in DMFieldDestroy_DA()
23 static PetscErrorCode DMFieldView_DA(DMField field, PetscViewer viewer) in DMFieldView_DA()
179 static PetscErrorCode DMFieldEvaluate_DA(DMField field, Vec points, PetscDataType datatype, void *B… in DMFieldEvaluate_DA()
203 static PetscErrorCode DMFieldEvaluateFE_DA(DMField field, IS cellIS, PetscQuadrature points, PetscD… in DMFieldEvaluateFE_DA()
302 static PetscErrorCode DMFieldEvaluateFV_DA(DMField field, IS cellIS, PetscDataType datatype, void *… in DMFieldEvaluateFV_DA()
355 static PetscErrorCode DMFieldGetDegree_DA(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DA()
376 static PetscErrorCode DMFieldCreateDefaultQuadrature_DA(DMField field, IS cellIS, PetscQuadrature *… in DMFieldCreateDefaultQuadrature_DA()
397 static PetscErrorCode DMFieldInitialize_DA(DMField field) in DMFieldInitialize_DA()
454 PETSC_INTERN PetscErrorCode DMFieldCreate_DA(DMField field) in DMFieldCreate_DA()
465 PetscErrorCode DMFieldCreateDA(DM dm, PetscInt nc, const PetscScalar *cornerValues, DMField *field) in DMFieldCreateDA()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c18 static PetscErrorCode DMFieldDestroy_DS(DMField field) in DMFieldDestroy_DS()
35 static PetscErrorCode DMFieldView_DS(DMField field, PetscViewer viewer) in DMFieldView_DS()
57 static PetscErrorCode DMFieldDSGetHeightDisc(DMField field, PetscInt height, PetscObject discList[]… in DMFieldDSGetHeightDisc()
86 static PetscErrorCode DMFieldGetClosure_Internal(DMField field, PetscInt cell, PetscBool *isDG, Pet… in DMFieldGetClosure_Internal()
127 static PetscErrorCode DMFieldRestoreClosure_Internal(DMField field, PetscInt cell, PetscBool *isDG,… in DMFieldRestoreClosure_Internal()
145 static PetscErrorCode DMFieldEvaluateFE_DS(DMField field, IS pointIS, PetscQuadrature quad, PetscDa… in DMFieldEvaluateFE_DS()
227 static PetscErrorCode DMFieldEvaluate_DS(DMField field, Vec points, PetscDataType datatype, void *B… in DMFieldEvaluate_DS()
449 static PetscErrorCode DMFieldEvaluateFV_DS(DMField field, IS pointIS, PetscDataType type, void *B, … in DMFieldEvaluateFV_DS()
656 static PetscErrorCode DMFieldGetDegree_DS(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DS()
688 PetscErrorCode DMFieldGetFVQuadrature_Internal(DMField field, IS pointIS, PetscQuadrature *quad) in DMFieldGetFVQuadrature_Internal()
[all …]
/petsc/src/dm/field/tutorials/
H A Dex1.c26 static PetscErrorCode TestEvaluate(DMField field, PetscInt n, PetscRandom rand) in TestEvaluate()
61 static PetscErrorCode TestEvaluateFE(DMField field, PetscInt n, PetscInt cStart, PetscInt cEnd, Pet… in TestEvaluateFE()
105 static PetscErrorCode TestEvaluateFV(DMField field, PetscInt n, PetscInt cStart, PetscInt cEnd, Pet… in TestEvaluateFV()
157 static PetscErrorCode TestShellEvaluate(DMField field, Vec points, PetscDataType type, void *B, voi… in TestShellEvaluate()
209 static PetscErrorCode TestShellDestroy(DMField field) in TestShellDestroy()
226 DMField field = NULL; in main() local
/petsc/src/vec/vec/utils/
H A Dvsection.c130 PetscInt j = -1, field, i; in VecSetValuesSection() local
170 PetscInt j = 0, field; in VecSetValuesSection() local
195 …ld_Internal(PetscSection section, PetscSection sectionGlobal, Vec v, PetscInt field, PetscInt pSta… in PetscSectionGetField_Internal()
233 …ld_Internal(PetscSection section, PetscSection sectionGlobal, Vec v, PetscInt field, PetscInt pSta… in PetscSectionRestoreField_Internal()
/petsc/src/vec/is/section/interface/ftn-custom/
H A Dzvsectionisf90.c33 …csectiongetfieldconstraintindices_(PetscSection *s, PetscInt *point, PetscInt *field, F90Array1d *… in petscsectiongetfieldconstraintindices_()
45 …tionrestorefieldconstraintindices_(PetscSection *s, PetscInt *point, PetscInt *field, F90Array1d *… in petscsectionrestorefieldconstraintindices_()
/petsc/src/vec/is/section/interface/
H A Dsection.c425 PetscErrorCode PetscSectionGetFieldName(PetscSection s, PetscInt field, const char *fieldName[]) in PetscSectionGetFieldName()
452 PetscErrorCode PetscSectionSetFieldName(PetscSection s, PetscInt field, const char fieldName[]) in PetscSectionSetFieldName()
487 PetscErrorCode PetscSectionGetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionGetComponentName()
520 PetscErrorCode PetscSectionSetComponentName(PetscSection s, PetscInt field, PetscInt comp, const ch… in PetscSectionSetComponentName()
552 PetscErrorCode PetscSectionGetFieldComponents(PetscSection s, PetscInt field, PetscInt *numComp) in PetscSectionGetFieldComponents()
588 PetscErrorCode PetscSectionSetFieldComponents(PetscSection s, PetscInt field, PetscInt numComp) in PetscSectionSetFieldComponents()
1023 PetscErrorCode PetscSectionGetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt *nu… in PetscSectionGetFieldDof()
1059 PetscErrorCode PetscSectionSetFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionSetFieldDof()
1094 PetscErrorCode PetscSectionAddFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionAddFieldDof()
1196 PetscErrorCode PetscSectionGetFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionGetFieldConstraintDof()
[all …]
/petsc/src/vec/is/utils/ftn-custom/
H A Dzvsectionisf.c26 PETSC_EXTERN void petscsectiongetfieldpointsyms_(PetscSection section, PetscInt *field, PetscInt *n… in petscsectiongetfieldpointsyms_()
30 PETSC_EXTERN void petscsectionrestorefieldpointsyms_(PetscSection section, PetscInt *field, PetscIn… in petscsectionrestorefieldpointsyms_()
/petsc/src/dm/impls/swarm/
H A Ddata_bucket.c282 DMSwarmDataField field = db->field[f]; in DMSwarmDataBucketSetSizes() local
296 DMSwarmDataField field = db->field[f]; in DMSwarmDataBucketSetInitialSizes() local
455 PetscErrorCode DMSwarmDataFieldInsertPoint(const DMSwarmDataField field, const PetscInt index, cons… in DMSwarmDataFieldInsertPoint()
486 DMSwarmDataField field = db->field[f]; in DMSwarmDataBucketRemovePointAtIndex() local
516 PetscErrorCode DMSwarmDataFieldZeroPoint(const DMSwarmDataField field, const PetscInt index) in DMSwarmDataFieldZeroPoint()
538 DMSwarmDataField field = db->field[f]; in DMSwarmDataBucketZeroPoint() local
656 DMSwarmDataField field; in DMSwarmDataBucketDuplicateFields() local
H A Ddata_bucket.h34 DMSwarmDataField *field; /* the data */ member
/petsc/src/dm/impls/plex/tests/
H A Dex98.c9 const PetscInt field = 0; in main() local
/petsc/src/dm/dt/tests/
H A Dex12.c43 const PetscInt value = 3, field = 1, part = 2; in TestSetIndex() local
133 const PetscInt value = 3, field = 1, part = 2; in TestAdd() local
217 const PetscInt value = 3, field = 1, part = 2; in TestSetIndexAdd() local
/petsc/lib/petsc/bin/
H A DtasClasses.py14 def addField(self, field): argument
/petsc/src/dm/impls/swarm/tutorials/
H A Dex1.c15 PetscInt Np = 10, field = 0, zero = 0, bs, cStart; in main() local
/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkvimpl.h10 PetscInt field; member
/petsc/include/petsc/private/
H A Dsectionimpl.h45 …PetscSection *field; /* A section describing the layout and constraints for each fiel… member
118 …#define PetscSectionCheckValidField(field, nfields) PetscSectionCheckValid_("field number", field,… argument
H A Dcharacteristicimpl.h28 PetscScalar field[MAX_COMPONENTS]; /* Field being advected */ member
55 Vec field; /* Field field at t_n */ member
/petsc/include/
H A Dpetscdstypes.h43 PetscInt field; /* Selects the field for the test function */ member
/petsc/src/dm/interface/
H A Ddmcoordinates.c849 PetscErrorCode DMGetCoordinateField(DM dm, DMField *field) in DMGetCoordinateField()
859 PetscErrorCode DMSetCoordinateField(DM dm, DMField field) in DMSetCoordinateField()
870 PetscErrorCode DMSetCellCoordinateField(DM dm, DMField field) in DMSetCellCoordinateField()

123