|
VMTK
|
Set up a Dirichlet (or first-type) boundary conditions that a linear system needs to take along the boundary of the domain. More...
#include <vtkvmtkDirichletBoundaryConditions.h>
Public Types | |
| typedef vtkvmtkBoundaryConditions | Superclass |
Public Types inherited from vtkvmtkBoundaryConditions | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkvmtkDirichletBoundaryConditions * | NewInstance () const |
| void | Apply () VTK_OVERRIDE |
Public Member Functions inherited from vtkvmtkBoundaryConditions | |
| vtkvmtkBoundaryConditions * | NewInstance () const |
| virtual void | SetLinearSystem (vtkvmtkLinearSystem *) |
| virtual vtkvmtkLinearSystem * | GetLinearSystem () |
| virtual void | SetBoundaryNodes (vtkIdList *) |
| virtual vtkIdList * | GetBoundaryNodes () |
| virtual void | SetBoundaryValues (vtkDoubleArray *) |
| virtual vtkDoubleArray * | GetBoundaryValues () |
Static Public Member Functions | |
| static vtkvmtkDirichletBoundaryConditions * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkDirichletBoundaryConditions * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkvmtkBoundaryConditions | |
| static int | IsTypeOf (const char *type) |
| static vtkvmtkBoundaryConditions * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkvmtkDirichletBoundaryConditions () | |
| ~vtkvmtkDirichletBoundaryConditions () | |
Protected Member Functions inherited from vtkvmtkBoundaryConditions | |
| vtkvmtkBoundaryConditions () | |
| ~vtkvmtkBoundaryConditions () | |
Additional Inherited Members | |
Protected Attributes inherited from vtkvmtkBoundaryConditions | |
| vtkvmtkLinearSystem * | LinearSystem |
| vtkIdList * | BoundaryNodes |
| vtkDoubleArray * | BoundaryValues |
Set up a Dirichlet (or first-type) boundary conditions that a linear system needs to take along the boundary of the domain.
..
Definition at line 38 of file vtkvmtkDirichletBoundaryConditions.h.
Definition at line 42 of file vtkvmtkDirichletBoundaryConditions.h.
|
inlineprotected |
Definition at line 47 of file vtkvmtkDirichletBoundaryConditions.h.
|
inlineprotected |
Definition at line 48 of file vtkvmtkDirichletBoundaryConditions.h.
|
static |
|
static |
|
virtual |
Reimplemented from vtkvmtkBoundaryConditions.
|
static |
|
protectedvirtual |
Reimplemented from vtkvmtkBoundaryConditions.
| vtkvmtkDirichletBoundaryConditions* vtkvmtkDirichletBoundaryConditions::NewInstance | ( | ) | const |
|
virtual |
Reimplemented from vtkvmtkBoundaryConditions.
1.8.14