TSDefaultSolutionBC

The default boundary condition function which does nothing.

Synopsis

#include "petscts.h"  
int TSDefaultSolutionBC(TS ts, Vec sol, void *ctx)
Collective on TS

Input Parameters

ts - The TS context obtained from TSCreate()
sol - The solution
ctx - The user-context

Keywords

TS, solution, boundary conditions

Level:developer
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages