| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex68.c | 12 PetscErrorCode ComputeSolution(PetscInt n, PetscReal *nodes, PetscReal *weights, Vec x) in ComputeSolution() 33 PetscErrorCode ComputeRhs(PetscInt n, PetscReal *nodes, PetscReal *weights, Vec b) in ComputeRhs() 52 PetscReal *nodes; in main() local
|
| H A D | ex69.c | 18 PetscReal *nodes; /* GLL nodes */ member
|
| H A D | ex71.c | 216 PetscInt nodes[3]; in main() local
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 16 const PetscInt *nodes, *edges; in main() local
|
| H A D | ex50.c | 58 PetscReal *nodes, *weights; in test_3d() local
|
| /petsc/include/ |
| H A D | petscdmnetwork.h | 70 PetscInt nodes; member
|
| /petsc/src/dm/impls/network/ |
| H A D | networkmonitor.c | 119 …torAdd(DMNetworkMonitor monitor, const char *name, PetscInt element, PetscInt nodes, PetscInt star… in DMNetworkMonitorAdd()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 457 static PetscErrorCode GmshNodesCreate(PetscCount count, GmshNodes **nodes) in GmshNodesCreate() 467 static PetscErrorCode GmshNodesDestroy(GmshNodes **nodes) in GmshNodesDestroy() 484 PetscInt *nodes; /* Vertex/Node array */ member 555 GmshNodes *nodes; in GmshReadNodes_v22() local 613 const int *id = ibuf, *nodes = ibuf + 1 + numTags, *tags = ibuf + 1; in GmshReadElements_v22() local 716 GmshNodes *nodes; in GmshReadNodes_v40() local 814 const int *id = ibuf + elem * (1 + numNodes), *nodes = id + 1; in GmshReadElements_v40() local 980 GmshNodes *nodes; in GmshReadNodes_v41() local 1054 const PetscInt *id = ibuf + elem * (1 + numNodes), *nodes = id + 1; in GmshReadElements_v41() local 1251 GmshNodes *nodes = mesh->nodelist; in GmshReadNodes() local [all …]
|
| H A D | plexgeometry.c | 3730 PetscScalar *nodes = NULL; in DMPlexCoordinatesToReference_FE() local 3795 PetscScalar *nodes = NULL; in DMPlexReferenceToCoordinates_FE() local
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | lognested.h | 62 PetscNestedEventNode *nodes; member
|
| H A D | lognested.c | 391 PetscNestedEventNode *nodes; in PETSC_PRAGMA_DIAGNOSTIC_IGNORED_END() local
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 213 def __init__(self, row, opts: DisplayOptions, nodes): argument
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2942 PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt n, PetscReal nodes[], PetscReal weights[… in PetscGaussLobattoLegendreIntegrate() 2974 PetscErrorCode PetscGaussLobattoLegendreElementLaplacianCreate(PetscInt n, PetscReal nodes[], Petsc… in PetscGaussLobattoLegendreElementLaplacianCreate() 3062 PetscErrorCode PetscGaussLobattoLegendreElementLaplacianDestroy(PetscInt n, PetscReal nodes[], Pets… in PetscGaussLobattoLegendreElementLaplacianDestroy() 3094 PetscErrorCode PetscGaussLobattoLegendreElementGradientCreate(PetscInt n, PetscReal nodes[], PetscR… in PetscGaussLobattoLegendreElementGradientCreate() 3147 PetscErrorCode PetscGaussLobattoLegendreElementGradientDestroy(PetscInt n, PetscReal nodes[], Petsc… in PetscGaussLobattoLegendreElementGradientDestroy() 3185 PetscErrorCode PetscGaussLobattoLegendreElementAdvectionCreate(PetscInt n, PetscReal nodes[], Petsc… in PetscGaussLobattoLegendreElementAdvectionCreate() 3216 PetscErrorCode PetscGaussLobattoLegendreElementAdvectionDestroy(PetscInt n, PetscReal nodes[], Pets… in PetscGaussLobattoLegendreElementAdvectionDestroy() 3225 PetscErrorCode PetscGaussLobattoLegendreElementMassCreate(PetscInt n, PetscReal *nodes, PetscReal *… in PetscGaussLobattoLegendreElementMassCreate() 3247 PetscErrorCode PetscGaussLobattoLegendreElementMassDestroy(PetscInt n, PetscReal *nodes, PetscReal … in PetscGaussLobattoLegendreElementMassDestroy()
|
| /petsc/src/dm/partitioner/impls/simple/ |
| H A D | partsimple.c | 47 const PetscInt *nodes = p->nodeGrid; in PetscPartitionerPartition_Simple_Grid() local
|
| /petsc/src/dm/impls/da/ |
| H A D | da.c | 1356 static PetscErrorCode DMDASetGLLCoordinates_1d(DM dm, PetscInt n, PetscReal *nodes) in DMDASetGLLCoordinates_1d() 1407 PetscErrorCode DMDASetGLLCoordinates(DM da, PetscInt n, PetscReal *nodes) in DMDASetGLLCoordinates()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex50.c | 35 PetscReal *nodes; /* GLL nodes */ member
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | burgers_spectral.c | 39 PetscReal *nodes; /* GLL nodes */ member
|
| H A D | spectraladjointassimilation.c | 45 PetscReal *nodes; /* GLL nodes */ member
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | gs.c | 1135 PetscInt *pw, *list, *size, **nodes; in PCTFS_gs_gop_vec_pairwise_plus() local 1318 PetscInt *pw, *list, *size, **nodes; in PCTFS_gs_gop_pairwise_plus_hc() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 579 PCBDDCGraphNode *PETSC_RESTRICT nodes = graph->nodes; in PCBDDCGraphComputeCC_Private() local
|
| /petsc/include/petsc/private/ |
| H A D | pcbddcstructsimpl.h | 34 PCBDDCGraphNode *nodes; member
|
| /petsc/src/dm/impls/plex/exodusii/ |
| H A D | plexexodusii2.c | 776 PetscInt **nodes; in DMView_PlexExodusII() local
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1500 PetscReal *nodes; in PetscDualSpaceCreateAllDataFromInteriorData() local 1698 const PetscReal *nodes = NULL; in PetscDualSpaceComputeFunctionalsFromAllData() local
|
| /petsc/src/sys/yaml/include/ |
| H A D | yaml.h | 570 } nodes; member
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1939 PetscInt pStart, pEnd, spStart, spEnd, *points, nleaves, ncomp, *nodes; in DMPlexCreateNodeNumbering() local
|