Searched defs:_n_Model (Results 1 – 1 of 1) sorted by relevance
67 struct _n_Model { struct68 … comm; /* Does not do collective communication, but some error conditions can be collective */69 Physics physics;70 FunctionalLink functionalRegistry;71 PetscInt maxComputed;72 PetscInt numMonitored;73 FunctionalLink *functionalMonitored;74 PetscInt numCall;75 FunctionalLink *functionalCall;76 SolutionFunction solution;[all …]