PetIBM 0.5.4
Toolbox and applications of the immersed-boundary method for distributed-memory architectures
petibm::type::RowModifier Struct Reference

A struct holding information about which row in a matrix should be modified based on BCs. More...

#include <type.h>

Public Attributes

PetscInt row
 the global index of a row in a Mat More...
 
PetscReal coeff
 coefficient More...
 

Detailed Description

A struct holding information about which row in a matrix should be modified based on BCs.

Definition at line 184 of file type.h.

Member Data Documentation

◆ coeff

PetscReal petibm::type::RowModifier::coeff

coefficient

Definition at line 187 of file type.h.

◆ row

PetscInt petibm::type::RowModifier::row

the global index of a row in a Mat

Definition at line 186 of file type.h.


The documentation for this struct was generated from the following file: