Lines Matching refs:celldm

384     DMSwarmCellDM celldm;  in SetupContext()  local
391 PetscCall(DMSwarmGetCellDMByName(sw, "velocity", &celldm)); in SetupContext()
392 PetscCall(DMSwarmCellDMGetDM(celldm, &vdm)); in SetupContext()
617 DMSwarmCellDM celldm; in computeVelocityFEMMoments() local
624 PetscCall(DMSwarmGetCellDMActive(sw, &celldm)); in computeVelocityFEMMoments()
625 PetscCall(DMSwarmCellDMGetDM(celldm, &vdm)); in computeVelocityFEMMoments()
1770 DMSwarmCellDM celldm; in InitializeParticles_Centroid() local
1796 PetscCall(DMSwarmGetCellDMByName(sw, "velocity", &celldm)); in InitializeParticles_Centroid()
1797 PetscCall(DMSwarmCellDMGetDM(celldm, &vdm)); in InitializeParticles_Centroid()
1814 PetscCall(DMSwarmGetCellDMActive(sw, &celldm)); in InitializeParticles_Centroid()
1815 PetscCall(DMSwarmCellDMGetCellID(celldm, &cellidname)); in InitializeParticles_Centroid()
1891 DMSwarmCellDM celldm; in InitializeWeights() local
1910 PetscCall(DMSwarmGetCellDMByName(sw, "velocity", &celldm)); in InitializeWeights()
1911 PetscCall(DMSwarmCellDMGetDM(celldm, &vdm)); in InitializeWeights()
2073 DMSwarmCellDM celldm; in CreateSwarm() local
2093 PetscCall(DMSwarmCellDMCreate(dm, 2, fieldnames, 1, fieldnames, &celldm)); in CreateSwarm()
2094 PetscCall(DMSwarmAddCellDM(*sw, celldm)); in CreateSwarm()
2095 PetscCall(DMSwarmCellDMDestroy(&celldm)); in CreateSwarm()
2100 PetscCall(DMSwarmCellDMCreate(vdm, 1, vfieldnames, 1, &fieldnames[1], &celldm)); in CreateSwarm()
2101 PetscCall(DMSwarmAddCellDM(*sw, celldm)); in CreateSwarm()
2102 PetscCall(DMSwarmCellDMDestroy(&celldm)); in CreateSwarm()
2110 PetscCall(DMSwarmCellDMCreate(mdm, 1, vfieldnames, 1, fieldnames, &celldm)); in CreateSwarm()
2112 PetscCall(DMSwarmAddCellDM(*sw, celldm)); in CreateSwarm()
2113 PetscCall(DMSwarmCellDMDestroy(&celldm)); in CreateSwarm()
2120 PetscCall(DMSwarmCellDMCreate(mfdm, 1, &fieldnames[1], 1, fieldnames, &celldm)); in CreateSwarm()
2122 PetscCall(DMSwarmAddCellDM(*sw, celldm)); in CreateSwarm()
2123 PetscCall(DMSwarmCellDMDestroy(&celldm)); in CreateSwarm()