ISLocalToGlobalMappingType#
String with the name of a mapping method
Synopsis#
#include "petscis.h"
typedef const char *ISLocalToGlobalMappingType;
#define ISLOCALTOGLOBALMAPPINGBASIC "basic"
#define ISLOCALTOGLOBALMAPPINGHASH "hash"
Values#
ISLOCALTOGLOBALMAPPINGBASIC
- a non-memory scalable way of storingISLocalToGlobalMapping
that allows applyingISGlobalToLocalMappingApply()
efficientlyISLOCALTOGLOBALMAPPINGHASH
- a memory scalable way of storingISLocalToGlobalMapping
that allows applyingISGlobalToLocalMappingApply()
reasonably efficiently
See Also#
ISLocalToGlobalMapping
, ISLocalToGlobalMappingSetType()
, ISLocalToGlobalSetFromOptions()
, ISGlobalToLocalMappingMode
Level#
beginner
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages