Skip to main content
Ctrl+K
SLEPc Home SLEPc Home
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • FNCreate

FNCreate#

Creates an FN context.

Synopsis#

#include "slepcfn.h" 
PetscErrorCode FNCreate(MPI_Comm comm,FN *newfn)

Collective

Input Parameter#

  • comm - MPI communicator

Output Parameter#

  • newfn - location to put the FN context

See Also#

FN: Mathematical Functions, FNDestroy(), FN

Level#

beginner

Location#

src/sys/classes/fn/interface/fnbasic.c

Examples#

src/nep/tutorials/ex27f.F90
src/nep/tutorials/ex42.c
src/mfn/tutorials/ex39.c
src/nep/tutorials/ex22f.F90
src/nep/tutorials/ex22.c
src/nep/tutorials/ex27.c


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

On this page
  • Synopsis
  • Input Parameter
  • Output Parameter
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab

This Page

  • Show Source

© Copyright 2002-2025, Universitat Politecnica de Valencia, Spain.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.16.1.