KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | Public Attributes | List of all members
petsc_conversion_tools.PetscCSRWrapper Class Reference
Collaboration diagram for petsc_conversion_tools.PetscCSRWrapper:

Public Member Functions

def __init__ (self, A)
 
def __del__ (self)
 
def GetPETScMatrix (self)
 

Public Attributes

 A
 
 a
 pointers to the kratos arrays of values More...
 
 oa
 
 i
 
 j
 
 oi
 
 oj
 
 Apetsc
 

Constructor & Destructor Documentation

◆ __init__()

def petsc_conversion_tools.PetscCSRWrapper.__init__ (   self,
  A 
)

◆ __del__()

def petsc_conversion_tools.PetscCSRWrapper.__del__ (   self)

Member Function Documentation

◆ GetPETScMatrix()

def petsc_conversion_tools.PetscCSRWrapper.GetPETScMatrix (   self)

Member Data Documentation

◆ A

petsc_conversion_tools.PetscCSRWrapper.A

◆ a

petsc_conversion_tools.PetscCSRWrapper.a

pointers to the kratos arrays of values

◆ Apetsc

petsc_conversion_tools.PetscCSRWrapper.Apetsc

◆ i

petsc_conversion_tools.PetscCSRWrapper.i

◆ j

petsc_conversion_tools.PetscCSRWrapper.j

◆ oa

petsc_conversion_tools.PetscCSRWrapper.oa

◆ oi

petsc_conversion_tools.PetscCSRWrapper.oi

◆ oj

petsc_conversion_tools.PetscCSRWrapper.oj

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