petsc-3.11.4 2019-09-28
Report Typos and Errors

PetscFESetName

Names the FE and its subobjects

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscFESetName(PetscFE fe, const char name[])
Not collective

Input Parameters

fe - The PetscFE
name - The name

Keywords

PetscFE, finite element

See Also

PetscFECreate(), PetscSpaceCreate(), PetscDualSpaceCreate()

Level

beginner

Location

src/dm/dt/fe/interface/fe.c

Examples

src/dm/field/examples/tutorials/ex1.c.html

Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages