Home
last modified time | relevance | path

Searched defs:volume (Results 1 – 20 of 20) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx110 …w, PetscReal *phi, PetscReal *dphidx, PetscReal *jacobian, PetscReal *ijacobian, PetscReal *volume) in Compute_Lagrange_Basis_1D_Internal()
220 …PetscReal *dphidx, PetscReal *dphidy, PetscReal *jacobian, PetscReal *ijacobian, PetscReal *volume) in Compute_Lagrange_Basis_2D_Internal()
376 …PetscReal *dphidy, PetscReal *dphidz, PetscReal *jacobian, PetscReal *ijacobian, PetscReal *volume) in Compute_Lagrange_Basis_3D_Internal()
560 PetscReal jacobian[9], ijacobian[9], volume; in DMMoabFEMComputeBasis() local
678 …tscReal *phypts, PetscReal *phibasis, PetscReal *jacobian, PetscReal *ijacobian, PetscReal *volume) in FEMComputeBasis_JandF()
725 PetscReal phibasis[8], jacobian[9], ijacobian[9], volume; in DMMoabPToRMapping() local
/petsc/src/dm/impls/plex/tests/
H A Dex33.c7 PetscReal volume; /* Analytical volume of the mesh */ member
34 static void volume(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt… in volume() function
H A Dex37.c32 double surface = 0., volume = 0., vol; in ComputeVolume() local
H A Dex72.c63 PetscScalar volume; in main() local
H A Dex16.c139 PetscBool volume = PETSC_TRUE, domain = PETSC_FALSE; in main() local
H A Dex60.c72 PetscReal centroid[3], volume, x; in main() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex10.c31 PetscReal centroid[3], volume, x, y; in CreateDomainLabel() local
111 PetscReal volume, centroid[3]; in AdaptMesh() local
H A Dex17.c8 double surface = 0., volume = 0., vol; in ComputeVolume() local
H A Dex19.c14 double surfaceArea = 0., volume = 0.; in surfArea() local
201 PetscScalar volume, surfaceArea; in main() local
H A Dex18.c10 double surfaceArea = 0., volume = 0.; in surfArea() local
/petsc/include/
H A Dpetscfvtypes.h60 PetscReal volume; member
/petsc/src/dm/dt/fe/tests/
H A Dex4.c7 static void volume(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt… in volume() function
/petsc/src/ts/tutorials/
H A Dex11.c704 static PetscErrorCode ErrorIndicator_Simple(PetscInt dim, PetscReal volume, PetscInt numComps, cons… in ErrorIndicator_Simple()
H A Dex30.c604 static void volume(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const PetscInt… in volume() function
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c523 PetscReal centroid[3], volume; in InitializeParticles_Centroid() local
H A Dex2.c1224 PetscReal centroid[3], volume; in InitializeParticles_Centroid() local
H A Dex4.c1838 PetscReal centroid[3], volume; in InitializeParticles_Centroid() local
/petsc/src/dm/dt/interface/
H A Ddtds.c2631 PetscErrorCode PetscDSSetCellParameters(PetscDS ds, PetscReal volume) in PetscDSSetCellParameters()
/petsc/src/dm/impls/plex/
H A Dplexegads.c5786 PetscErrorCode DMPlexGetGeomBodyMassProperties(DM dm, PetscGeom body, PetscScalar *volume, PetscSca… in DMPlexGetGeomBodyMassProperties()
5830 PetscErrorCode DMPlexRestoreGeomBodyMassProperties(DM dm, PetscGeom body, PetscScalar *volume, Pets… in DMPlexRestoreGeomBodyMassProperties()
H A Dplexcreate.c5198 PetscReal volume = -1.0; in DMSetFromOptions_Plex() local