Reference page for LinearAVSolver

Contents

Summary

LinearAVSolver methods: LinearAVSolver - is a class. compute_preconditioner - LinearAVSolver/compute_preconditioner is a function. compute_problem_matrices - LinearAVSolver/compute_problem_matrices is a function. save_problem - LinearAVSolver/save_problem is a function. solve - LinearAVSolver/solve is a function. Documentation for LinearAVSolver doc LinearAVSolver


PROPERTIES


METHODS

Class methods are listed below. Inherited methods are not included.

this = LinearAVSolver(arguments) /this = LinearAVSolver(arguments) is a constructor.

this = LinearAVSolver(varargin)

LinearAVSolver/this.compute_preconditioner(arguments) is a function.

compute_preconditioner(this)

LinearAVSolver/this.compute_problem_matrices(arguments) is a function.

compute_problem_matrices(this)

LinearAVSolver/this.save_problem(arguments) is a function.

save_problem(this)

LinearAVSolver/this.set_damping(arguments) is a function.

set_damping(this, M)

LinearAVSolver/this.set_edge_boundary_matrix(arguments) is a function.

set_edge_boundary_matrix(this, Pe)

LinearAVSolver/this.set_nodal_boundary_matrix(arguments) is a function.

set_nodal_boundary_matrix(this, Pn)

LinearAVSolver/this.set_rhs(arguments) is a function.

set_rhs(this, F)

LinearAVSolver/this.set_step(arguments) is a function.

set_step(this, k)

LinearAVSolver/this.set_stiffness(arguments) is a function.

set_stiffness(this, S)

LinearAVSolver/this.solve(arguments) is a function.

x = solve(this)