Home
last modified time | relevance | path

Searched defs:fe (Results 1 – 25 of 116) sorted by relevance

12345

/petsc/src/mat/tutorials/
H A Dex18.c19 static PetscErrorCode CreateFEStruct(FEStruct *fe) in CreateFEStruct()
39 static PetscErrorCode DestroyFEStruct(FEStruct *fe) in DestroyFEStruct()
47 static PetscErrorCode CreateMatrix(FEStruct *fe, Mat *A) in CreateMatrix()
78 static PetscErrorCode FillMatrixCPU(FEStruct *fe, Mat A) in FillMatrixCPU()
99 static PetscErrorCode FillMatrixCPUCOO(FEStruct *fe, Mat A) in FillMatrixCPUCOO()
121 static PetscErrorCode FillMatrixCPUCOO3d(FEStruct *fe, Mat A) in FillMatrixCPUCOO3d()
141 FEStruct fe; in main() local
H A Dex18k.kokkos.cxx7 PetscErrorCode FillMatrixKokkosCOO(FEStruct *fe, Mat A) in FillMatrixKokkosCOO()
H A Dex18cu.cu16 PetscErrorCode FillMatrixCUDACOO(FEStruct *fe, Mat A) in FillMatrixCUDACOO()
/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c11 static PetscErrorCode PetscFEDestroy_Vector(PetscFE fe) in PetscFEDestroy_Vector()
22 static PetscErrorCode PetscFEView_Vector_Ascii(PetscFE fe, PetscViewer v) in PetscFEView_Vector_Ascii()
59 static PetscErrorCode PetscFEView_Vector(PetscFE fe, PetscViewer v) in PetscFEView_Vector()
69 static PetscErrorCode PetscFESetUp_Vector(PetscFE fe) in PetscFESetUp_Vector()
106 static PetscErrorCode PetscFEGetDimension_Vector(PetscFE fe, PetscInt *dim) in PetscFEGetDimension_Vector()
116 static PetscErrorCode PetscFEVectorInsertTabulation(PetscFE fe, PetscInt npoints, const PetscReal p… in PetscFEVectorInsertTabulation()
156 static PetscErrorCode PetscFEComputeTabulation_Vector(PetscFE fe, PetscInt npoints, const PetscReal… in PetscFEComputeTabulation_Vector()
204 static PetscErrorCode PetscFECreatePointTrace_Vector(PetscFE fe, PetscInt refPoint, PetscFE *trFE) in PetscFECreatePointTrace_Vector()
225 static PetscErrorCode PetscFEInitialize_Vector(PetscFE fe) in PetscFEInitialize_Vector()
255 PETSC_EXTERN PetscErrorCode PetscFECreate_Vector(PetscFE fe) in PetscFECreate_Vector()
/petsc/src/dm/dt/fe/interface/ceed/
H A Dfeceed.c18 PetscErrorCode PetscFESetCeed(PetscFE fe, Ceed ceed) in PetscFESetCeed()
45 PetscErrorCode PetscFEGetCeedBasis(PetscFE fe, CeedBasis *basis) in PetscFEGetCeedBasis()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c806 PetscErrorCode PetscFEExpandFaceQuadrature(PetscFE fe, PetscQuadrature fq, PetscQuadrature *efq) in PetscFEExpandFaceQuadrature()
1095 static PetscErrorCode PetscFECreatePointTraceDefault_Internal(PetscFE fe, PetscInt refPoint, PetscF… in PetscFECreatePointTraceDefault_Internal()
1148 PETSC_EXTERN PetscErrorCode PetscFECreatePointTrace(PetscFE fe, PetscInt refPoint, PetscFE *trFE) in PetscFECreatePointTrace()
1158 PetscErrorCode PetscFECreateHeightTrace(PetscFE fe, PetscInt height, PetscFE *trFE) in PetscFECreateHeightTrace()
1221 PetscErrorCode PetscFEPushforward(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar vals[]) in PetscFEPushforward()
1249 PetscErrorCode PetscFEPushforwardGradient(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar… in PetscFEPushforwardGradient()
1280 PetscErrorCode PetscFEPushforwardHessian(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar … in PetscFEPushforwardHessian()
1401 PetscFE fe; in PetscFEIntegrate() local
1437 PetscFE fe; in PetscFEIntegrateBd() local
1481 PetscFE fe; in PetscFEIntegrateResidual() local
[all …]
/petsc/src/dm/impls/plex/tests/
H A Dex25.c90 PetscFE fe; in test3() local
107 PetscFE fe; in test4() local
162 PetscFE fe; in test7() local
179 PetscFE fe; in test8() local
H A Dex52.c24 PetscFE fe; in CloneDMWithNewSection() local
79 PetscFE fe; in main() local
H A Dex101.c28 PetscFE fe; in CreateFEField() local
46 PetscFE fe; in CreateFEField() local
H A Dex27.c18 PetscFE fe[3]; in TestLocalDofOrder() local
H A Dex22.c137 PetscFE fe; in main() local
203 PetscFE fe; in main() local
H A Dex38.c15 PetscFE fe; in main() local
H A Dex60.c18 PetscFE fe; in CreateIndicator() local
127 PetscFE fe; in main() local
H A Dex61.c26 PetscFE fe; in main() local
H A Dex102.c61 PetscFE fe; in SetupFE() local
H A Dex19.c68 PetscFE fe; in ComputeMetricSensor() local
183 PetscFE fe; in TestL2Projection() local
H A Dex100.c44 PetscFE fe; in main() local
/petsc/src/binding/petsc4py/demo/legacy/dmplex/
H A Danisotropic_adaptation.py48 fe = PETSc.FE().createLagrange(dim, 1, simplex, 1, -1, comm=comm) variable
67 fe = PETSc.FE().createLagrange(dim, dim, simplex, 1, -1, comm=comm) variable
/petsc/src/dm/impls/plex/tutorials/
H A Dex8.c33 PetscFE fe; in main() local
95 PetscFE fe; in main() local
H A Dex16.c49 PetscFE fe; in ReadCGNSDM() local
/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/
H A Dex2.c18 PetscFE fe; in main() local
/petsc/src/dm/impls/forest/tests/
H A Dex3.c94 PetscFE fe; in main() local
/petsc/src/dm/impls/swarm/tutorials/
H A Dex1.c11 PetscFE fe; in main() local
/petsc/src/dm/dt/tests/
H A Dex5.c10 PetscFE fe; in main() local
/petsc/src/dm/dt/fe/tests/
H A Dex2.c67 PetscFE fe; in SetupDiscretization() local
139 PetscFE fe; in CreateFEGeometry() local
173 PetscFE fe; in TestEvaluation() local

12345