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.
|
Variant of the stationary convection diffusion solver that extracts: More...
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 | |
Variant of the stationary convection diffusion solver that extracts:
def convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver.__init__ | ( | self, | |
main_model_part, | |||
custom_settings | |||
) |
Reimplemented from convection_diffusion_stationary_solver.ConvectionDiffusionStationarySolver.
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.
convection_diffusion_stationary_matrix_solver.ConvectionDiffusionStationaryMatrixSolver.p |