Home
last modified time | relevance | path

Searched refs:EMTypes (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex6.c28 const char *EMTypes[] = {"primal", "mixed", "coulomb", "none", "EMType", "EM_", NULL}; variable
59 …PetscCall(PetscOptionsEnum("-em_type", "Type of electrostatic solver", "ex6.c", EMTypes, (PetscEnu… in ProcessOptions()
515 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "No solver for electrostatic model %s", EMTypes[ctx-… in ComputeFieldAtParticles()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c78 const char *EMTypes[] = {"primal", "mixed", "coulomb", "none", "EMType", "EM_", NULL}; variable
234 …PetscCall(PetscOptionsEnum("-em_type", "Type of electrostatic solver", "ex2.c", EMTypes, (PetscEnu… in ProcessOptions()
1864 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "No solver for electrostatic model %s", EMTypes[ctx-… in ComputeFieldAtParticles()
H A Dex4.c99 const char *EMTypes[] = {"primal", "mixed", "coulomb", "none", "EMType", "EM_", NULL}; variable
313 …PetscCall(PetscOptionsEnum("-em_type", "Type of electrostatic solver", __FILE__, EMTypes, (PetscEn… in ProcessOptions()
2469 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "No solver for electrostatic model %s", EMTypes[ctx-… in ComputeFieldAtParticles()