slepc-3.5.2 2014-10-10
Report Typos and Errors

BVSetNumConstraints

Set the number of constraints.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVSetNumConstraints(BV V,PetscInt nc)
Logically Collective on BV

Input Parameters

V - basis vectors
nc - number of constraints

Notes

This function sets the number of constraints to nc and marks all remaining columns as regular. Normal user would call BVInsertConstraints() instead.

See Also

BVInsertConstraints()

Location: src/sys/classes/bv/interface/bvbasic.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages