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
convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver Class Reference

Variant of the stationary convection diffusion solver that extracts: More...

Inheritance diagram for convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver:
Collaboration diagram for convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver:

Public Member Functions

def __init__ (self, main_model_part, custom_settings)
 
def SolveSolutionStep (self)
 Assembles the system and stores the system matrix and vector as member variables. More...
 
- Public Member Functions inherited from convection_diffusion_solver.ConvectionDiffusionSolver
def GetDefaultParameters (cls)
 
def AddVariables (self, target_model_part=None)
 
def GetMinimumBufferSize (self)
 
def AddDofs (self)
 
def GetDofsList (self)
 This function creates and returns a list with the DOFs defined in the Kratos parameters settings Note that element GetSpecifications method cannot be used in this case as DOF variables are a priori unknown. More...
 
def ImportModelPart (self)
 This function imports the ModelPart. More...
 
def PrepareModelPart (self)
 
def Initialize (self)
 Perform initialization after adding nodal variables and dofs to the main model part. More...
 
def GetOutputVariables (self)
 
def Solve (self)
 
def InitializeSolutionStep (self)
 
def Predict (self)
 
def FinalizeSolutionStep (self)
 
def AdvanceInTime (self, current_time)
 
def ComputeDeltaTime (self)
 
def GetComputingModelPart (self)
 
def ExportModelPart (self)
 
def SetEchoLevel (self, level)
 
def Clear (self)
 
def Check (self)
 
def import_materials (self)
 
def is_restarted (self)
 
def get_epetra_communicator (self)
 

Public Attributes

 p
 
- Public Attributes inherited from convection_diffusion_stationary_solver.ConvectionDiffusionStationarySolver
 min_buffer_size
 
- Public Attributes inherited from convection_diffusion_solver.ConvectionDiffusionSolver
 min_buffer_size
 
 main_model_part
 
 solver_imports_model_part
 
 distributed_model_part_importer
 

Detailed Description

Variant of the stationary convection diffusion solver that extracts:

Constructor & Destructor Documentation

◆ __init__()

def convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver.__init__ (   self,
  main_model_part,
  custom_settings 
)

Member Function Documentation

◆ SolveSolutionStep()

def convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver.SolveSolutionStep (   self)

Assembles the system and stores the system matrix and vector as member variables.

Reimplemented from convection_diffusion_solver.ConvectionDiffusionSolver.

Member Data Documentation

◆ p

convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver.p

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